Re: [Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries

2018-12-10 Thread Markus Armbruster
Please don't use "Content-Transfer-Encoding: base64". Andrey Shinkevich writes: > On 07.12.2018 19:20, Eric Blake wrote: > >> On 12/7/18 4:00 AM, Andrey Shinkevich wrote: [...] >>> +++ b/block/qcow2.c >>> @@ -4270,6 +4270,12 @@ static ImageInfoSpecific >>> *qcow2_get_specific_info(BlockDriverSt

Re: [Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries

2018-12-10 Thread Andrey Shinkevich
On 07.12.2018 19:20, Eric Blake wrote: > On 12/7/18 4:00 AM, Andrey Shinkevich wrote: >> In the 'Format specific information' section of the 'qemu-img info' >> command output, the supplemental information about existing QCOW2 >> bitmaps will be shown, such as a bitmap name, flags and granularity:

Re: [Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries

2018-12-07 Thread Vladimir Sementsov-Ogievskiy
07.12.2018 20:52, Vladimir Sementsov-Ogievskiy wrote: > 07.12.2018 20:31, Eric Blake wrote: >> On 12/7/18 11:24 AM, Vladimir Sementsov-Ogievskiy wrote: >>> 07.12.2018 19:20, Eric Blake wrote: On 12/7/18 4:00 AM, Andrey Shinkevich wrote: > +++ b/block/qcow2.c > @@ -4270,6 +4270,12 @@ st

Re: [Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries

2018-12-07 Thread Vladimir Sementsov-Ogievskiy
07.12.2018 20:31, Eric Blake wrote: > On 12/7/18 11:24 AM, Vladimir Sementsov-Ogievskiy wrote: >> 07.12.2018 19:20, Eric Blake wrote: >>> On 12/7/18 4:00 AM, Andrey Shinkevich wrote: +++ b/block/qcow2.c @@ -4270,6 +4270,12 @@ static ImageInfoSpecific *qcow2_get_specific_info(BlockDr

Re: [Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries

2018-12-07 Thread Andrey Shinkevich
On 07.12.2018 19:20, Eric Blake wrote: > On 12/7/18 4:00 AM, Andrey Shinkevich wrote: >> In the 'Format specific information' section of the 'qemu-img info' >> command output, the supplemental information about existing QCOW2 >> bitmaps will be shown, such as a bitmap name, flags and granularity: >

Re: [Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries

2018-12-07 Thread Eric Blake
On 12/7/18 11:24 AM, Vladimir Sementsov-Ogievskiy wrote: 07.12.2018 19:20, Eric Blake wrote: On 12/7/18 4:00 AM, Andrey Shinkevich wrote: +++ b/block/qcow2.c @@ -4270,6 +4270,12 @@ static ImageInfoSpecific *qcow2_get_specific_info(BlockDriverState *bs)   .refcount_bits  = s->r

Re: [Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries

2018-12-07 Thread Vladimir Sementsov-Ogievskiy
07.12.2018 19:20, Eric Blake wrote: > On 12/7/18 4:00 AM, Andrey Shinkevich wrote: >> +++ b/block/qcow2.c >> @@ -4270,6 +4270,12 @@ static ImageInfoSpecific >> *qcow2_get_specific_info(BlockDriverState *bs) >>   .refcount_bits  = s->refcount_bits, >>   }; >>   } else if

Re: [Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries

2018-12-07 Thread Eric Blake
On 12/7/18 4:00 AM, Andrey Shinkevich wrote: In the 'Format specific information' section of the 'qemu-img info' command output, the supplemental information about existing QCOW2 bitmaps will be shown, such as a bitmap name, flags and granularity: image: /vz/vmprivate/VM1/harddisk.hdd file forma

[Qemu-devel] [PATCH v4] qemu-img info lists bitmap directory entries

2018-12-07 Thread Andrey Shinkevich
In the 'Format specific information' section of the 'qemu-img info' command output, the supplemental information about existing QCOW2 bitmaps will be shown, such as a bitmap name, flags and granularity: image: /vz/vmprivate/VM1/harddisk.hdd file format: qcow2 virtual size: 64G (68719476736 bytes)