From: Michael Tokarev <mjt@tls.msk.ru>
To: "Volker Rümelin" <vr_qemu@t-online.de>
Cc: qemu-devel@nongnu.org, qemu-stable@nongnu.org
Subject: Re: [Stable-10.0.3 00/39] Patch Round-up for stable 10.0.3, freeze on 2025-07-21
Date: Sat, 12 Jul 2025 11:22:36 +0300 [thread overview]
Message-ID: <f6b2d577-bbbb-40db-bfee-ff90a9874ee7@tls.msk.ru> (raw)
In-Reply-To: <4b096e77-ceb0-4bcd-a288-e110565c957c@t-online.de>
On 12.07.2025 00:51, Volker Rümelin wrote:
> Am 11.07.25 um 10:15 schrieb Michael Tokarev:
>> The following patches are queued for QEMU stable v10.0.3:
>>
>> https://gitlab.com/qemu-project/qemu/-/commits/staging-10.0
>>
>> Patch freeze is 2025-07-21, and the release is planned for 2025-07-23:
>>
>> https://wiki.qemu.org/Planning/10.0
>>
>> Please respond here or CC qemu-stable@nongnu.org on any additional patches
>> you think should (or shouldn't) be included in the release.
>
> Hi Michael,
>
> I think commit 0f1d6606c2 ("target/i386: fix TB exit logic in
> gen_movl_seg() when writing to SS") should be included. It fixes a
> regression in stable-10.0.1.
You're exactly right. I missed this one because it Fixes a commit
which is after 10.0.0 (e54ef98c8a), but it has also been picked
up for stable-10.0 (0f1d6606c2). Included now.
> The patches
>
> 08 7ed96710e82c Daniel P. Berrangé:
> ui/vnc.c: replace big endian flag with byte order value
> 09 70097442853c Daniel P. Berrangé:
> ui/vnc: take account of client byte order in pixman format
> 10 63d320909220 Daniel P. Berrangé:
> ui/vnc: fix tight palette pixel encoding for 8/16-bpp formats
>
>
> introduce a regression. See the patch at
> https://lore.kernel.org/qemu-devel/20250604162243.452791-2-berrange@redhat.com/.
> This patch is correct but it's still missing in the QEMU master branch.
It should be included in 10.1 and in 10.0.3, it looks like. It also
looks like it's been forgotten. I'll ping it now.
Thank you very much for letting me know and for remembering all these
details.
/mjt
prev parent reply other threads:[~2025-07-12 8:23 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-11 8:15 [Stable-10.0.3 00/39] Patch Round-up for stable 10.0.3, freeze on 2025-07-21 Michael Tokarev
2025-07-11 8:15 ` [Stable-10.0.3 01/39] hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hang Michael Tokarev
2025-07-11 8:15 ` [Stable-10.0.3 02/39] hw/arm/aspeed_ast27x0: Fix RAM size detection failure on BE hosts Michael Tokarev
2025-07-11 8:15 ` [Stable-10.0.3 03/39] ui/gtk: Document scale and coordinate handling Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 04/39] ui/gtk: Use consistent naming for variables in different coordinates Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 05/39] gtk/ui: Introduce helper gd_update_scale Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 06/39] ui/gtk: Update scales in fixed-scale mode when rendering GL area Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 07/39] ui/sdl: Consider scaling in mouse event handling Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 08/39] ui/vnc.c: replace big endian flag with byte order value Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 09/39] ui/vnc: take account of client byte order in pixman format Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 10/39] ui/vnc: fix tight palette pixel encoding for 8/16-bpp formats Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 11/39] hw/arm: Add missing psci_conduit to NPCM8XX SoC boot info Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 12/39] vhost: Don't set vring call if guest notifier is unused Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 13/39] hw/i386/pc_piix: Fix RTC ISA IRQ wiring of isapc machine Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 14/39] hw/i386/amd_iommu: Fix device setup failure when PT is on Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 15/39] hw/i386/amd_iommu: Fix xtsup when vcpus < 255 Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 16/39] audio: fix SIGSEGV in AUD_get_buffer_size_out() Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 17/39] audio: fix size calculation " Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 18/39] hw/audio/asc: fix SIGSEGV in asc_realize() Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 19/39] target/i386: Remove FRED dependency on WRMSRNS Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 20/39] iotests: fix 240 Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 21/39] hw/core/qdev-properties-system: Add missing return in set_drive_helper() Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 22/39] hw/loongarch/virt: Fix big endian support with MCFG table Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 23/39] hw/arm/virt: Check bypass iommu is not set for iommu-map DT property Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 24/39] qemu-options.hx: Fix reversed description of icount sleep behavior Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 25/39] hw/arm/mps2: Configure the AN500 CPU with 16 MPU regions Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 26/39] linux-user/arm: Fix return value of SYS_cacheflush Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 27/39] target/loongarch: add check for fcond Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 28/39] target/loongarch: fix vldi/xvldi raise wrong error Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 29/39] tcg: Fix constant propagation in tcg_reg_alloc_dup Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 30/39] target/arm: Make RETA[AB] UNDEF when pauth is not implemented Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 31/39] target/arm: Correct KVM & HVF dtb_compatible value Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 32/39] virtio-gpu: support context init multiple timeline Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 33/39] hw/s390x/ccw-device: Fix memory leak in loadparm setter Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 34/39] target/arm: Fix SME vs AdvSIMD exception priority Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 35/39] target/arm: Fix sve_access_check for SME Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 36/39] target/arm: Fix 128-bit element ZIP, UZP, TRN Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 37/39] target/arm: Fix PSEL size operands to tcg_gen_gvec_ands Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 38/39] target/arm: Fix f16_dotadd vs nan selection Michael Tokarev
2025-07-11 8:16 ` [Stable-10.0.3 39/39] target/arm: Fix bfdotadd_ebf " Michael Tokarev
2025-07-11 21:51 ` [Stable-10.0.3 00/39] Patch Round-up for stable 10.0.3, freeze on 2025-07-21 Volker Rümelin
2025-07-12 8:22 ` Michael Tokarev [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f6b2d577-bbbb-40db-bfee-ff90a9874ee7@tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
--cc=vr_qemu@t-online.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).