commit | f05f6b4adb4db3affb0cdd17383b0a7e905e66e1 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Mar 28 16:34:12 2012 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Apr 02 15:04:15 2012 -0500 |
tree | c95bfd1b99970b8cf0b3ac8aa3a7635fe19924d3 | |
parent | da57febfed7bad11be79f047b59719c38abd0712 [diff] [blame] |
qdev: put all devices under /machine Avoid cluttering too much the QOM root. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/hw/qdev.h b/hw/qdev.h index 9cc3f98..a8df42f 100644 --- a/hw/qdev.h +++ b/hw/qdev.h
@@ -349,6 +349,8 @@ Property *qdev_get_props(DeviceState *dev); +Object *qdev_get_machine(void); + /* FIXME: make this a link<> */ void qdev_set_parent_bus(DeviceState *dev, BusState *bus);