qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH 0/4] Block DMA helpers (v2)
Date: Fri, 06 Feb 2009 10:52:29 +0200	[thread overview]
Message-ID: <498BFA4D.6010107@redhat.com> (raw)
In-Reply-To: <498B5962.2010202@us.ibm.com>

Anthony Liguori wrote:
> BTW, what are your plans for virtio?  

To hope someone else does it.

> I'd reckon that just trying to map the full SG list and failing 
> gracefully if unable would be sufficient.  You could also convert the 
> element to contain a QEMUSGList and then make use of the IO helpers in 
> virtio-blk and virtio-net.  It just gets a little funky for simpler 
> things like virtio-console and virtio-balloon.

One way is to convert the generic transport layer to use two QEMUSGLists 
(one for incoming, one for outgoing) and leave it at that.  virtio-blk 
could use the block dma helpers, virtio-net could do something else, and 
we'd add a qemu_sglist_to_buffer(sg, offset, len, buf) and 
qemu_sglist_from_buffer(sg, offset, len, buf) to allow low-bandwidth 
easy access to virtio data.

This requires that the generic layer be able to tell where a request 
ends; don't know if that's the case now.

-- 
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

  reply	other threads:[~2009-02-06  8:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-05  9:33 [Qemu-devel] [PATCH 0/4] Block DMA helpers (v2) Avi Kivity
2009-02-05  9:33 ` [Qemu-devel] [PATCH 1/4] Add a scatter-gather list type and accessors Avi Kivity
2009-02-05  9:33 ` [Qemu-devel] [PATCH 2/4] Add qemu_iovec_reset() Avi Kivity
2009-02-05  9:33 ` [Qemu-devel] [PATCH 3/4] Introduce block dma helpers Avi Kivity
2009-02-05  9:33 ` [Qemu-devel] [PATCH 4/4] Convert IDE to use new " Avi Kivity
2009-02-05 21:25 ` [Qemu-devel] Re: [PATCH 0/4] Block DMA helpers (v2) Anthony Liguori
2009-02-06  8:52   ` Avi Kivity [this message]
2009-02-06 15:12     ` Anthony Liguori
2009-02-07 21:16       ` Avi Kivity
2009-02-07 23:50         ` Anthony Liguori
2009-02-08  9:30           ` Avi Kivity
2009-02-08 17:59             ` Anthony Liguori
2009-02-08 18:04               ` Avi Kivity
2009-02-08 19:04                 ` 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=498BFA4D.6010107@redhat.com \
    --to=avi@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).