Re: [libvirt] [PATCH 9/9] qemu: Support virtio-mmio transport for virtio on ARM

2013-08-01 Thread Daniel P. Berrange
On Wed, Jul 31, 2013 at 10:14:39PM -0400, Cole Robinson wrote: > Starting with qemu 1.6, the qemu-system-arm vexpress-a9 model has a > hardcoded virtio-mmio transport which enables attaching all virtio > devices. > > On the command line, we have to use virtio-XXX-device rather than > virtio-XXX-pc

Re: [libvirt] [PATCH 9/9] qemu: Support virtio-mmio transport for virtio on ARM

2013-08-01 Thread Laine Stump
On 07/31/2013 10:14 PM, Cole Robinson wrote: > Starting with qemu 1.6, the qemu-system-arm vexpress-a9 model has a > hardcoded virtio-mmio transport which enables attaching all virtio > devices. Okay, so there is something named "virtio-mmio" that is visible in the qemu capabilities; it isn't adde

[libvirt] [PATCH 9/9] qemu: Support virtio-mmio transport for virtio on ARM

2013-07-31 Thread Cole Robinson
Starting with qemu 1.6, the qemu-system-arm vexpress-a9 model has a hardcoded virtio-mmio transport which enables attaching all virtio devices. On the command line, we have to use virtio-XXX-device rather than virtio-XXX-pci, thankfully s390 already set the precedent here so it's fairly straight f