From 2ea5e233b8d2cd71f20c6111c5fa1c76392e582b Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 1 Jun 2020 20:43:26 +0200 Subject: [PATCH] news: Update for libvirt 6.4.0 Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- docs/news.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) 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. + +
-- 2.47.2