From nobody Wed May 15 10:54:04 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 17050638024361016.9139532837247; Fri, 12 Jan 2024 04:50:02 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 5B01B1DA4; Fri, 12 Jan 2024 07:50:01 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id A87891D1A; Fri, 12 Jan 2024 07:48:47 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 388691D11; Fri, 12 Jan 2024 07:48:44 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 9F6321D0C for ; Fri, 12 Jan 2024 07:48:43 -0500 (EST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-453-ANdoK7VPOsGZW3JNNSXDCw-1; Fri, 12 Jan 2024 07:48:41 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id AC7BA830F20 for ; Fri, 12 Jan 2024 12:48:41 +0000 (UTC) Received: from localhost.localdomain (unknown [10.45.224.210]) by smtp.corp.redhat.com (Postfix) with ESMTP id 565173C25 for ; Fri, 12 Jan 2024 12:48:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: ANdoK7VPOsGZW3JNNSXDCw-1 From: Michal Privoznik To: devel@lists.libvirt.org Subject: [PATCH] NEWS: Document my contributions for upcoming release Date: Fri, 12 Jan 2024 13:48:38 +0100 Message-ID: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: LEGW3M7Y3LP5KIEMTZVUMGLAX5VVJYLX X-Message-ID-Hash: LEGW3M7Y3LP5KIEMTZVUMGLAX5VVJYLX X-MailFrom: mprivozn@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1705063803080100001 Signed-off-by: Michal Privoznik Reviewed-by: Jonathon Jongsma --- NEWS.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index af3c4906df..e8cc89a2ee 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -55,6 +55,10 @@ v10.0.0 (unreleased) Libvirt aleviates this by automatically adding a ```` to match = the size of the source image rather than failing the migration. =20 + * test driver: Support for hotplug/hotunplug of PCI devices + + The test driver now supports basic hotplug and hotunplug of PCI device= s. + * **Bug fixes** =20 * qemu: Various migration bug fixes and debuggability improvement @@ -63,6 +67,29 @@ v10.0.0 (unreleased) migration arguments and XMLs and modifies error reporting for better debugging. =20 + * conf: Restore setting default bus for input devices + + Because of a regression, starting from 9.3.0 libvirt did not autofill = bus + for input devices. With this release the regression was identified and + fixed. + + * qemu: Relax check for memory device coldplug + + Because of too aggressive check, a virtio-mem memory device could not = be + cold plugged. This now fixed. + + * qemu: Be less aggressive when dropping channel source paths + + Another regression is resolved, (introduced in 9.7.0) when libvirt was= too + aggressive when dropping parsed paths for sources + + * qemuDomainChangeNet: Reflect trustGuestRxFilters change + + On device-update, when user requests change of trustGuestRxFilters for= a + domain's libvirt did nothing. Neither it thrown an error = nor + did it reflect the change. Starting with this release, the change is + reflected. + =20 v9.10.0 (2023-12-01) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.41.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org