Searched refs:TYPE_IOTHREAD (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | iothread.h | 22 #define TYPE_IOTHREAD "iothread" macro 45 TYPE_IOTHREAD)
|
/openbmc/qemu/ |
H A D | iothread.c | 317 .name = TYPE_IOTHREAD, 348 iothread = (IOThread *)object_dynamic_cast(object, TYPE_IOTHREAD); in query_one_iothread() 386 obj = object_new_with_props(TYPE_IOTHREAD, in iothread_create() 402 return IOTHREAD(object_resolve_path_type(id, TYPE_IOTHREAD, NULL)); in iothread_by_id()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-balloon.c | 1033 DEFINE_PROP_LINK("iothread", VirtIOBalloon, iothread, TYPE_IOTHREAD,
|
/openbmc/qemu/hw/block/ |
H A D | xen-block.c | 676 TYPE_IOTHREAD, IOThread *),
|
H A D | virtio-blk.c | 2001 DEFINE_PROP_LINK("iothread", VirtIOBlock, conf.iothread, TYPE_IOTHREAD,
|
/openbmc/qemu/net/ |
H A D | colo-compare.c | 1374 object_property_add_link(obj, "iothread", TYPE_IOTHREAD, in colo_compare_init()
|
/openbmc/qemu/hw/scsi/ |
H A D | virtio-scsi.c | 1304 TYPE_IOTHREAD, IOThread *),
|