qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] qcow2: minor compression improvements
@ 2018-02-22 15:59 Eric Blake
  2018-02-22 15:59 ` [Qemu-devel] [PATCH v3 1/4] qcow2: Prefer byte-based calls into bs->file Eric Blake
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Eric Blake @ 2018-02-22 15:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, qemu-block, berto

Since v2:
- new patch 2, spec changes based on list followup
- tweak patch 3 to use MIN() and stop open-coding a calculation [Berto]
- tweak patch 4 to stop overallocating by a sector [Berto]

Eric Blake (4):
  qcow2: Prefer byte-based calls into bs->file
  qcow2: Document some maximum size constraints
  qcow2: Don't allow overflow during cluster allocation
  qcow2: Avoid memory over-allocation on compressed images

 docs/interop/qcow2.txt | 29 ++++++++++++++++++++++++++---
 block/qcow2.h          |  6 ++++++
 block/qcow2-cluster.c  | 32 ++++++++++++++++++++------------
 block/qcow2-refcount.c | 27 +++++++++++++++++----------
 block/qcow2.c          |  2 +-
 5 files changed, 70 insertions(+), 26 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-02-27 14:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-22 15:59 [Qemu-devel] [PATCH v3 0/4] qcow2: minor compression improvements Eric Blake
2018-02-22 15:59 ` [Qemu-devel] [PATCH v3 1/4] qcow2: Prefer byte-based calls into bs->file Eric Blake
2018-02-22 15:59 ` [Qemu-devel] [PATCH v3 2/4] qcow2: Document some maximum size constraints Eric Blake
2018-02-26 16:25   ` Alberto Garcia
2018-02-26 16:41     ` Eric Blake
2018-02-26 16:46       ` Alberto Garcia
2018-02-27 11:47   ` Kevin Wolf
2018-02-27 14:31     ` Eric Blake
2018-02-27 14:41       ` Alberto Garcia
2018-02-22 15:59 ` [Qemu-devel] [PATCH v3 3/4] qcow2: Don't allow overflow during cluster allocation Eric Blake
2018-02-26 16:29   ` Alberto Garcia
2018-02-22 15:59 ` [Qemu-devel] [PATCH v3 4/4] qcow2: Avoid memory over-allocation on compressed images Eric Blake
2018-02-22 16:23   ` Alberto Garcia
2018-02-22 19:02     ` Eric Blake
2018-02-26 16:35       ` Alberto Garcia

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