From nobody Fri May 10 16:38:29 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 1711552084727448.83936498775984; Wed, 27 Mar 2024 08:08:04 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 12A071E7B; Wed, 27 Mar 2024 11:08:03 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id E08B01E2F; Wed, 27 Mar 2024 11:07:31 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 3FFC01E14; Wed, 27 Mar 2024 11:07:28 -0400 (EDT) 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 BA3141E11 for ; Wed, 27 Mar 2024 11:07:27 -0400 (EDT) Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-363--yU_zWThOliSepJpQ5Tlzw-1; Wed, 27 Mar 2024 11:07:25 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (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 6E8B61C07F30 for ; Wed, 27 Mar 2024 15:07:24 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.45.226.85]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0126510E4F for ; Wed, 27 Mar 2024 15:07:23 +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.7 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 autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: -yU_zWThOliSepJpQ5Tlzw-1 From: =?UTF-8?q?J=C3=A1n=20Tomko?= To: devel@lists.libvirt.org Subject: [libvirt PATCH] NEWS: Update Date: Wed, 27 Mar 2024 16:07:13 +0100 Message-ID: <7063b424a1e9778c32c061988aac551109c34f60.1711552033.git.jtomko@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: PDMUQIACGWZODUR6X23XVKEIRDOGHO72 X-Message-ID-Hash: PDMUQIACGWZODUR6X23XVKEIRDOGHO72 X-MailFrom: jtomko@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" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1711552085936100001 Update NEWS with new news. Signed-off-by: J=C3=A1n Tomko --- NEWS.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index ef9e312698..ce83ee629f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -36,6 +36,13 @@ v10.2.0 (unreleased) use the upcoming QEMU 9.0.0 release together with the development vers= ion of edk2. =20 + * qemu: Introduce virDomainGraphicsReload API + + Reloading the graphics display is now supported for QEMU guests using + VNC. This is useful to make QEMU reload the TLS certificats without + restarting the guest. Available via the `virDomainGraphicsReload` API + and the `domdisplay-reload` virsh command. + * **Improvements** =20 * **Bug fixes** @@ -52,6 +59,20 @@ v10.2.0 (unreleased) releases to 10.2.0 works as well, but the other direction remains brok= en unless the fix is backported. =20 + * qemu: set correct SELinux label for unprivileged virtiofsd + + Now, it's possible to use virtiofsd-based `` shares even + if the guest is confined using SELinux. + + * qemu: fix a crash on unprivileged virtiofsd hotplug + + Hotplugging virtiofsd-based filesystems works now. + + * virt-admin: Fix segfault when libvirtd dies + + Now, `virt-admin` no longer crashes when `libvirtd` unexpectedly closes + the connection. + =20 v10.1.0 (2024-03-01) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.44.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org