From 993f68c01ccb8326d6a374883edcf51476ea2121 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 28 Feb 2020 18:50:51 +0100 Subject: [PATCH] news: Update for libvirt 6.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrea Bolognani Signed-off-by: Ján Tomko Reviewed-by: Ján Tomko --- docs/news.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index cdcf450b48..d7edd2aa05 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -124,6 +124,15 @@ subelement. + + + qemu: Introduce the 'tpm-spapr' TPM model + + + This device, available starting from QEMU 5.0, is limited to + pSeries guests. + +
@@ -138,8 +147,35 @@ to rectify the problem. + + + qemu: Support "dies" in CPU topology + + + This CPU topology concept, new in QEMU 4.1.0, sits between the + existing "socket" and "core". + + + + + libxl: Add support for Credit2 scheduler parameters + + + + + lxc: Add support LXC 3 network configuration format + +
+ + + conf: Do not generate machine names ending with a dash + + + Recent systemd versions do not allow them. + +
-- GitLab