qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Change the backing file of images
@ 2009-12-10 15:30 Kevin Wolf
  2009-12-10 15:30 ` [Qemu-devel] [PATCH 1/3] block: Introduce BDRV_O_NO_BACKING Kevin Wolf
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Kevin Wolf @ 2009-12-10 15:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf

This patch series adds the functionality to change the backing file of existing
images. This includes simple renaming of a backing file without converting the
COW image as well as safe rebasing onto a different backing file that has some
changes compared to the current backing file.

Kevin Wolf (3):
  block: Introduce BDRV_O_NO_BACKING
  block: Add bdrv_change_backing_file
  qemu-img rebase

 block.c          |   24 ++++++-
 block.h          |    3 +
 block/qcow2.c    |   82 +++++++++++++++++++++++
 block_int.h      |    3 +
 qemu-img-cmds.hx |    6 ++
 qemu-img.c       |  192 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 6 files changed, 307 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2009-12-11  8:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 15:30 [Qemu-devel] [PATCH 0/3] Change the backing file of images Kevin Wolf
2009-12-10 15:30 ` [Qemu-devel] [PATCH 1/3] block: Introduce BDRV_O_NO_BACKING Kevin Wolf
2009-12-10 15:30 ` [Qemu-devel] [PATCH 2/3] block: Add bdrv_change_backing_file Kevin Wolf
2009-12-10 15:30 ` [Qemu-devel] [PATCH 3/3] qemu-img rebase Kevin Wolf
2009-12-10 16:36   ` malc
2009-12-11  8:49 ` [Qemu-devel] [PATCH v2 " Kevin Wolf

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