qemu-e2k/hw/core
Stefan Hajnoczi 6e4a876b43 iothread: add "iothread" qdev property type
Add a "iothread" qdev property type so devices can be hooked up to an
IOThread from the comand-line:

  qemu -object iothread,id=iothread0 \
       -device some-device,x-iothread=iothread0

Note that Paolo Bonzini <pbonzini@redhat.com> has suggested using QOM
links instead.  This way the relationship between the objects is
reflected in QOM.  There are currently shortcomings of
object_property_add_link() which prevent this use case.  I will attempt
to fix them and move to QOM links in a separate series.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-03-13 14:42:24 +01:00
..
empty_slot.c
hotplug.c define hotplug interface 2014-02-10 10:23:35 +02:00
irq.c
loader.c pc: avoid duplicate names for ROM MRs 2014-03-11 13:25:48 +02:00
Makefile.objs define hotplug interface 2014-02-10 10:23:35 +02:00
null-machine.c
ptimer.c
qdev-properties-system.c iothread: add "iothread" qdev property type 2014-03-13 14:42:24 +01:00
qdev-properties.c qdev: Use QAPI type names for properties 2014-02-14 21:12:05 +01:00
qdev.c qdev: Keep global allocation counter per bus 2014-03-05 03:06:47 +01:00
stream.c
sysbus.c
uboot_image.h