qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for 3.1 v3 0/3] minor qcow2 compression improvements
@ 2018-11-13 23:03 Eric Blake
  2018-11-13 23:03 ` [Qemu-devel] [PATCH v3 1/3] qcow2: Document some maximum size constraints Eric Blake
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Eric Blake @ 2018-11-13 23:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: berto, qemu-block, kwolf, mreitz

As the added iotests shows, we have a (corner case) data corruption
that is user triggerable, therefore, this is still appropriate for
inclusion in 3.1.

v6 was here:
https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg08497.html

since then:
- don't reduce constraints on reftable [Kevin]
- rebase to recent iotests changes
- drop patches that might conflict with Vladimir's work now on Kevin's
block-next branch

001/3:[0042] [FC] 'qcow2: Document some maximum size constraints'
002/3:[0003] [FC] 'qcow2: Don't allow overflow during cluster allocation'
003/3:[0003] [FC] 'iotests: Add new test 220 for max compressed cluster offset'

Eric Blake (3):
  qcow2: Document some maximum size constraints
  qcow2: Don't allow overflow during cluster allocation
  iotests: Add new test 220 for max compressed cluster offset

 docs/interop/qcow2.txt     | 30 +++++++++++-
 block/qcow2.h              |  6 +++
 block/qcow2-refcount.c     | 20 +++++---
 tests/qemu-iotests/220     | 96 ++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/220.out | 54 +++++++++++++++++++++
 tests/qemu-iotests/group   |  1 +
 6 files changed, 198 insertions(+), 9 deletions(-)
 create mode 100755 tests/qemu-iotests/220
 create mode 100644 tests/qemu-iotests/220.out

-- 
2.17.2

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

end of thread, other threads:[~2018-11-15 18:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-13 23:03 [Qemu-devel] [PATCH for 3.1 v3 0/3] minor qcow2 compression improvements Eric Blake
2018-11-13 23:03 ` [Qemu-devel] [PATCH v3 1/3] qcow2: Document some maximum size constraints Eric Blake
2018-11-15 15:17   ` Alberto Garcia
2018-11-15 16:24     ` Eric Blake
2018-11-13 23:03 ` [Qemu-devel] [PATCH v3 2/3] qcow2: Don't allow overflow during cluster allocation Eric Blake
2018-11-13 23:03 ` [Qemu-devel] [PATCH v3 3/3] iotests: Add new test 220 for max compressed cluster offset Eric Blake
2018-11-14 14:35 ` [Qemu-devel] [PATCH for 3.1 v3 0/3] minor qcow2 compression improvements Kevin Wolf
2018-11-15 18:36   ` Eric Blake
2018-11-14 14:48 ` Eric Blake

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).