Re: [Qemu-devel] [PATCH v4 20/39] virtio-pci: convert to memory API

2011-08-08 Thread Anthony Liguori
On 08/08/2011 08:09 AM, Avi Kivity wrote: except msix. [jan: fix build] This actually breaks the build: CClibhw64/virtio-pci.o cc1: warnings being treated as errors /home/anthony/git/qemu/hw/virtio-pci.c: In function ‘virtio_write_config’: /home/anthony/git/qemu/hw/virtio-pci.c:496:19:

[Qemu-devel] [PATCH v4 20/39] virtio-pci: convert to memory API

2011-08-08 Thread Avi Kivity
except msix. [jan: fix build] Reviewed-by: Richard Henderson Reviewed-by: Anthony Liguori Signed-off-by: Avi Kivity --- hw/virtio-pci.c | 71 +-- hw/virtio-pci.h |2 +- 2 files changed, 28 insertions(+), 45 deletions(-) diff --git a/h