qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: aliguori@us.ibm.com
Cc: Kevin Wolf <kwolf@redhat.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] qcow2 patch queue
Date: Tue, 16 Jun 2009 13:33:38 +0200	[thread overview]
Message-ID: <1245152018-30098-1-git-send-email-kwolf@redhat.com> (raw)

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	other threads:[~2009-06-16 11:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1245152018-30098-1-git-send-email-kwolf@redhat.com \
    --to=kwolf@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).