From nobody Wed May 8 18:45:53 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 153839145353667.17875756372621; Mon, 1 Oct 2018 03:57:33 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2D8B649020; Mon, 1 Oct 2018 10:57:31 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B2229308BDBA; Mon, 1 Oct 2018 10:57:30 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 1B996181A12E; Mon, 1 Oct 2018 10:57:29 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w91AvSBp004062 for ; Mon, 1 Oct 2018 06:57:28 -0400 Received: by smtp.corp.redhat.com (Postfix) id 0CFB5D94D5; Mon, 1 Oct 2018 10:57:28 +0000 (UTC) Received: from dahmer.brq.redhat.com (unknown [10.43.2.94]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4FC94D747C; Mon, 1 Oct 2018 10:57:21 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Mon, 1 Oct 2018 12:57:18 +0200 Message-Id: <20181001105718.20705-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.27 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Subject: [libvirt] [PATCH v2] news: Update for 4.8.0 release X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 01 Oct 2018 10:57:32 +0000 (UTC) X-ZohoMail: RDMRC_0 RSF_0 Z_629925259 SPT_0 Signed-off-by: Fabiano Fid=C3=AAncio Reviewed-by: Erik Skultety --- I went through the commits since last release and added a few notes which seem to be relevant for the news. In case you notice there's something missing, please, either send me the text to add it (and I'll re-sping this patch) and add the text before merging this one. Changes since v1: - Actually run make-check in order to be sure the changes are fine. --- docs/news.xml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 3ed6ff8aeb..62148d28af 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -44,6 +44,26 @@ and virDomainPMWakeup APIs. + + + utils: Introduce monitor capability interface + + + The resource monitor has been introduces and it creates the inte= rface + for getting the host capability of the resource monitor from the= system + resource control. + The resource monitor takes the role of RDT monitoring groups and= could + be used to monitor the resource consumption information. + + + + + conf: Introduce RDT monitor host capability + + + Introduce cache monitor (CMT) and memory bandwidth monitor (MBM). + +
@@ -55,6 +75,15 @@ Drop support for these older versions and require Xen >=3D 4.6. + + + nwfilter: Disallow binding creation in session mode + + + Ensure that a filter binding creation is not attempted in session + mode and generate the proper error message. + +
@@ -68,8 +97,48 @@ Guest Agent. + + + storage: Allow to use any format as input volume for encryption + + + Since v4.5.0 libvirt has support to use a 'raw' input volume for + encryption. From now on, let's not limit this to 'raw' only. + + + + + libxl: Add support to set shadow memory for any guest type + + + PVH guests now can take advantage of using shadow memory. + +
+ + + virsh: Require explicit --domain for domxml-to-native + + + The domxml-to-native virsh command accepts either --xml or --dom= ain + option followed by a file or domain name respectively, The --dom= ain + option is documented as required, which means an argument with no + option is treated as --xml. Commit v4.3.0-127-gd86531daf2 broke = this + by making --domain optional and thus an argument with no option = was + treated as --domain. + + + + + lxc_monitor: Avoid AB / BA lock race + + + A dealock situation could occur when autostarting a LXC domain '= guest' + due to two threads attempting to take opposing locks while holdi= ng + opposing locks (AB BA problem). + +
--=20 2.19.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list