Re: [Qemu-devel] [PATCH 2/2] Virtio block device support

2008-12-01 Thread Hollis Blanchard
On Tue, 2008-11-25 at 15:57 -0600, Anthony Liguori wrote: diff --git a/hw/pc.h b/hw/pc.h index f156b9e..bbfa2d6 100644 --- a/hw/pc.h +++ b/hw/pc.h @@ -152,4 +152,8 @@ void pci_piix4_ide_init(PCIBus *bus, BlockDriverState **hd_table, int devfn, void isa_ne2000_init(int base, qemu_irq irq,

Re: [Qemu-devel] [PATCH 2/2] Virtio block device support

2008-12-01 Thread Anthony Liguori
Hollis Blanchard wrote: On Tue, 2008-11-25 at 15:57 -0600, Anthony Liguori wrote: diff --git a/hw/pc.h b/hw/pc.h index f156b9e..bbfa2d6 100644 --- a/hw/pc.h +++ b/hw/pc.h @@ -152,4 +152,8 @@ void pci_piix4_ide_init(PCIBus *bus, BlockDriverState **hd_table, int devfn, void

Re: [Qemu-devel] [PATCH 2/2] Virtio block device support

2008-11-26 Thread Hollis Blanchard
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