diff --git a/docs/news.xml b/docs/news.xml index cada3890921f9963a4430c98774ce0d2ae99b527..c6cc27faae3c5c11f14e6333995012467a0b4ef9 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -40,6 +40,18 @@ +
+ + + api: Prevent access to several APIs over read-only connections + + + Certain APIs give root-equivalent access to the host, and as such + should be limited to privileged users. CVE-2019-10161, + CVE-2019-10166, CVE-2019-10167, CVE-2019-10168. + + +
@@ -49,6 +61,16 @@ SMMUv3 is an IOMMU implementation for ARM virt guests. + + + network: Introduce the network port API + + + This new public API can be used by virtualization drivers to + manage network resources associated with guests, and is a further + step towards splitting libvirtd into multiple daemons. + +
@@ -62,10 +84,72 @@ from libvirt or otherwise. + + + Stop supporting migration of config files from pre-XDG layout + + + The new layout was introduced with libvirt 0.9.13 (Jul 2012). + + + + + Remove Avahi mDNS support + + + This feature was never used outside of virt-manager, which has + itself stopped using it a while ago. + +
+ + + sysinfo: Report SMBIOS information on aarch64 + + + While SMBIOS support has historically been limited to x86_64, modern + aarch64 machines often offer access to the same information as well, + and libvirt now exposes it to the user when that's the case. + + + + + test driver: Expand API coverage + + + Even more APIs that were missing from the test driver have now been + implemented. + + + + + virt-xml-validate: Allow input to be read from stdin + + + + + qemu: Validate spapr-vio addresses as 32-bit + + + libvirt has always considered these addresses (used for pSeries + guests) as 64-bit, but the sPAPR specification says that they're + 32-bit instead. + +
+ + + qemu: Set process affinity correctly when using <numatune> + + + libvirt would mistakenly interpret the nodeset + attribute as a list of CPUs instead of as a list of NUMA node, and + the process affinity would be set incorrectly as a result; this has + now been fixed. + +