qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qcow2 patch queue


From: Kevin Wolf
Subject: [Qemu-devel] qcow2 patch queue
Date: Tue, 16 Jun 2009 13:33:38 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]