From 95a85779a2cd412de753b7b40a0b46cd97b48492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 1 Oct 2018 16:40:12 +0200 Subject: [PATCH] news: Update for 4.8.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiano FidĂȘncio --- docs/news.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) 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). + +