From nobody Mon Sep 16 19:12:31 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of lists.libvirt.org designates 8.43.85.245 as permitted sender) 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 1717074110798833.5649898728257; Thu, 30 May 2024 06:01:50 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 80A641A9A; Thu, 30 May 2024 09:01:49 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id ACA4919F8; Thu, 30 May 2024 09:01:16 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 885EA19C2; Thu, 30 May 2024 09:01:13 -0400 (EDT) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.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 524A919B8 for ; Thu, 30 May 2024 09:01:09 -0400 (EDT) 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-680-gLz2bXvzOqyxfd3j80-lDg-1; Thu, 30 May 2024 09:01:07 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (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 547B6185A780 for ; Thu, 30 May 2024 13:01:07 +0000 (UTC) Received: from maggie.brq.redhat.com (unknown [10.43.3.102]) by smtp.corp.redhat.com (Postfix) with ESMTP id 003ADC15BB1 for ; Thu, 30 May 2024 13:01:06 +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.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1717074069; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=vMF3MLvxUxyp5b1fQIZdWkGVvOuT56+upAjgeEhcpgI=; b=e+CSZ+IsgN7sS5iGZTid5z2+hhcZLUtqPQ0tiZtU+sk6+MpSscJ/l/PMUlRr4eReYEryIZ RUk5P9dZSc3s4QTZlMfqDrWzvwHw3MFcFBDcTO103miRHxXquV/H4tfQvykggxljV2jv+7 cE3vIsXk8LdhbzL+zZTyqK+tMZM0OEg= X-MC-Unique: gLz2bXvzOqyxfd3j80-lDg-1 From: Michal Privoznik To: devel@lists.libvirt.org Subject: [PATCH] NEWS: Document my contributions for upcoming release Date: Thu, 30 May 2024 15:01:05 +0200 Message-ID: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Message-ID-Hash: 6YSI3QU4SAOD7ZE56I3STU3U2364I54Q X-Message-ID-Hash: 6YSI3QU4SAOD7ZE56I3STU3U2364I54Q 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: X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1717074112440100001 Content-Type: text/plain; charset="utf-8"; x-default="true" These are either features/bugfixes I've worked on or participated in. Signed-off-by: Michal Privoznik Reviewed-by: Jiri Denemark --- NEWS.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 14505116b1..57e8f0d0c3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -45,6 +45,16 @@ v10.4.0 (unreleased) =20 * **Improvements** =20 + * qemu: add zstd to supported compression formats + + Extend the list of supported formats of QEMU save image by adding zstd + compression. + + * qemu: Implement support for hotplugging evdev input devices + + As of this release, hotplug and hotunplug of evdev ```` device= s is + supported. + * **Bug fixes** =20 * virsh/virt-admin: Fix ``--help`` option for all commands @@ -70,6 +80,19 @@ v10.4.0 (unreleased) =20 The bug was introduced in `v10.1.0 (2024-03-01)`_. =20 + * qemu: Don't set affinity for isolcpus unless explicitly requested + + When starting a domain, by default libvirt sets affinity of QEMU proce= ss to + all online CPUs. This also included isolated CPUs (``isolcpus=3D``) wh= ich is + wrong. As of this release, isolated CPUs are left untouched, unless + explicitly configured in domain XML. + + * qemu_hotplug: Properly assign USB address to hotplugged usb-net device + + Previously, the network device hotplug logic would try to ensure only = CCW + or PCI addresses. With recent support for the usb-net model, USB addre= sses + for usb-net network devices are assigned automatically. + =20 v10.3.0 (2024-05-02) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.44.1