qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: dor.laor@qumranet.com
Cc: Rusty Russell <rusty@rustcorp.com.au>, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH 0/3] virtio support for QEMU
Date: Tue, 04 Dec 2007 18:10:46 -0600	[thread overview]
Message-ID: <4755EC86.9090209@us.ibm.com> (raw)
In-Reply-To: <4755E547.3020406@qumranet.com>

Dor Laor wrote:
> Anthony Liguori wrote:
>>
>> This patch series adds support for paravirtual device drivers that use
>> virtio.  virtio is a frame work in Linux for abstracting the details of
>> virtual IO so that a single device driver (like networking) can be used
>> with multiple hypervisors using a small shim layer.  Currently, Linux
>> supports a virtio network and a virtio block device and a shim layer for
>> lguest.   I have a PCI shim layer for virtio that is suitable for use in
>> QEMU.  This is currently in Rusty Russell's virtio tree awaiting the
>> Linux merge window to open again.
>>
>> Regards,
>>
>> Anthony Liguori
>>
> Hi Anthony, Rusty,
>
> Can you set up an uptodate git repository for the kernel part, other 
> community members
> will also benefit.
> I got an oops for vring_kick immediately on the first pkt while 
> testing this patchset.
> Going to debug it tomorrow, hopefully it's not because of patching.

Yeah, patches are required that aren't yet in Rusty's queue.  I'll 
update the list once we've gotten his queue straightened out.  The oops 
is most certainly from the use of unsigned int in vring_init instead of 
unsigned long.  I have a patch on 
virtualization@lists.linux-foundation.org for that but I don't think 
Rusty's pulled it in yet.

Regards,

Anthony Liguori

> Thanks,
> Dor.

  reply	other threads:[~2007-12-05  0:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-04 21:52 [Qemu-devel] [PATCH 0/3] virtio support for QEMU Anthony Liguori
2007-12-04 23:39 ` [Qemu-devel] " Dor Laor
2007-12-05  0:10   ` Anthony Liguori [this message]
2007-12-05  9:43     ` Rusty Russell
2007-12-05  9:51       ` Avi Kivity
2007-12-05 15:12         ` Anthony Liguori
2007-12-05  9:56 ` Avi Kivity

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=4755EC86.9090209@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=dor.laor@qumranet.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rusty@rustcorp.com.au \
    /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).