Re: [Qemu-devel] [PATCH v7 07/10] block: Pass error in bdrv_snapshot_create

2013-12-12 Thread Markus Armbruster
Fam Zheng writes: > This allows descent error information to be reported. > > Signed-off-by: Fam Zheng > --- > block/snapshot.c | 5 +++-- > blockdev.c | 2 +- > include/block/snapshot.h | 3 ++- > qemu-img.c | 2 +- > savevm.c | 2 +- > 5 fil

[Qemu-devel] [PATCH v7 07/10] block: Pass error in bdrv_snapshot_create

2013-12-12 Thread Fam Zheng
This allows descent error information to be reported. Signed-off-by: Fam Zheng --- block/snapshot.c | 5 +++-- blockdev.c | 2 +- include/block/snapshot.h | 3 ++- qemu-img.c | 2 +- savevm.c | 2 +- 5 files changed, 8 insertions(+), 6 deletion