Re: [Qemu-devel] [PATCH] tests: check empty qmp output visitor

2014-05-27 Thread Marcel Apfelbaum
On Tue, 2014-05-27 at 09:53 +0800, Amos Kong wrote: > On Tue, May 20, 2014 at 07:19:49PM -0500, Michael Roth wrote: > > Quoting Marcel Apfelbaum (2014-05-20 10:07:59) > > > Checks the output visitor behaviour for NULL values. > > > > > > Signed-off-by: Marcel Apfelbaum > > > --- > > > Notes: > >

Re: [Qemu-devel] [PATCH] tests: check empty qmp output visitor

2014-05-26 Thread Amos Kong
On Tue, May 20, 2014 at 07:19:49PM -0500, Michael Roth wrote: > Quoting Marcel Apfelbaum (2014-05-20 10:07:59) > > Checks the output visitor behaviour for NULL values. > > > > Signed-off-by: Marcel Apfelbaum > > --- > > Notes: > > - I didn't add Michael's Sob because I tweaked the test a little

Re: [Qemu-devel] [PATCH] tests: check empty qmp output visitor

2014-05-20 Thread Michael Roth
Quoting Marcel Apfelbaum (2014-05-20 10:07:59) > Checks the output visitor behaviour for NULL values. > > Signed-off-by: Marcel Apfelbaum > --- > Notes: > - I didn't add Michael's Sob because I tweaked the test a little. Tweaked it so it didn't crash 100% of the time even after your fix? :) A

[Qemu-devel] [PATCH] tests: check empty qmp output visitor

2014-05-20 Thread Marcel Apfelbaum
Checks the output visitor behaviour for NULL values. Signed-off-by: Marcel Apfelbaum --- Notes: - I didn't add Michael's Sob because I tweaked the test a little. - To be added on top of "qapi: output visitor crashes qemu if it encounters a NULL value", otherwise the test will fail. test