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

2009-12-29 Thread Luiz Capitulino
On Sat, 26 Dec 2009 21:19:17 + Nathan Baum wrote: > 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 1

[Qemu-devel] [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