From nobody Sun May 5 19:30:29 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.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; Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 149623962259619.68207297201093; Wed, 31 May 2017 07:07:02 -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 88455C04B326; Wed, 31 May 2017 14:06:57 +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 D76AC189D3; Wed, 31 May 2017 14:06:56 +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 EC145180BAF5; Wed, 31 May 2017 14:06:54 +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 v4VE6rLt014059 for ; Wed, 31 May 2017 10:06:53 -0400 Received: by smtp.corp.redhat.com (Postfix) id E2478C223C; Wed, 31 May 2017 14:06:53 +0000 (UTC) Received: from caroline.brq.redhat.com (dhcp129-198.brq.redhat.com [10.34.129.198]) by smtp.corp.redhat.com (Postfix) with ESMTP id 69F3718A65 for ; Wed, 31 May 2017 14:06:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 88455C04B326 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=libvir-list-bounces@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 88455C04B326 From: Martin Kletzander To: libvir-list@redhat.com Date: Wed, 31 May 2017 16:06:48 +0200 Message-Id: <570c11876c7c58ce756f956241000f801be24d18.1496239395.git.mkletzan@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] Add some news items for the 3.4.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.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 31 May 2017 14:06:59 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Martin Kletzander --- I could not be bothered to split the patches. Also, please review whatever you know about as this is just a compilation of stuff from the git log. docs/news.xml | 166 ++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++- 1 file changed, 165 insertions(+), 1 deletion(-) diff --git a/docs/news.xml b/docs/news.xml index 649350a904d3..d34e8beae4c0 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -45,6 +45,38 @@ sparseness. + + + I/O APIC type can be specified for QEMU/KVM domains + + + The ioapic tag was added to domain + features, so the type of the I/O APIC can now + be specified (e.g. putting it in userspace for KVM domains). + + + + + Repository now has new README.md file + + + The new file uses markdown syntax, so it looks better on + github and possibly other web pages, but it has also more + useful information. The old README is now symlink to the + new file. + + + + + The reason for VM shutdown is reported, if known + + + QEMU 2.10 will be able to report the reason for shutting + down (whether that was caused by the guest or not), and + libvirt is prepared for that and reports that information in + its shutdown event as well, if it is known. + +
@@ -67,10 +99,142 @@ is for CCW devices, most common on the S390 architecture. The se= cond is for fibre channel-backed SCSI devices and exposes the fc_remote_port sub-capability to SCSI target devices. - + + + + + Node devices now report Mediated device capabilities + + + Endpoint devices support new mdev capability + and their parents now report the supported types in new + mdev_types capability. + + + + + Capabilities now report information about host caches + + + If supported in the kernel, host capabilities will now list + L3 caches. The code for other levels was added as well, but + only L3 caches are reported currently. + + + + + POWER9 CPU model was added + + + It is now properly reported in host capabilities. + + + + + libxl: NUMA sibling distances are now reported in host capabilit= ies + + + + + Support for VMDK files with version 3 + + + VMDK version 3 files are now properly detected. + + + + + Interrupt remapping and Extended interrupt mode for IOMMU devices + + + These two new features can now be controlled with new + <driver intremap=3D'on/off' eim=3D'on/off'/> + tag for iommu devices. + + + + + Graphics in libxl domains now have default addresses + + + Even though there were default addresses before this change, + they were not saved in the XML. It is now possible to see + and control the listen addresses properly. + + + + + Default USB controllers are now added for devices in libxl domai= ns + + + Even though they were added automatically when USB device + was attached, they could've been missing in some other + cases. The logic is now fixed so there are always USB + controllers, even if there was none of them in the specified + XML. + + + + + Limits for RPC messages were increased + + + Hitting the RPC limits we have is easier every day, so they + were increased once again and some guessing logic was + improved as well. It is now possible to get more stats than + ever using the virConnectGetAllDomainStats() + call and push through even bigger requests and replies for + all APIs. +
+ + + PCIe 4.0 cards now report proper link speeds + + + It could happen that the link speed for PCIe devices was not + properly reported or the nodedev-dumpxml just failed. That + was due to mistake in the field width, but should now work + properly. + + + + + qemu: Do not report errors on shutdown + + + For some users, in some rare cases, it could happen that + there was an error message "internal error: End of file from + qemu monitor" in the logs even though no problem happened. + The detection of these false positives was improved and such + errors should not show any more. + + + + + User-specified UNIX socket paths for virtio channels should not = be reset + + + It could happen, in some cases, that libvirt would mistake a + user-specified path for its own generated one and thus + remove it from the XML. The detection of such addresses was + improved now. + + + + + Fix address reservation during RNG hot-plug + + + When error occurred in a specific point in time during the + hot-plug of an RNG device, it could happen that an address + was released even though another device was already using + it, making it possible to hot-plug another device with that + address, effectively having duplicated addresses in the XML. + +
-- 2.13.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list