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

2014-07-09 Thread Chun Yan Liu
>>> On 7/9/2014 at 09:08 AM, in message <53bc9606.50...@redhat.com>, Eric Blake wrote: > On 07/07/2014 09:08 PM, 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 for 2.1 V2] qemu-img info: show nocow info

2014-07-09 Thread Eric Blake
On 07/07/2014 09:08 PM, 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 > --- > Changes: > - add documentation of "nocow" in qapi/block-core.json. > > @@ -625,4 +646,8 @@ void bdrv_ima

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

2014-07-07 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 --- Changes: - add documentation of "nocow" in qapi/block-core.json. block/qapi.c | 25 + qapi/block-core.json | 5 - 2 files