Searched refs:subtype (Results 1 – 18 of 18) sorted by relevance
/qemu/tests/qapi-schema/ |
H A D | union-invalid-union-subtype.err | 1 union-invalid-union-subtype.json: In union 'TestUnion': 2 union-invalid-union-subtype.json:25: base member 'type' of type 'TestTypeA' collides with base memb…
|
H A D | meson.build | 205 'union-invalid-union-subtype.json',
|
/qemu/chardev/ |
H A D | spice.c | 214 g_free((char *)s->sin.subtype); in char_spice_finalize() 246 static void chr_open(Chardev *chr, const char *subtype) in chr_open() argument 251 s->sin.subtype = g_strdup(subtype); in chr_open()
|
/qemu/block/ |
H A D | bochs.c | 49 char subtype[16]; /* "Undoable" / "Volatile" / "Growing" */ member 92 !strcmp(bochs->subtype, GROWING_TYPE) && in bochs_probe() 132 strcmp(bochs.subtype, GROWING_TYPE) || in bochs_open()
|
/qemu/hw/vfio/ |
H A D | device.c | 238 uint32_t subtype, struct vfio_region_info **info) in vfio_device_get_region_info_type() argument 258 cap_type->type, cap_type->subtype); in vfio_device_get_region_info_type() 260 if (cap_type->type == type && cap_type->subtype == subtype) { in vfio_device_get_region_info_type()
|
H A D | trace-events | 199 vfio_device_get_region_info_type(const char *name, int index, uint32_t type, uint32_t subtype) "%s …
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_scsi.h | 78 __virtio32 subtype; member
|
H A D | virtio_iommu.h | 133 uint8_t subtype; member
|
/qemu/include/hw/vfio/ |
H A D | vfio-device.h | 219 uint32_t subtype, struct vfio_region_info **info);
|
/qemu/hw/virtio/ |
H A D | virtio-iommu.c | 907 unsigned subtype = reg->type; in virtio_iommu_fill_resv_mem_prop() local 910 assert(subtype == VIRTIO_IOMMU_RESV_MEM_T_RESERVED || in virtio_iommu_fill_resv_mem_prop() 911 subtype == VIRTIO_IOMMU_RESV_MEM_T_MSI); in virtio_iommu_fill_resv_mem_prop() 914 prop.subtype = subtype; in virtio_iommu_fill_resv_mem_prop() 920 trace_virtio_iommu_fill_resv_property(ep, prop.subtype, in virtio_iommu_fill_resv_mem_prop()
|
H A D | trace-events | 131 virtio_iommu_fill_resv_property(uint32_t devid, uint8_t subtype, uint64_t start, uint64_t end) "dev…
|
/qemu/hw/scsi/ |
H A D | virtio-scsi.c | 358 switch (tmf->req.tmf.subtype) { in virtio_scsi_do_tmf_aio_context() 472 req->req.tmf.subtype = in virtio_scsi_do_tmf() 473 virtio_tswap32(VIRTIO_DEVICE(s), req->req.tmf.subtype); in virtio_scsi_do_tmf() 476 req->req.tmf.tag, req->req.tmf.subtype); in virtio_scsi_do_tmf() 478 switch (req->req.tmf.subtype) { in virtio_scsi_do_tmf()
|
H A D | trace-events | 311 virtio_scsi_tmf_req(int lun, uint32_t tag, int subtype) "virtio_scsi_tmf_req lun=%u tag=0x%x subtyp…
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | testacpi.py2 | 69 if subtable.subtype == acpi.MADT_TYPE_LOCAL_APIC: 80 if subtable.subtype == acpi.MADT_TYPE_LOCAL_X2APIC:
|
/qemu/docs/sphinx/ |
H A D | qapi_domain.py | 987 subtype="qapi", 998 subtype="qapi",
|
/qemu/linux-headers/linux/ |
H A D | vfio.h | 333 __u32 subtype; /* type specific */ member
|
/qemu/qapi/ |
H A D | qom.json | 28 # 2) A child type in the form 'child<subtype>' where subtype is a 32 # 3) A link type in the form 'link<subtype>' where subtype is a
|
/qemu/docs/devel/migration/ |
H A D | main.rst | 81 is connected to a subtype of ``QIOChannel`` (see ``io/``).
|