Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 18 of 18) sorted by relevance

/qemu/tests/qapi-schema/
H A Dunion-invalid-union-subtype.err1 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 Dmeson.build205 'union-invalid-union-subtype.json',
/qemu/chardev/
H A Dspice.c214 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 Dbochs.c49 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 Ddevice.c238 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 Dtrace-events199 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 Dvirtio_scsi.h78 __virtio32 subtype; member
H A Dvirtio_iommu.h133 uint8_t subtype; member
/qemu/include/hw/vfio/
H A Dvfio-device.h219 uint32_t subtype, struct vfio_region_info **info);
/qemu/hw/virtio/
H A Dvirtio-iommu.c907 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 Dtrace-events131 virtio_iommu_fill_resv_property(uint32_t devid, uint8_t subtype, uint64_t start, uint64_t end) "dev…
/qemu/hw/scsi/
H A Dvirtio-scsi.c358 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 Dtrace-events311 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 Dtestacpi.py269 if subtable.subtype == acpi.MADT_TYPE_LOCAL_APIC:
80 if subtable.subtype == acpi.MADT_TYPE_LOCAL_X2APIC:
/qemu/docs/sphinx/
H A Dqapi_domain.py987 subtype="qapi",
998 subtype="qapi",
/qemu/linux-headers/linux/
H A Dvfio.h333 __u32 subtype; /* type specific */ member
/qemu/qapi/
H A Dqom.json28 # 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 Dmain.rst81 is connected to a subtype of ``QIOChannel`` (see ``io/``).