All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] qcow2: Rework header updates
@ 2012-02-07 15:05 Kevin Wolf
  2012-02-07 15:05 ` [Qemu-devel] [PATCH 1/2] qcow2: Update whole header at once Kevin Wolf
  2012-02-07 15:05 ` [Qemu-devel] [PATCH 2/2] qcow2: Keep unknown header extension when rewriting header Kevin Wolf
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Wolf @ 2012-02-07 15:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, stefanha

This series does not only fix the chance of breaking images with a crash in the
middle of a backing file link update, but also fixes header updates in images
with unknown header extensions. It provides functions to update the whole
header instead of only the header extensions.

These fixes and improvements are a prerequisite for any qcow3 code.

Kevin Wolf (2):
  qcow2: Update whole header at once
  qcow2: Keep unknown header extension when rewriting header

 block/qcow2.c |  194 +++++++++++++++++++++++++++++++++++++++------------------
 block/qcow2.h |    9 +++
 2 files changed, 143 insertions(+), 60 deletions(-)

-- 
1.7.6.5

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

end of thread, other threads:[~2012-02-07 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07 15:05 [Qemu-devel] [PATCH 0/2] qcow2: Rework header updates Kevin Wolf
2012-02-07 15:05 ` [Qemu-devel] [PATCH 1/2] qcow2: Update whole header at once Kevin Wolf
2012-02-07 15:05 ` [Qemu-devel] [PATCH 2/2] qcow2: Keep unknown header extension when rewriting header Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.