From: Fabiano FidĂȘncio Date: Mon, 1 Oct 2018 14:40:12 +0000 (+0200) Subject: news: Update for 4.8.0 release X-Git-Tag: v4.8.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a85779a2cd412de753b7b40a0b46cd97b48492;p=thirdparty%2Flibvirt.git news: Update for 4.8.0 release Signed-off-by: Fabiano FidĂȘncio --- diff --git a/docs/news.xml b/docs/news.xml index 3ed6ff8aeb..166e641811 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -55,6 +55,15 @@ Drop support for these older versions and require Xen >= 4.6. + + + nwfilter: Disallow binding creation in session mode + + + Ensure that a filter binding creation is not attempted in session + mode and generates a proper error message. + +
@@ -68,8 +77,46 @@ Guest Agent. + + + virsh: Implement vsh-table in virsh and virsh-admin + + + The new API fixes problems with table-alignment, making the tables + more readable and deals with unicode. + +
+ + + storage: Allow inputvol to be encrypted + + + When creating a storage volume based on another volume, the base + input volume is allowed to be encrypted. + + + + + virsh: Require explicit --domain for domxml-to-native + + + The --domain option for domxml-to-native virsh command has always + been documented as required, but commit v4.3.0-127-gd86531daf2 + accidentally made it optional. + + + + + lxc_monitor: Avoid AB / BA lock race + + + A deadlock situation could occur when autostarting a LXC domain + 'guest' due to two threads attempting to take opposing locks while + holding opposing locks (AB BA problem). + +