Home
last modified time | relevance | path

Searched defs:features (Results 1 – 25 of 137) sorted by relevance

123456

/qemu/tests/qapi-schema/
H A Dtest-qapi.py33 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 Dcpu_features.c66 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 Dqapidoc_legacy.py292 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 Dvirtio-blk-test.c119 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 Dvhost-user-blk-test.c221 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 Dvirtio-net-failover.c271 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 D60-edk2-loongarch64.json25 "features": [ array
H A D60-edk2-riscv64.json25 "features": [ array
H A D60-edk2-aarch64.json25 "features": [ array
H A D60-edk2-arm.json25 "features": [ array
H A D60-edk2-i386.json26 "features": [ array
H A D50-edk2-i386-secure.json25 "features": [ array
H A D60-edk2-x86_64.json26 "features": [ array
H A D50-edk2-x86_64-secure.json25 "features": [ array
/qemu/util/
H A Duserfaultfd.c69 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 Dvhost_net-stub.c50 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 Dvhost_net.c124 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 Dvirtio-gpu-base.c219 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 Dutil.h21 const uint64_t *const features; member
H A Dqmp-registry.h36 uint64_t features; member
/qemu/hw/virtio/
H A Dvhost-backend.c186 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 Dvhost-vdpa.c158 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 Dqapi-util.c40 bool compat_policy_input_ok(uint64_t features, in compat_policy_input_ok()
/qemu/hw/scsi/
H A Dvhost-scsi-common.c125 uint64_t vhost_scsi_common_get_features(VirtIODevice *vdev, uint64_t features, in vhost_scsi_common_get_features()
/qemu/tests/qtest/libqos/
H A Dvirtio-iommu.c46 uint64_t features; in virtio_iommu_setup() local

123456