qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Hollis Blanchard <hollisb@us.ibm.com>
To: qemu-devel@nongnu.org
Cc: Anthony Liguori <aliguori@us.ibm.com>,
	Avi Kivity <avi@redhat.com>, kvm-devel <kvm@vger.kernel.org>
Subject: Re: [Qemu-devel] [PATCH 2/2] Virtio block device support
Date: Wed, 26 Nov 2008 12:24:20 -0600	[thread overview]
Message-ID: <1227723860.6562.5.camel@localhost.localdomain> (raw)
In-Reply-To: <1227650239-14162-2-git-send-email-aliguori@us.ibm.com>

On Tue, 2008-11-25 at 15:57 -0600, Anthony Liguori wrote:
> This has been posted before but I believe it now has addressed all outstanding
> concerns.  I'd like to apply it if there are no objections.
> 
> This patch adds virtio-blk support to QEMU.  virtio-blk is a paravirtual disk
> controller that can achieve good performance when using KVM.
> 
> Since virtio is based on a scatter/gather API, we don't have a linear buffer
> for each request.  This forces us to allocate a linear buffer since the current
> block driver API does not have a scatter/gather operation.  This allocation
> can never exceed the maximum data limit on the ring queue so it isn't
> unbounded.
> 
> posix-aio cannot support a scatter/gather asynchronous operation so we'll need
> to introduce our own thread pool to eliminate this limitation.  There is work
> underway to do this.
> 
> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Tested and working (in conjunction with the virtio page size patch I
just posted).

-- 
Hollis Blanchard
IBM Linux Technology Center

  reply	other threads:[~2008-11-26 18:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-25 21:57 [Qemu-devel] [PATCH 1/2] Virtio core support Anthony Liguori
2008-11-25 21:57 ` [Qemu-devel] [PATCH 2/2] Virtio block device support Anthony Liguori
2008-11-26 18:24   ` Hollis Blanchard [this message]
2008-12-01 20:20   ` Hollis Blanchard
2008-12-01 20:22     ` Anthony Liguori
2008-11-26 18:11 ` [Qemu-devel] [PATCH 1/1] " Hollis Blanchard
2008-11-26 18:17   ` Hollis Blanchard
2008-11-26 18:22 ` [Qemu-devel] [PATCH] Remove TARGET_PAGE_SIZE from virtio interface Hollis Blanchard
2008-11-26 18:29   ` [Qemu-devel] " Hollis Blanchard
2008-12-01 18:19 ` [Qemu-devel] [PATCH] [v2] " Hollis Blanchard
2008-12-04 19:58   ` [Qemu-devel] " Anthony Liguori

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=1227723860.6562.5.camel@localhost.localdomain \
    --to=hollisb@us.ibm.com \
    --cc=aliguori@us.ibm.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --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).