Re: [Qemu-devel] [PATCH 11/17] block: Convert bdrv_info() to QObject

2009-11-23 Thread Markus Armbruster
Luiz Capitulino writes: > On Fri, 20 Nov 2009 15:06:26 +0100 > Markus Armbruster wrote: > >> Luiz Capitulino writes: [...] >> > diff --git a/block.c b/block.c >> > index 6fdabff..fc4e2f2 100644 >> > --- a/block.c >> > +++ b/block.c [...] >> > -monitor_printf(mon, " removable=%d", bs->re

Re: [Qemu-devel] [PATCH 11/17] block: Convert bdrv_info() to QObject

2009-11-23 Thread Luiz Capitulino
On Fri, 20 Nov 2009 15:06:26 +0100 Markus Armbruster wrote: > Luiz Capitulino writes: > > > Each block device information is stored in a QDict and the > > returned QObject is a QList of all devices. > > > > This commit should not change user output. > > > > Signed-off-by: Luiz Capitulino > > -

Re: [Qemu-devel] [PATCH 11/17] block: Convert bdrv_info() to QObject

2009-11-20 Thread Markus Armbruster
Luiz Capitulino writes: > Each block device information is stored in a QDict and the > returned QObject is a QList of all devices. > > This commit should not change user output. > > Signed-off-by: Luiz Capitulino > --- > Makefile |2 +- > block.c | 123 > +++

[Qemu-devel] [PATCH 11/17] block: Convert bdrv_info() to QObject

2009-11-17 Thread Luiz Capitulino
Each block device information is stored in a QDict and the returned QObject is a QList of all devices. This commit should not change user output. Signed-off-by: Luiz Capitulino --- Makefile |2 +- block.c | 123 +++-- block.h |