From nobody Wed Apr 24 07:18:07 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 ARC-Seal: i=1; a=rsa-sha256; t=1567512559; cv=none; d=zoho.com; s=zohoarc; b=chvcdPQLfUyIAfhmV9Zr4kHDnsIEc5peZ3DghRB0dRXBo1jFT8gjYjvlKWBdcatMhWfYLM70QEC0PPO/ArZAxknz+shL7SDTam9tX0nrhFUC1nMex8CUi0nWnW6/iMCI1CxLgiTgO9ZaRs1pTnoSL1ooMxN4mo9pdXjrNQ3+9Eo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567512559; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=LAOBZSdyztje6uH7JfM0QjXnwBDpH0tsY+3RBfOvbbI=; b=L1MsY0Yov75r1vP2xYQG3eIzpRr5hqUyXuVmRyiy9VK5Sn9jDbb8EHUagrvow69vaQsiomChIXOzNZ1HJ2/WmxiugP8/vsOYNf5N3oIhhtS66eChfT8aenvSSt8psKNJZc0cMzeu8ywlB7hNKKHptM2qP76RdmUpJvhlnObCZTA= ARC-Authentication-Results: i=1; mx.zoho.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 header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1567512559244529.7723585192713; Tue, 3 Sep 2019 05:09:19 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 987F8883C2; Tue, 3 Sep 2019 12:09: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 3746A196AE; Tue, 3 Sep 2019 12:09: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 73D79180B536; Tue, 3 Sep 2019 12:09:16 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x83C9F9I004779 for ; Tue, 3 Sep 2019 08:09:15 -0400 Received: by smtp.corp.redhat.com (Postfix) id 6DC9719D70; Tue, 3 Sep 2019 12:09:15 +0000 (UTC) Received: from moe.brq.redhat.com (unknown [10.43.2.30]) by smtp.corp.redhat.com (Postfix) with ESMTP id C376519C78; Tue, 3 Sep 2019 12:09:12 +0000 (UTC) From: Michal Privoznik To: libvir-list@redhat.com Date: Tue, 3 Sep 2019 14:09:06 +0200 Message-Id: <0f44d81e01f481c32869d56b5ff2f9da4234b330.1567512546.git.mprivozn@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Cc: abologna@redhat.com Subject: [libvirt] [PATCH] news: Update for 5.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: , 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.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 03 Sep 2019 12:09:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Michal Privoznik --- docs/news.xml | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 0c79765fd0..f95af0f0e9 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -50,6 +50,30 @@ for Hyper-V guests. + + + lib: Add virDomainGetGuestInfo() + + + This API is intended to aggregate several guest agent information + queries and is inspired by stats API + virDomainListGetStats(). It is anticipated that this + information will be provided by a guest agent + running within the domain. It's exposed as virsh + guestinfo. + + + + + Split libvirtd into separate daemons + + + The big monolithic libvirtd daemon can now be replaced by smaller + per-driver daemons. Distributions can chose if they want the for= mer + or the latter. The libvirtd is still kept around for backwards + compatibility. + +
@@ -75,8 +99,117 @@ --bandwidth parameter. + + + libxl: Implement domain metadata getter/setter + + + The libxl driver now supports virDomainGetMetadata() and + virDomainSetMetadata() APIs. + + + + + test driver: Expand API coverage + + + Additional APIs have been implemented in the test driver. + + + + + Report RNG device in domain capabilities XML + + + Libvirt now reports if RNG device is supported by underlying + hypervisor in domain capabilities XML. + + + + + Stop linking virt-login-shell and NSS plugins with libvirt.so + + + In order to allow libvirt abort on out of memory, we need to stop + link libvirt.so to virt-login-shell or the NSS plugins where we = don't + want to abort. This change also resulted in smaller binaries and + libraries. + + + + + qemu: Allow migration with disk cache on + + + When QEMU supports flushing caches at the end of migration, we c= an + safely allow migration even if disk/driver/@cache i= s not + none nor directsync. + +
+ + + Various security label remembering fixes + + + In the previous release libvirt introduced remembering of origin= al + owners and SELinux labels on files. However, the feature did not= work + properly with snapshots, on migrations or on network filesystems. + This is now fixed. + + + + + Allow greater PCI domain numbers + + + Libvirt used to require PCI domain number to be not greater than + 0xFFFF. The code was changed to allow 32 bits long numbers. + + + + + Various D-Bus fixes + + + When D-Bus is not available, Libvirt was reporting random errors. + These are now gone. + + + + + Prefer read only opening of PCI config files + + + When enumerating PCI bus, Libvirt opens config files under + sysfs mount and parses them to learn various aspect= s of + the device (e.g. its capabilities). Only in a very limited numbe= r of + cases it is actually writing into the file. However, it used to = open + the file also for writing even if it was only reading from it. + + + + + Fix AppArmor profile + + + Since the 5.6.0 release, Libvirt uses + procfs to learn the list of opened file descriptors= when + spawning a command. However, our AppArmor profile was not allowi= ng + such access. + + + + + Don't block storage driver when starting or building a pool + + + Starting or building a storage pool can take a long time to fini= sh. + During this time the storage driver was blocked and thus no othe= r API + involving the storage driver could run. This is now fixed. + +
--=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list