Re: [Qemu-devel] [PATCH 18/20] vmdk: correctly propagate errors

2014-02-10 Thread Fam Zheng
On Sun, 02/09 10:48, Paolo Bonzini wrote: > Now that we can return the "right" errors, use the Error** parameter > to pass them back instead of just printing them. > > Signed-off-by: Paolo Bonzini > --- > block/vmdk.c | 11 ++- > tests/qemu-iotests/059.out | 6 ++ > 2

[Qemu-devel] [PATCH 18/20] vmdk: correctly propagate errors

2014-02-09 Thread Paolo Bonzini
Now that we can return the "right" errors, use the Error** parameter to pass them back instead of just printing them. Signed-off-by: Paolo Bonzini --- block/vmdk.c | 11 ++- tests/qemu-iotests/059.out | 6 ++ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git