Re: [Qemu-devel] [PATCH 10/10] qemu-ga: guest_suspend(): improve error reporting

2012-11-28 Thread mdroth
On Tue, Nov 27, 2012 at 11:02:04AM -0200, Luiz Capitulino wrote: > Most errors are QERR_UNDEFINED_ERROR today. > > Signed-off-by: Luiz Capitulino Reviewed-by: Michael Roth > --- > qga/commands-posix.c | 29 ++--- > 1 file changed, 18 insertions(+), 11 deletions(-) > >

[Qemu-devel] [PATCH 10/10] qemu-ga: guest_suspend(): improve error reporting

2012-11-27 Thread Luiz Capitulino
Most errors are QERR_UNDEFINED_ERROR today. Signed-off-by: Luiz Capitulino --- qga/commands-posix.c | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/qga/commands-posix.c b/qga/commands-posix.c index 5a7e308..ce058b5 100644 --- a/qga/commands-pos