From nobody Sun Apr 28 10:13:37 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 1504276517605797.3766712887227; Fri, 1 Sep 2017 07:35:17 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 61B387F403; Fri, 1 Sep 2017 14:35:15 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9543C7821C; Fri, 1 Sep 2017 14:35:14 +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 5A8DD3FACD; Fri, 1 Sep 2017 14:35:11 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id v81ENWhp018552 for ; Fri, 1 Sep 2017 10:23:32 -0400 Received: by smtp.corp.redhat.com (Postfix) id 04516A63A9; Fri, 1 Sep 2017 14:23:32 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.219]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7DE41A63AD for ; Fri, 1 Sep 2017 14:23:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 61B387F403 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.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 16:23:23 +0200 Message-Id: <20170901142323.2727-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] 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.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Fri, 01 Sep 2017 14:35:16 +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 --- I'll push this by the end of tomorrow under the "nobody reads the release notes" rule, unless I get either an ACK or a NACK earlier. docs/news.xml | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 77 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 4b48f0fb3..40dec513f 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -69,8 +69,57 @@ 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. + +
+ + + 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 + +
@@ -93,6 +142,34 @@ The path is now generated with shortened name instead. + + + qemu: Prevent 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; additionally, + guests would disappear if the QEMU binary was removed or renamed. + Both scenarios are 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