From nobody Tue Apr 30 23:15:17 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 1501251370619856.7571092961106; Fri, 28 Jul 2017 07:16:10 -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 53B7B4A6EF; Fri, 28 Jul 2017 14:16:05 +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 5C3C470957; Fri, 28 Jul 2017 14:16:04 +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 E2EAC1805977; Fri, 28 Jul 2017 14:16:02 +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 v6SEBsRc017509 for ; Fri, 28 Jul 2017 10:11:54 -0400 Received: by smtp.corp.redhat.com (Postfix) id 166837090F; Fri, 28 Jul 2017 14:11:54 +0000 (UTC) Received: from moe.brq.redhat.com (unknown [10.43.2.192]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3BBC470910; Fri, 28 Jul 2017 14:11:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 53B7B4A6EF Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com From: Michal Privoznik To: libvir-list@redhat.com Date: Fri, 28 Jul 2017 16:11:48 +0200 Message-Id: <3ca010979c562136145c4e9764be8536a7269cb5.1501251079.git.mprivozn@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Cc: abologna@redhat.com Subject: [libvirt] [PATCH] news: Update for 3.6.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.38]); Fri, 28 Jul 2017 14:16:06 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" I was volunteered to prepare the release notes. Signed-off-by: Michal Privoznik Reviewed-by: Andrea Bolognani --- Feel free to propose your stuff too if I forgot to add it. docs/news.xml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 69 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index ea21cbc3e..03494d257 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -75,8 +75,77 @@ configurations. + + + Require use of GCC 4.4 or CLang compilers + + + We only ever test libvirt with GCC or CLang which provides a + GCC compatible compilation environment. Between them, these + compilers cover every important operating system platform, + even Windows. + + + + + qemu: shared disks with directsync cache should be safe for migr= ation + + + At present shared disks can be migrated with either readonly or + cache=3Dnone. But cache=3Ddirectsync = should be + safe for migration, because both cache=3Ddirectsync= and + cache=3Dnone don't use the host page cache, and + cache=3Ddirect write through qemu block layer cache. + + + + + Handle hotplug change on VLAN configuration using OVS + + + Libvirt was taught to handle VLAN change for running OVS interfa= ce. + +
+ + + qemu: Use vcpu 'node-id' property and pass it back to qemu + + + Vcpu properties gathered from query-hotpluggable cpus need to be + passed back to qemu. As qemu did not use the node-id property un= til + now and libvirt forgot to pass it back properly (it was parsed b= ut + not passed around) we did not honor this. + + + + + Misceleanous stream fixes + + + After introducing sparse stream features there were still some k= nown + bugs left. Those are fixed in this release. + + + + + Misceleanous qemu domain NS fixes + + + Libvirt starts qemu domains in separate Linux namespaces for a w= hile + now. However, there were still some bugs lingering. For instance + libvirt did not know how to handle file based bind mounts. + + + + + Various CPU driver improvements + + + There were some minor bugs when using 'host-model' CPU. + +
--=20 2.13.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list