/qemu/tests/qapi-schema/ |
H A D | test-qapi.py | 33 def visit_enum_type(self, name, info, ifcond, features, members, prefix): argument 50 def visit_object_type(self, name, info, ifcond, features, argument 64 def visit_alternate_type(self, name, info, ifcond, features, argument 71 def visit_command(self, name, info, ifcond, features, argument 83 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument 103 def _print_features(cls, features, indent=4): argument
|
/qemu/target/s390x/ |
H A D | cpu_features.c | 66 void s390_fill_feat_block(const S390FeatBitmap features, S390FeatType type, in s390_fill_feat_block() 157 void s390_add_from_feat_block(S390FeatBitmap features, S390FeatType type, in s390_add_from_feat_block() 188 void s390_feat_bitmap_to_ascii(const S390FeatBitmap features, void *opaque, in s390_feat_bitmap_to_ascii() 216 void s390_get_deprecated_features(S390FeatBitmap features) in s390_get_deprecated_features()
|
/qemu/docs/sphinx/ |
H A D | qapidoc_legacy.py | 292 def visit_enum_type(self, name, info, ifcond, features, members, prefix): argument 300 def visit_object_type(self, name, info, ifcond, features, argument 311 def visit_alternate_type(self, name, info, ifcond, features, argument 320 def visit_command(self, name, info, ifcond, features, arg_type, argument 330 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument
|
/qemu/tests/qtest/ |
H A D | virtio-blk-test.c | 119 uint64_t features; in test_basic() local 357 uint64_t features; in indirect() local 438 uint64_t features; in config() local 473 uint64_t features; in msix() local 581 uint64_t features; in idx() local
|
H A D | vhost-user-blk-test.c | 221 uint64_t features; in test_basic() local 466 uint64_t features; in indirect() local 551 uint64_t features; in idx() local 708 uint64_t features; in multiqueue() local
|
H A D | virtio-net-failover.c | 271 uint64_t *features) in start_virtio_net_internal() 291 uint64_t features; in start_virtio_net() local 413 uint64_t features; in test_guest_off() local 919 uint64_t features; in test_guest_off_migrate_out() local 1046 uint64_t features; in test_migrate_guest_off_abort() local
|
/qemu/pc-bios/descriptors/ |
H A D | 60-edk2-loongarch64.json | 25 "features": [ array
|
H A D | 60-edk2-riscv64.json | 25 "features": [ array
|
H A D | 60-edk2-aarch64.json | 25 "features": [ array
|
H A D | 60-edk2-arm.json | 25 "features": [ array
|
H A D | 60-edk2-i386.json | 26 "features": [ array
|
H A D | 50-edk2-i386-secure.json | 25 "features": [ array
|
H A D | 60-edk2-x86_64.json | 26 "features": [ array
|
H A D | 50-edk2-x86_64-secure.json | 25 "features": [ array
|
/qemu/util/ |
H A D | userfaultfd.c | 69 int uffd_query_features(uint64_t *features) in uffd_query_features() 104 int uffd_create_fd(uint64_t features, bool non_blocking) in uffd_create_fd()
|
/qemu/hw/net/ |
H A D | vhost_net-stub.c | 50 uint64_t vhost_net_get_features(struct vhost_net *net, uint64_t features) in vhost_net_get_features() 66 void vhost_net_ack_features(struct vhost_net *net, uint64_t features) in vhost_net_ack_features()
|
H A D | vhost_net.c | 124 uint64_t vhost_net_get_features(struct vhost_net *net, uint64_t features) in vhost_net_get_features() 140 void vhost_net_ack_features(struct vhost_net *net, uint64_t features) in vhost_net_ack_features() 323 uint64_t features = 0; in vhost_net_init() local
|
/qemu/hw/display/ |
H A D | virtio-gpu-base.c | 219 virtio_gpu_base_get_features(VirtIODevice *vdev, uint64_t features, in virtio_gpu_base_get_features() 245 virtio_gpu_base_set_features(VirtIODevice *vdev, uint64_t features) in virtio_gpu_base_set_features()
|
/qemu/include/qapi/ |
H A D | util.h | 21 const uint64_t *const features; member
|
H A D | qmp-registry.h | 36 uint64_t features; member
|
/qemu/hw/virtio/ |
H A D | vhost-backend.c | 186 uint64_t features) in vhost_kernel_set_features() 193 uint64_t features; in vhost_kernel_set_backend_cap() local 214 uint64_t *features) in vhost_kernel_get_features()
|
/qemu/net/ |
H A D | vhost-vdpa.c | 158 static bool vhost_vdpa_net_valid_svq_features(uint64_t features, Error **errp) in vhost_vdpa_net_valid_svq_features() 259 uint64_t features = 0; in vhost_vdpa_has_ufo() local 1574 static int vhost_vdpa_probe_cvq_isolation(int device_fd, uint64_t features, in vhost_vdpa_probe_cvq_isolation() 1661 uint64_t features, in net_vhost_vdpa_init() 1726 static int vhost_vdpa_get_features(int fd, uint64_t *features, Error **errp) in vhost_vdpa_get_features() 1736 static int vhost_vdpa_get_max_queue_pairs(int fd, uint64_t features, in vhost_vdpa_get_max_queue_pairs() 1774 uint64_t features; in net_init_vhost_vdpa() local
|
/qemu/qapi/ |
H A D | qapi-util.c | 40 bool compat_policy_input_ok(uint64_t features, in compat_policy_input_ok()
|
/qemu/hw/scsi/ |
H A D | vhost-scsi-common.c | 125 uint64_t vhost_scsi_common_get_features(VirtIODevice *vdev, uint64_t features, in vhost_scsi_common_get_features()
|
/qemu/tests/qtest/libqos/ |
H A D | virtio-iommu.c | 46 uint64_t features; in virtio_iommu_setup() local
|