All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com
Subject: [Qemu-devel] [PATCH 0/3] qcow2: Avoid bounce buffers
Date: Mon, 13 Sep 2010 22:06:30 +0200	[thread overview]
Message-ID: <1284408393-31027-1-git-send-email-kwolf@redhat.com> (raw)

Kevin Wolf (3):
  cutils: qemu_iovec_copy and qemu_iovec_memset
  qcow2: Avoid bounce buffers for AIO read requests
  qcow2: Avoid bounce buffers for AIO write requests

 block/qcow2-cluster.c |    8 +++-
 block/qcow2.c         |  115 ++++++++++++++++++++++++++++++-------------------
 block/qcow2.h         |    4 +-
 cutils.c              |   50 +++++++++++++++++----
 qemu-common.h         |    3 +
 5 files changed, 124 insertions(+), 56 deletions(-)

-- 
1.7.2.2

             reply	other threads:[~2010-09-13 20:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-13 20:06 Kevin Wolf [this message]
2010-09-13 20:06 ` [Qemu-devel] [PATCH 1/3] cutils: qemu_iovec_copy and qemu_iovec_memset Kevin Wolf
2010-09-13 20:06 ` [Qemu-devel] [PATCH 2/3] qcow2: Avoid bounce buffers for AIO read requests Kevin Wolf
2010-09-13 20:06 ` [Qemu-devel] [PATCH 3/3] qcow2: Avoid bounce buffers for AIO write requests Kevin Wolf
2010-09-14 10:30 ` [Qemu-devel] [PATCH 0/3] qcow2: Avoid bounce buffers Stefan Hajnoczi

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=1284408393-31027-1-git-send-email-kwolf@redhat.com \
    --to=kwolf@redhat.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 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.