From nobody Sun May 5 00:23:57 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 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1504278262231793.330804753636; Fri, 1 Sep 2017 08:04:22 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AC19961483; Fri, 1 Sep 2017 15:04:17 +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 1E0B7A63B2; Fri, 1 Sep 2017 15:04:17 +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 24A801800C89; Fri, 1 Sep 2017 15:04:16 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id v81F1PJT026058 for ; Fri, 1 Sep 2017 11:01:25 -0400 Received: by smtp.corp.redhat.com (Postfix) id 21F827ADCC; Fri, 1 Sep 2017 15:01:25 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.219]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9CE9B7B0DF for ; Fri, 1 Sep 2017 15:01:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com AC19961483 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com From: Andrea Bolognani To: libvir-list@redhat.com Date: Fri, 1 Sep 2017 17:01:18 +0200 Message-Id: <20170901150118.25005-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH v2] news: Prepare for 3.7.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: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 01 Sep 2017 15:04:18 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Documents some changes that have slipped through the cracks during the development cycle. Signed-off-by: Andrea Bolognani Reviewed-by: John Ferlan --- Changes from [v1]: * rebase on top of master * remove the part about guests no longer disappearing if the QEMU binary is missing, since Peter already documented that [v1] https://www.redhat.com/archives/libvir-list/2017-September/msg00030.ht= ml docs/news.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 76 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index dd8967e25..141b1a42a 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -69,6 +69,18 @@ you can configure reconnect timeout if the connection is closed. + + + qemu: Implement editing guest configuration for managed save fil= es + + + New managedsave-define, managedsave-edit + and managedsave-dumpxml commands have been added to + virsh to allow editing the guest configuration for + managed save files just like it was already possible for unmanag= ed + save files. + +
@@ -81,6 +93,43 @@ indication for users (and devs). + + + apparmor: Update for QEMU 2.10 compatibility + + + Starting with version 2.10, QEMU locks disk images and NVRAM fil= es + to prevent them from being corrupted; however, file locking need= s to + be explicitly allowed through virt-aa-helper or App= Armor + will reject the requests and the guest will not be able to run. + + + + + virsh: List Unix sockets in 'domdisplay' output + + + VNC and SPICE graphics can use Unix sockets instead of TCP/IP so= ckets + as connection endpoints, but such a configuration was not handled + correctly by virsh domdisplay, causing the respecti= ve + endpoints to be missing from the output. + + + + + qemu: Don't check whether offline migration is safe + + + Since offline migration only copies the guest definition to the + destination host, data corruption is not a concern and the opera= tion + can always be performed safely. + + + + + virt-host-validate: Fix IOMMU detection on ppc64 + +
@@ -115,6 +164,33 @@ are missing during startup. + + + qemu: Prevent pSeries guests from disappearing in some situations + + + pSeries guest would disappear if any of the host devices they we= re + configured to use was not available during libvirtd startup, whi= ch + could easily happen for SR-IOV Virtual Functions. This scenario = is + now handled correctly. + + + + + qemu: Honor <on_reboot/> setting + + + The setting was accepted by the parser, but not actually impleme= nted. + + + + + daemon: Fix --verbose option + + + The option had not been working as intended from v3.0.0 onwards. + +
--=20 2.13.5 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list