Re: [Qemu-devel] [RFC,PATCH 06/11] qdev: sysbus_dev_info

2010-01-15 Thread Markus Armbruster
Nathan Baum writes: > Returns information about the system bus as a QObject. > > Signed-off-by: Nathan Baum > --- > hw/sysbus.c | 18 ++ > 1 files changed, 18 insertions(+), 0 deletions(-) > > diff --git a/hw/sysbus.c b/hw/sysbus.c > index 1f7f138..2092d9f 100644 > --- a/hw/sy

[Qemu-devel] [RFC,PATCH 06/11] qdev: sysbus_dev_info

2009-12-26 Thread Nathan Baum
Returns information about the system bus as a QObject. Signed-off-by: Nathan Baum --- hw/sysbus.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/hw/sysbus.c b/hw/sysbus.c index 1f7f138..2092d9f 100644 --- a/hw/sysbus.c +++ b/hw/sysbus.c @@ -20,6 +20,7