[kvm-devel] [PATCH 3/6] virtio for QEMU (v2)

2008-04-04 Thread Anthony Liguori
This patch introduces virtio support over PCI. virtio is a generic virtual IO framework for Linux first introduced in 2.6.23. Since 2.6.25, virtio has supported a PCI transport which this patch implements. Since the last time these patches were posted to qemu-devel, I've reworked it to use the p

[kvm-devel] [PATCH 3/6] virtio for QEMU

2008-03-29 Thread Anthony Liguori
This patch introduces virtio support over PCI. virtio is a generic virtual IO framework for Linux first introduced in 2.6.23. Since 2.6.25, virtio has supported a PCI transport which this patch implements. Since the last time these patches were posted to qemu-devel, I've reworked it to use the p