From: Andrea Bolognani Date: Fri, 2 Nov 2018 13:53:40 +0000 (+0100) Subject: news: Update for 4.9.0 release X-Git-Tag: v4.9.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48080527d6e364f213affd8517bb99a665d38440;p=thirdparty%2Flibvirt.git news: Update for 4.9.0 release Signed-off-by: Andrea Bolognani Reviewed-by: Laine Stump --- diff --git a/docs/news.xml b/docs/news.xml index e5476a3332..b75df36ddb 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,16 @@
+ + + util: Add cgroup v2 support + + + cgroup v2 support has been implemented in libvirt, with both + "unified" (v2 only) and "hybrid" (v2 + v1) setups being usable; + existing "legacy" (v1 only) setups will keep working. + + qemu: Add vfio AP support @@ -46,8 +56,47 @@
+ + + rpc: Make 'genprotocol' output reproducible + + + This is another step towards making libvirt builds fully + reproducible. + +
+ + + security: Fix permissions for UNIX sockets + + + Since 4.5.0, libvirt is using FD passing to hand sockets over to + QEMU, which in theory removes the need for them to be accessible by + the user under which the QEMU process is running; however, other + processes such as vdsm need to access the sockets as well, which + means adjusting permissions is still necessary. + + + + + cpu_map: Add Icelake model definitions + + + These CPU models will be available in the upcoming 3.1.0 QEMU + release. + + + + + util: Properly parse URIs with missing trailing slash + + + Some storage URIs were not parsed correctly, in which case libvirt + ended up emitting XML that it would then refuse to parse back. + +