Re: [Qemu-devel] [PATCH V6 21/29] qapi event: convert BLOCK_IMAGE_CORRUPTED

2014-06-16 Thread Eric Blake
On 06/05/2014 06:22 AM, Wenchao Xia wrote: > Signed-off-by: Wenchao Xia > --- > block/qcow2-refcount.c | 14 -- > docs/qmp/qmp-events.txt | 22 -- > qapi-event.json | 22 ++ > 3 files changed, 30 insertions(+), 28 deletions(-) >

[Qemu-devel] [PATCH V6 21/29] qapi event: convert BLOCK_IMAGE_CORRUPTED

2014-06-05 Thread Wenchao Xia
Signed-off-by: Wenchao Xia --- block/qcow2-refcount.c | 14 -- docs/qmp/qmp-events.txt | 22 -- qapi-event.json | 22 ++ 3 files changed, 30 insertions(+), 28 deletions(-) diff --git a/block/qcow2-refcount.c b/block/qcow2-refcoun