mbox series

[v2,0/3] qemu-img: map: implement support for compressed clusters

Message ID 20230706163047.128999-1-andrey.drobyshev@virtuozzo.com (mailing list archive)
Headers show
Series qemu-img: map: implement support for compressed clusters | expand

Message

Andrey Drobyshev July 6, 2023, 4:30 p.m. UTC
v1 --> v2:
  * Add vmdk format to the 1st commit.  Tweak commit message accordingly;
  * Make "compressed" field in MapEntry optional.

v1: https://lists.nongnu.org/archive/html/qemu-block/2023-06/msg00184.html

Andrey Drobyshev (3):
  block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
  qemu-img: map: report compressed data blocks
  qemu-iotests: update expected tests output to contain "compressed"
    field

 block/qcow.c                                  |   5 +-
 block/qcow2.c                                 |   3 +
 block/vmdk.c                                  |   2 +
 include/block/block-common.h                  |   3 +
 qapi/block-core.json                          |   7 +-
 qemu-img.c                                    |  16 +-
 tests/qemu-iotests/122.out                    |  84 ++++----
 tests/qemu-iotests/154.out                    | 194 +++++++++---------
 tests/qemu-iotests/179.out                    | 178 ++++++++--------
 tests/qemu-iotests/244.out                    |  24 +--
 tests/qemu-iotests/252.out                    |  10 +-
 tests/qemu-iotests/274.out                    |  48 ++---
 .../tests/nbd-qemu-allocation.out             |   6 +-
 13 files changed, 302 insertions(+), 278 deletions(-)

Comments

Andrey Drobyshev July 24, 2023, 1:10 p.m. UTC | #1
On 7/6/23 19:30, Andrey Drobyshev wrote:
> v1 --> v2:
>   * Add vmdk format to the 1st commit.  Tweak commit message accordingly;
>   * Make "compressed" field in MapEntry optional.
> 
> v1: https://lists.nongnu.org/archive/html/qemu-block/2023-06/msg00184.html
> 
> Andrey Drobyshev (3):
>   block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
>   qemu-img: map: report compressed data blocks
>   qemu-iotests: update expected tests output to contain "compressed"
>     field
> 
>  block/qcow.c                                  |   5 +-
>  block/qcow2.c                                 |   3 +
>  block/vmdk.c                                  |   2 +
>  include/block/block-common.h                  |   3 +
>  qapi/block-core.json                          |   7 +-
>  qemu-img.c                                    |  16 +-
>  tests/qemu-iotests/122.out                    |  84 ++++----
>  tests/qemu-iotests/154.out                    | 194 +++++++++---------
>  tests/qemu-iotests/179.out                    | 178 ++++++++--------
>  tests/qemu-iotests/244.out                    |  24 +--
>  tests/qemu-iotests/252.out                    |  10 +-
>  tests/qemu-iotests/274.out                    |  48 ++---
>  .../tests/nbd-qemu-allocation.out             |   6 +-
>  13 files changed, 302 insertions(+), 278 deletions(-)
> 

Ping
Andrey Drobyshev July 31, 2023, 2:45 p.m. UTC | #2
On 7/24/23 16:10, Andrey Drobyshev wrote:
> On 7/6/23 19:30, Andrey Drobyshev wrote:
>> v1 --> v2:
>>   * Add vmdk format to the 1st commit.  Tweak commit message accordingly;
>>   * Make "compressed" field in MapEntry optional.
>>
>> v1: https://lists.nongnu.org/archive/html/qemu-block/2023-06/msg00184.html
>>
>> Andrey Drobyshev (3):
>>   block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
>>   qemu-img: map: report compressed data blocks
>>   qemu-iotests: update expected tests output to contain "compressed"
>>     field
>>
>>  block/qcow.c                                  |   5 +-
>>  block/qcow2.c                                 |   3 +
>>  block/vmdk.c                                  |   2 +
>>  include/block/block-common.h                  |   3 +
>>  qapi/block-core.json                          |   7 +-
>>  qemu-img.c                                    |  16 +-
>>  tests/qemu-iotests/122.out                    |  84 ++++----
>>  tests/qemu-iotests/154.out                    | 194 +++++++++---------
>>  tests/qemu-iotests/179.out                    | 178 ++++++++--------
>>  tests/qemu-iotests/244.out                    |  24 +--
>>  tests/qemu-iotests/252.out                    |  10 +-
>>  tests/qemu-iotests/274.out                    |  48 ++---
>>  .../tests/nbd-qemu-allocation.out             |   6 +-
>>  13 files changed, 302 insertions(+), 278 deletions(-)
>>
> 
> Ping

Yet another ping
Andrey Drobyshev Aug. 16, 2023, 9:22 a.m. UTC | #3
On 7/31/23 17:45, Andrey Drobyshev wrote:
> On 7/24/23 16:10, Andrey Drobyshev wrote:
>> On 7/6/23 19:30, Andrey Drobyshev wrote:
>>> v1 --> v2:
>>>   * Add vmdk format to the 1st commit.  Tweak commit message accordingly;
>>>   * Make "compressed" field in MapEntry optional.
>>>
>>> v1: https://lists.nongnu.org/archive/html/qemu-block/2023-06/msg00184.html
>>>
>>> Andrey Drobyshev (3):
>>>   block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
>>>   qemu-img: map: report compressed data blocks
>>>   qemu-iotests: update expected tests output to contain "compressed"
>>>     field
>>>
>>>  block/qcow.c                                  |   5 +-
>>>  block/qcow2.c                                 |   3 +
>>>  block/vmdk.c                                  |   2 +
>>>  include/block/block-common.h                  |   3 +
>>>  qapi/block-core.json                          |   7 +-
>>>  qemu-img.c                                    |  16 +-
>>>  tests/qemu-iotests/122.out                    |  84 ++++----
>>>  tests/qemu-iotests/154.out                    | 194 +++++++++---------
>>>  tests/qemu-iotests/179.out                    | 178 ++++++++--------
>>>  tests/qemu-iotests/244.out                    |  24 +--
>>>  tests/qemu-iotests/252.out                    |  10 +-
>>>  tests/qemu-iotests/274.out                    |  48 ++---
>>>  .../tests/nbd-qemu-allocation.out             |   6 +-
>>>  13 files changed, 302 insertions(+), 278 deletions(-)
>>>
>>
>> Ping
> 
> Yet another ping

One more ping after 6 weeks
Andrey Drobyshev Aug. 22, 2023, 5:35 p.m. UTC | #4
On 8/16/23 12:22, Andrey Drobyshev wrote:
> On 7/31/23 17:45, Andrey Drobyshev wrote:
>> On 7/24/23 16:10, Andrey Drobyshev wrote:
>>> On 7/6/23 19:30, Andrey Drobyshev wrote:
>>>> v1 --> v2:
>>>>   * Add vmdk format to the 1st commit.  Tweak commit message accordingly;
>>>>   * Make "compressed" field in MapEntry optional.
>>>>
>>>> v1: https://lists.nongnu.org/archive/html/qemu-block/2023-06/msg00184.html
>>>>
>>>> Andrey Drobyshev (3):
>>>>   block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
>>>>   qemu-img: map: report compressed data blocks
>>>>   qemu-iotests: update expected tests output to contain "compressed"
>>>>     field
>>>>
>>>>  block/qcow.c                                  |   5 +-
>>>>  block/qcow2.c                                 |   3 +
>>>>  block/vmdk.c                                  |   2 +
>>>>  include/block/block-common.h                  |   3 +
>>>>  qapi/block-core.json                          |   7 +-
>>>>  qemu-img.c                                    |  16 +-
>>>>  tests/qemu-iotests/122.out                    |  84 ++++----
>>>>  tests/qemu-iotests/154.out                    | 194 +++++++++---------
>>>>  tests/qemu-iotests/179.out                    | 178 ++++++++--------
>>>>  tests/qemu-iotests/244.out                    |  24 +--
>>>>  tests/qemu-iotests/252.out                    |  10 +-
>>>>  tests/qemu-iotests/274.out                    |  48 ++---
>>>>  .../tests/nbd-qemu-allocation.out             |   6 +-
>>>>  13 files changed, 302 insertions(+), 278 deletions(-)
>>>>
>>>
>>> Ping
>>
>> Yet another ping
> 
> One more ping after 6 weeks

One more friendly ping