From: Andrea Bolognani Date: Fri, 23 Dec 2016 18:18:54 +0000 (+0100) Subject: NEWS: Update for virtio-pci by default for mach-virt guests X-Git-Tag: v3.0.0-rc1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feeaa015c1144792d35ea51ebcccc9161e86fc6b;p=thirdparty%2Flibvirt.git NEWS: Update for virtio-pci by default for mach-virt guests --- diff --git a/docs/news.html.in b/docs/news.html.in index 052a3e6b34..8dccb483f9 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -54,6 +54,12 @@ Add a display of the <physical> size of a disk volume in the output of the volume XML +
  • qemu: Use virtio-pci by default for aarch64 mach-virt guests
    + virtio-pci provides several advantages over virtio-mmio, such + as the ability to hotplug devices and improved performance. + While opting in to virtio-pci has been possible for a while, + newly-defined guests will now use it automatically +
  • Bug fixes