From: Andrea Bolognani Date: Wed, 17 Jan 2018 15:57:49 +0000 (+0100) Subject: news: Update for 4.0.0 X-Git-Tag: v4.0.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff609286a771443877b9d95f136e465e378d96d2;p=thirdparty%2Flibvirt.git news: Update for 4.0.0 As usual, a bunch of changes slipped through the cracks during the development cycle. Update the release notes to include at least the most notable ones. Signed-off-by: Andrea Bolognani --- diff --git a/docs/news.xml b/docs/news.xml index 064b9ae83f..d034be99ad 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,8 +35,48 @@
+ + + tools: Provide bash completion support + + + Both virsh and virt-admin now implement + basic bash completion support. + + + + + qemu: Refresh capabilities on host microcode update + + + A microcode update can cause the CPUID bits to change; therefore, + the capabilities cache should be rebuilt when such an update is + detected on the host. + + + + + lxc: Set hostname based on container name + +
+ + + CPU frequency reporting improvements + + + The CPU frequency will now be reported by virsh nodeinfo + and other tools for s390 hosts; at the same time; CPU frequency has + been disabled on aarch64 hosts because there's no way to detect it + reliably. + + + + + libxl: Mark domain0 as persistent + + Xen: Add support for multiple IP addresses on interface devices @@ -49,6 +89,16 @@
+ + + qemu: Enforce vCPU hotplug granularity constraints + + + QEMU 2.7 and newer don't allow guests to start unless the initial + vCPUs count is a multiple of the vCPU hotplug granularity, so + validate it and report an error if needed. + +