Re: [Qemu-devel] [PATCH V9 1/8] snapshot: add parameter *errp in snapshot create

2014-01-11 Thread Max Reitz
On 05.01.2014 20:43, Wenchao Xia wrote: The return value is only used for error report before this patch, so change the function protype to return void. Signed-off-by: Wenchao Xia --- block/qcow2-snapshot.c| 30 +- block/qcow2.h |4 +++- blo

[Qemu-devel] [PATCH V9 1/8] snapshot: add parameter *errp in snapshot create

2014-01-05 Thread Wenchao Xia
The return value is only used for error report before this patch, so change the function protype to return void. Signed-off-by: Wenchao Xia --- block/qcow2-snapshot.c| 30 +- block/qcow2.h |4 +++- block/rbd.c | 19 ++-