[Qemu-devel] [PATCH v2 0/4] compressed block-stream

Anton Nefedov posted 4 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1510851298-59922-1-git-send-email-anton.nefedov@virtuozzo.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
qapi/block-core.json       |  4 +++
include/block/block_int.h  |  4 ++-
block/io.c                 | 23 +++++++++++----
block/qcow2.c              | 73 +++++++++++++++++++++++++++++++++-------------
block/stream.c             | 16 +++++++---
blockdev.c                 | 13 ++++++++-
hmp.c                      |  2 ++
block/trace-events         |  2 +-
hmp-commands.hx            |  4 +--
tests/qemu-iotests/030     | 66 ++++++++++++++++++++++++++++++++++++++++-
tests/qemu-iotests/030.out |  4 +--
11 files changed, 172 insertions(+), 39 deletions(-)
[Qemu-devel] [PATCH v2 0/4] compressed block-stream
Posted by Anton Nefedov 6 years, 5 months ago
v2:
  - 1st patch omitted (applied to 2.11)
  - remarks applied

v1: http://lists.nongnu.org/archive/html/qemu-devel/2017-11/msg02515.html

It might be useful to compress images during block-stream;
this way the user can merge compressed images of a backing chain and
the result will remain compressed.

Anton Nefedov (3):
  block: support compressed write for copy-on-read
  block-stream: add compress option
  iotests: 030: add compressed block-stream test

Pavel Butsykin (1):
  qcow2: multiple clusters write compressed

 qapi/block-core.json       |  4 +++
 include/block/block_int.h  |  4 ++-
 block/io.c                 | 23 +++++++++++----
 block/qcow2.c              | 73 +++++++++++++++++++++++++++++++++-------------
 block/stream.c             | 16 +++++++---
 blockdev.c                 | 13 ++++++++-
 hmp.c                      |  2 ++
 block/trace-events         |  2 +-
 hmp-commands.hx            |  4 +--
 tests/qemu-iotests/030     | 66 ++++++++++++++++++++++++++++++++++++++++-
 tests/qemu-iotests/030.out |  4 +--
 11 files changed, 172 insertions(+), 39 deletions(-)

-- 
2.7.4