From: Andrea Bolognani Date: Mon, 1 Jun 2020 18:43:26 +0000 (+0200) Subject: news: Update for libvirt 6.4.0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2ea5e233b8d2cd71f20c6111c5fa1c76392e582b;p=libvirt.git news: Update for libvirt 6.4.0 Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- diff --git a/docs/news.xml b/docs/news.xml index 3487dda206..f040d18f96 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -43,6 +43,26 @@ +
+ + + qemu: Add support for pvscsi controllers + + + pvscsi is the VMware paravirtualized SCSI controller, which has been + supported in QEMU for a number of years. + + + + + cpu: Report model information for ARM CPUs + + + virsh capabilities will now include information about + the host CPU when run on ARM machines. + + +
@@ -69,6 +89,33 @@ further issues. + + + remote: Look up libxl driver correctly + + + This makes xen:// connection URIs usable in split daemon + mode. + + + + + systemd: Start libvirtd after firewalld/iptables services + + + This solves an issue where iptables rules and chains created by + libvirtd would get removed by a service started after it. + + + + + network: Re-create iptables chains on firewalld restart + + + firewalld resets all iptables rules and chains on restart, and this + includes deleting those created by libvirt. + +