qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qcow2 patch queue
@ 2009-06-16 11:33 Kevin Wolf
  0 siblings, 0 replies; only message in thread
From: Kevin Wolf @ 2009-06-16 11:33 UTC (permalink / raw)
  To: aliguori; +Cc: Kevin Wolf, qemu-devel

Hi Anthony,

I have pushed my recent qcow2 patches to a public git now, so you can pull it
from there. As they depend on the qcow2 split, it is also included, even though
it's in your queue already.

The following changes since commit 72716184aae06fe24a49f11abca384e1b0de5d69:
  Anthony Liguori (1):
        Incorporate changes from v2 of Gleb's RTC reset patch

are available in the git repository at:

  git://repo.or.cz/qemu/kevin.git to-upstream

Kevin Wolf (8):
      qcow2: Split out refcount handling
      qcow2: Split out guest cluster functions
      qcow2: Split out snapshot functions
      qcow2: Rename global functions
      qcow2: l2_allocate: Write complete sectors
      qcow2: alloc_cluster_link_l2: Write complete sectors
      qcow2: update_refcount: Write complete sectors
      qcow2: Change default cluster size to 64k

 Makefile               |    4 +-
 block/qcow2-cluster.c  |  800 +++++++++++++++++++
 block/qcow2-refcount.c |  858 ++++++++++++++++++++
 block/qcow2-snapshot.c |  405 ++++++++++
 block/qcow2.c          | 2083 +-----------------------------------------------
 block/qcow2.h          |  203 +++++
 6 files changed, 2301 insertions(+), 2052 deletions(-)
 create mode 100644 block/qcow2-cluster.c
 create mode 100644 block/qcow2-refcount.c
 create mode 100644 block/qcow2-snapshot.c
 create mode 100644 block/qcow2.h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-16 11:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-16 11:33 [Qemu-devel] qcow2 patch queue 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).