Re: [Qemu-devel] [PATCH] qemu-img info: show nocow info

2014-07-02 Thread Chun Yan Liu
>>> On 7/2/2014 at 09:03 PM, in message <53b4031e.3030...@redhat.com>, Eric >>> Blake wrote: > On 07/02/2014 03:50 AM, Chunyan Liu wrote: > > Add nocow info in 'qemu-img info' output to show whether the file > > currently has NOCOW flag set or not. > > > > Signed-off-by: Chunyan Liu > >

Re: [Qemu-devel] [PATCH] qemu-img info: show nocow info

2014-07-02 Thread Eric Blake
On 07/02/2014 03:50 AM, Chunyan Liu wrote: > Add nocow info in 'qemu-img info' output to show whether the file > currently has NOCOW flag set or not. > > Signed-off-by: Chunyan Liu > --- > block/qapi.c | 25 + > qapi/block-core.json | 3 ++- > 2 files changed, 27

[Qemu-devel] [PATCH] qemu-img info: show nocow info

2014-07-02 Thread Chunyan Liu
Add nocow info in 'qemu-img info' output to show whether the file currently has NOCOW flag set or not. Signed-off-by: Chunyan Liu --- block/qapi.c | 25 + qapi/block-core.json | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/block/qapi.c b/