Re: [libvirt] [PATCH 1/3] qemu: rename virtio-scsi capability

2013-03-14 Thread Daniel P. Berrange
On Thu, Mar 14, 2013 at 04:54:21PM +0100, Viktor Mihajlovski wrote: > QEMU_CAPS_VIRTIO_SCSI_PCI implies that virtio-scsi is only supported > for the PCI bus, which is not the case. Remove the _PCI suffix. > > Signed-off-by: Viktor Mihajlovski > --- > src/qemu/qemu_capabilities.c |4 ++-- > s

[libvirt] [PATCH 1/3] qemu: rename virtio-scsi capability

2013-03-14 Thread Viktor Mihajlovski
QEMU_CAPS_VIRTIO_SCSI_PCI implies that virtio-scsi is only supported for the PCI bus, which is not the case. Remove the _PCI suffix. Signed-off-by: Viktor Mihajlovski --- src/qemu/qemu_capabilities.c |4 ++-- src/qemu/qemu_capabilities.h |2 +- src/qemu/qemu_command.c |2 +- tes