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
..
2014-02-14 16:22:31 +01:00
2013-12-17 20:12:51 +00:00
2013-12-24 18:02:18 +01:00
2014-02-03 14:04:00 +00:00
2014-02-14 16:22:32 +01:00
2014-03-11 13:27:27 +02:00
2014-02-26 17:20:00 +00:00
2014-02-14 16:22:31 +01:00
2013-11-05 17:47:30 +01:00
2014-02-27 10:01:40 +00:00
2013-12-17 20:12:51 +00:00
2014-03-05 03:06:46 +01:00
2014-02-10 10:23:35 +02:00
2014-03-11 13:25:48 +02:00