From nobody Fri May 3 23:15:05 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 15066975614721014.9811013708534; Fri, 29 Sep 2017 08:06:01 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 04357C0587CB; Fri, 29 Sep 2017 15:06:00 +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 9125A6017B; Fri, 29 Sep 2017 15:05:59 +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 4F0DE3FACE; Fri, 29 Sep 2017 15:05:58 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id v8TEo2Sa013279 for ; Fri, 29 Sep 2017 10:50:02 -0400 Received: by smtp.corp.redhat.com (Postfix) id C9D8E60627; Fri, 29 Sep 2017 14:50:02 +0000 (UTC) Received: from caroline.localdomain (unknown [10.43.2.67]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9EDA694126 for ; Fri, 29 Sep 2017 14:49:52 +0000 (UTC) Received: from caroline.brq.redhat.com (caroline.brq.redhat.com [127.0.0.1]) by caroline.localdomain (Postfix) with ESMTP id 20BC9120142 for ; Fri, 29 Sep 2017 16:49:51 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 04357C0587CB Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com From: Martin Kletzander To: libvir-list@redhat.com Date: Fri, 29 Sep 2017 16:49:43 +0200 Message-Id: <83c004008e6d3d02227515da4c5d303313971d5b.1506696563.git.mkletzan@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] docs: Add some changes to news.xml for this 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.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Fri, 29 Sep 2017 15:06:00 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Martin Kletzander --- docs/news.xml | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 81 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index aab812b259cf..c9e7e4b9d1e4 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,26 @@
+ + + qemu: Added support for cold-(un)plug of watchdog devices + + + + + qemu: Added support for setting IP address os usernet interfaces + + + + + qemu: Added support for Veritas Hyperscale (VxHS) block devices + + + + + storage: Added new events for pool-build and pool-delete + +
@@ -59,8 +79,69 @@ kernel-forward-plane-offload). + + + New CPU models for AMD and Intel + + + AMD EPYC and Intel Skylake-Server CPU models were added together= with + their features + + + + + Improve long waiting when saving a domain + + + While waiting for a write to disk to be finished, e.g. during sa= ve, + even simple operations like virsh list would be blo= cking + due to domain lock. This is now resolved by unlocking the domain + in places where it is not needed. + +
+ + + Proper units are now used in virsh manpage for dom(mem)stats + + + Previously the documentation used multiples of 1000, but now it = is + fixe to use multiples of 1024. + + + + + qemu: Fix error reporting when disk attachment fails + + + There was a possibility for the actual error to be overridden or + cleared during the rollback. + + + + + qemu: Fix assignment of graphics ports after daemon restart + + + This could be seen with newer kernels that have bug regarding + SO_REUSEADDR. After libvirtd was restarted it could assign alre= ady + used address to new guests which would make them fail to start. = This + is fixed by marking used ports unavailable when reconnecting to + running QEMU domains. + + + + + Fix message decoding which was caused very strange bug + + + When parsing an RPC message with file descriptors was interrupte= d and + had to restart, the offset of the payload was calculated badly c= ausing + strange issues like not being able to find a domain that was not + requested. + +
--=20 2.14.2 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list