Re: [Qemu-devel] [PATCH 12/17] char: Convert qemu_chr_info() to QObject

2009-11-23 Thread Markus Armbruster
Luiz Capitulino writes: > On Fri, 20 Nov 2009 15:10:20 +0100 > Markus Armbruster wrote: > >> Luiz Capitulino writes: >> >> > Each device is represented by a QDict. The returned QObject is a QList >> > of all devices. >> > >> > This commit should not change user output. >> > >> > Signed-off-by:

Re: [Qemu-devel] [PATCH 12/17] char: Convert qemu_chr_info() to QObject

2009-11-23 Thread Luiz Capitulino
On Fri, 20 Nov 2009 15:10:20 +0100 Markus Armbruster wrote: > Luiz Capitulino writes: > > > Each device is represented by a QDict. The returned QObject is a QList > > of all devices. > > > > This commit should not change user output. > > > > Signed-off-by: Luiz Capitulino > > --- > > monitor.

Re: [Qemu-devel] [PATCH 12/17] char: Convert qemu_chr_info() to QObject

2009-11-20 Thread Markus Armbruster
Luiz Capitulino writes: > Each device is represented by a QDict. The returned QObject is a QList > of all devices. > > This commit should not change user output. > > Signed-off-by: Luiz Capitulino > --- > monitor.c |3 ++- > qemu-char.c | 43 +-- >

[Qemu-devel] [PATCH 12/17] char: Convert qemu_chr_info() to QObject

2009-11-17 Thread Luiz Capitulino
Each device is represented by a QDict. The returned QObject is a QList of all devices. This commit should not change user output. Signed-off-by: Luiz Capitulino --- monitor.c |3 ++- qemu-char.c | 43 +-- qemu-char.h |4 +++- 3 files changed,