From nobody Wed May 15 13:25:54 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 1705501974344461.4469678389662; Wed, 17 Jan 2024 06:32:54 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 1B4FF1A06; Wed, 17 Jan 2024 09:32:53 -0500 (EST) Received: from lists.libvirt.org.85.43.8.in-addr.arpa (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id D7CE11D4B; Wed, 17 Jan 2024 09:31:39 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 552B01D3B; Wed, 17 Jan 2024 09:31:35 -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 BEC041D37 for ; Wed, 17 Jan 2024 09:31:34 -0500 (EST) 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-371-TjbW7rlZPBC89P0gKAijng-1; Wed, 17 Jan 2024 09:31:32 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (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 90E2C1C106BE for ; Wed, 17 Jan 2024 14:31:32 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.45.224.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id EE41C40C6EB9 for ; Wed, 17 Jan 2024 14:31:31 +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: TjbW7rlZPBC89P0gKAijng-1 From: =?UTF-8?q?J=C3=A1n=20Tomko?= To: devel@lists.libvirt.org Subject: [libvirt PATCH] news: document my changes for 10.0.0 Date: Wed, 17 Jan 2024 15:31:04 +0100 Message-ID: <2751cfceda61830bd9576f314231b9cf469054db.1705501864.git.jtomko@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: UYZHZYG65MS5IJHY6AOCJSXG3EA3XYAG X-Message-ID-Hash: UYZHZYG65MS5IJHY6AOCJSXG3EA3XYAG 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: 1705501976302100001 Signed-off-by: J=C3=A1n Tomko Reviewed-by: Andrea Bolognani --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index e5df8224e9..4c799999fe 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -72,6 +72,12 @@ v10.0.0 (2024-01-15) change in a future release and can be customized with the nbdkit_config_default build option. =20 + * qemu: add ID mapping support for virtiofsd + + New ```` element was added for virtiofsd-based ```` + devices. It can be used to set up UID and GID mapping between host + and guest, making running virtiofsd unprivileged much more useful. + * **Improvements** =20 * qemu: Improve migration XML use when persisting VM on destination @@ -94,6 +100,11 @@ v10.0.0 (2024-01-15) =20 The test driver now supports basic hotplug and hotunplug of PCI device= s. =20 + * qemu: allow virtiofsd to run unprivileged + + Nowadays virtiofsd no longer requires to run with root privileges, so = the + restriction to always run as root is now removed from libvirt too. + * **Bug fixes** =20 * qemu: Various migration bug fixes and debuggability improvement --=20 2.42.0 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org