Re: [Qemu-devel] [PATCH 08/10] monitor: QError support

2009-11-18 Thread Daniel P. Berrange
On Tue, Nov 17, 2009 at 05:43:55PM -0200, Luiz Capitulino wrote: > This commit adds QError support in the Monitor. > > A QError member is added to the Monitor struct. This new member > stores error information and is also used to check if an error > has occurred when the called handler returns. >

Re: [Qemu-devel] [PATCH 08/10] monitor: QError support

2009-11-18 Thread Luiz Capitulino
On Wed, 18 Nov 2009 16:16:40 +0100 Markus Armbruster wrote: > Luiz Capitulino writes: > > > This commit adds QError support in the Monitor. > > > > A QError member is added to the Monitor struct. This new member > > stores error information and is also used to check if an error > > has occurred

Re: [Qemu-devel] [PATCH 08/10] monitor: QError support

2009-11-18 Thread Markus Armbruster
Luiz Capitulino writes: > This commit adds QError support in the Monitor. > > A QError member is added to the Monitor struct. This new member > stores error information and is also used to check if an error > has occurred when the called handler returns. > > Additionally, a new macro called qemu_

[Qemu-devel] [PATCH 08/10] monitor: QError support

2009-11-17 Thread Luiz Capitulino
This commit adds QError support in the Monitor. A QError member is added to the Monitor struct. This new member stores error information and is also used to check if an error has occurred when the called handler returns. Additionally, a new macro called qemu_error_new() is introduced. It builds o