Home
last modified time | relevance | path

Searched refs:TYPE_IOTHREAD (Results 1 – 7 of 7) sorted by relevance

/qemu/include/system/
H A Diothread.h22 #define TYPE_IOTHREAD "iothread" macro
45 TYPE_IOTHREAD)
/qemu/
H A Diothread.c317 .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()
/qemu/hw/virtio/
H A Dvirtio-balloon.c1058 DEFINE_PROP_LINK("iothread", VirtIOBalloon, iothread, TYPE_IOTHREAD,
/qemu/hw/block/
H A Dxen-block.c679 TYPE_IOTHREAD, IOThread *),
H A Dvirtio-blk.c1872 DEFINE_PROP_LINK("iothread", VirtIOBlock, conf.iothread, TYPE_IOTHREAD,
/qemu/net/
H A Dcolo-compare.c1372 object_property_add_link(obj, "iothread", TYPE_IOTHREAD, in colo_compare_init()
/qemu/hw/scsi/
H A Dvirtio-scsi.c1383 TYPE_IOTHREAD, IOThread *),