Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Diothread.h22 #define TYPE_IOTHREAD "iothread" macro
45 TYPE_IOTHREAD)
/openbmc/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()
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c1033 DEFINE_PROP_LINK("iothread", VirtIOBalloon, iothread, TYPE_IOTHREAD,
/openbmc/qemu/hw/block/
H A Dxen-block.c676 TYPE_IOTHREAD, IOThread *),
H A Dvirtio-blk.c2001 DEFINE_PROP_LINK("iothread", VirtIOBlock, conf.iothread, TYPE_IOTHREAD,
/openbmc/qemu/net/
H A Dcolo-compare.c1374 object_property_add_link(obj, "iothread", TYPE_IOTHREAD, in colo_compare_init()
/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi.c1304 TYPE_IOTHREAD, IOThread *),