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

2013-11-04 Thread Max Reitz
On 04.11.2013 02:47, Wenchao Xia wrote: 于 2013/11/2 20:39, Max Reitz 写道: On 14.10.2013 23:52, 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 xiaw...@linux.vnet.ibm.com ---

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

2013-11-03 Thread Wenchao Xia
于 2013/11/2 20:39, Max Reitz 写道: On 14.10.2013 23:52, 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 xiaw...@linux.vnet.ibm.com --- block/qcow2-snapshot.c| 27

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

2013-11-02 Thread Max Reitz
On 14.10.2013 23:52, 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 xiaw...@linux.vnet.ibm.com --- block/qcow2-snapshot.c| 27 +++ block/qcow2.h

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

2013-10-14 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 xiaw...@linux.vnet.ibm.com --- block/qcow2-snapshot.c| 27 +++ block/qcow2.h |4 +++- block/rbd.c