qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] virtio support for QEMU


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH 0/3] virtio support for QEMU
Date: Tue, 04 Dec 2007 15:52:19 -0600
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]