Re: [libvirt] [PATCH v3 1/3] qemu: Use virtio-pci by default for mach-virt guests

2017-01-10 Thread Andrea Bolognani
On Tue, 2017-01-10 at 03:38 -0500, Laine Stump wrote: [...] > > -if (virQEMUCapsGet(qemuCaps, QEMU_CAPS_DEVICE_VIRTIO_MMIO)) { > > -qemuDomainPrimeVirtioDeviceAddresses( > > -def, VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_MMIO); > > +/* We use virtio-mmio by default on

Re: [libvirt] [PATCH v3 1/3] qemu: Use virtio-pci by default for mach-virt guests

2017-01-10 Thread Laine Stump
On 12/23/2016 01:54 PM, Andrea Bolognani wrote: virtio-pci is the way forward for aarch64 guests: it's faster and less alien to people coming from other architectures. Now that guest support is finally getting there (Fedora 24, CentOS 7.3, Ubuntu 16.04 and Debian testing all support virtio-pci

[libvirt] [PATCH v3 1/3] qemu: Use virtio-pci by default for mach-virt guests

2016-12-23 Thread Andrea Bolognani
virtio-pci is the way forward for aarch64 guests: it's faster and less alien to people coming from other architectures. Now that guest support is finally getting there (Fedora 24, CentOS 7.3, Ubuntu 16.04 and Debian testing all support virtio-pci out of the box), we'd like to start using it by