Re: [Qemu-devel] [PATCH 26/27] error, qerror: pass desc string to error calls

2012-08-01 Thread Luiz Capitulino
On Wed, 01 Aug 2012 19:37:29 +0800 Amos Kong wrote: > On 28/07/12 05:32, Luiz Capitulino wrote: > > FIXME: broke error_is_type() and qemu-ga. > > > > Signed-off-by: Luiz Capitulino > > --- > > error.c | 5 ++- > > qerror.c | 44 ++-- > > qerror.h | 143 > > +++

Re: [Qemu-devel] [PATCH 26/27] error, qerror: pass desc string to error calls

2012-08-01 Thread Amos Kong
On 28/07/12 05:32, Luiz Capitulino wrote: FIXME: broke error_is_type() and qemu-ga. Signed-off-by: Luiz Capitulino --- error.c | 5 ++- qerror.c | 44 ++-- qerror.h | 143 +++ 3 files changed, 77 insertions(+),

[Qemu-devel] [PATCH 26/27] error, qerror: pass desc string to error calls

2012-07-27 Thread Luiz Capitulino
FIXME: broke error_is_type() and qemu-ga. Signed-off-by: Luiz Capitulino --- error.c | 5 ++- qerror.c | 44 ++-- qerror.h | 143 +++ 3 files changed, 77 insertions(+), 115 deletions(-) diff --git a/error.c b/error.