qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] compressed block-stream
@ 2017-11-16 16:54 Anton Nefedov
  2017-11-16 16:54 ` [Qemu-devel] [PATCH v2 1/4] qcow2: multiple clusters write compressed Anton Nefedov
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Anton Nefedov @ 2017-11-16 16:54 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-block, kwolf, mreitz, eblake, stefanha, famz, den,
	Anton Nefedov

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-11-21 11:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-16 16:54 [Qemu-devel] [PATCH v2 0/4] compressed block-stream Anton Nefedov
2017-11-16 16:54 ` [Qemu-devel] [PATCH v2 1/4] qcow2: multiple clusters write compressed Anton Nefedov
2017-11-20 14:53   ` Stefan Hajnoczi
2017-11-20 15:03     ` Denis V. Lunev
2017-11-21 11:07       ` Stefan Hajnoczi
2017-11-16 16:54 ` [Qemu-devel] [PATCH v2 2/4] block: support compressed write for copy-on-read Anton Nefedov
2017-11-20 14:53   ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2017-11-16 16:54 ` [Qemu-devel] [PATCH v2 3/4] block-stream: add compress option Anton Nefedov
2017-11-20 14:53   ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2017-11-16 16:54 ` [Qemu-devel] [PATCH v2 4/4] iotests: 030: add compressed block-stream test Anton Nefedov
2017-11-20 14:38   ` Stefan Hajnoczi
2017-11-20 15:39     ` Anton Nefedov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).