Re: [Qemu-devel] [STABLE 0.12] QMP: Drop wrong assert()

2010-01-08 Thread Anthony Liguori
On 12/21/2009 09:09 PM, Luiz Capitulino wrote: Some commands return a QList of QDicts, which is valid, but will trig the assert(). Just drop it. Reported-by: Nathan Baum Signed-off-by: Luiz Capitulino Applied. Thanks. Regards, Anthony Liguori --- monitor.c |1 - 1 files change

Re: [Qemu-devel] [STABLE 0.12] QMP: Drop wrong assert()

2009-12-29 Thread Luiz Capitulino
On Tue, 22 Dec 2009 08:50:30 +0100 Markus Armbruster wrote: > Luiz Capitulino writes: > > > Some commands return a QList of QDicts, which is valid, > > but will trig the assert(). > > > > Just drop it. > > > > Reported-by: Nathan Baum > > Signed-off-by: Luiz Capitulino > > --- > > monitor.c

Re: [Qemu-devel] [STABLE 0.12] QMP: Drop wrong assert()

2009-12-21 Thread Markus Armbruster
Luiz Capitulino writes: > Some commands return a QList of QDicts, which is valid, > but will trig the assert(). > > Just drop it. > > Reported-by: Nathan Baum > Signed-off-by: Luiz Capitulino > --- > monitor.c |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/monito

[Qemu-devel] [STABLE 0.12] QMP: Drop wrong assert()

2009-12-21 Thread Luiz Capitulino
Some commands return a QList of QDicts, which is valid, but will trig the assert(). Just drop it. Reported-by: Nathan Baum Signed-off-by: Luiz Capitulino --- monitor.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/monitor.c b/monitor.c index c0dc48e..3af1d5c 100644