[PATCH-for-11.0 0/6] Misc patches for 2026-04-07

Philippe Mathieu-Daudé posted 6 patches 3 days, 19 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260407215900.63390-1-philmd@linaro.org
Maintainers: Pierrick Bouvier <pierrick.bouvier@linaro.org>, Peter Maydell <peter.maydell@linaro.org>, Gerd Hoffmann <kraxel@redhat.com>
docs/about/removed-features.rst | 32 +++++++++++++-------------
hw/arm/omap_sx1.c               |  2 +-
hw/display/ati.c                | 40 ++++++++++++++++++---------------
hw/display/ati_2d.c             |  9 ++++++++
hw/display/cirrus_vga.c         |  2 ++
5 files changed, 50 insertions(+), 35 deletions(-)
[PATCH-for-11.0 0/6] Misc patches for 2026-04-07
Posted by Philippe Mathieu-Daudé 3 days, 19 hours ago
The following changes since commit b6a7d06213e5d2f7d124d16418bc289c4a8a4b82:

  Update version for v11.0.0-rc2 release (2026-04-01 20:48:02 +0100)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/hw-misc-20260407

for you to fetch changes up to 992e01e838733c8063f8a17e92034c5f35e34963:

  ati-vga: Do not crash on 24 bits per pixel (2026-04-07 22:40:29 +0200)

----------------------------------------------------------------
Misc HW patches

Few fixes, mostly for VGA display models.
----------------------------------------------------------------

BALATON Zoltan (4):
  cirrus-vga: Make frame buffer endianness little endian by default
  ati-vga: Fix setting CRTC_OFFSET
  ati-vga: Update mode on CRTC_PITCH change
  ati-vga: Do not crash on 24 bits per pixel

GuoHan Zhao (1):
  hw/arm/omap_sx1: map CS3 at the correct base

Philippe Mathieu-Daudé (1):
  docs/about/removed-features: Replace 'since' -> 'removed in'

 docs/about/removed-features.rst | 32 +++++++++++++-------------
 hw/arm/omap_sx1.c               |  2 +-
 hw/display/ati.c                | 40 ++++++++++++++++++---------------
 hw/display/ati_2d.c             |  9 ++++++++
 hw/display/cirrus_vga.c         |  2 ++
 5 files changed, 50 insertions(+), 35 deletions(-)

-- 
2.53.0


Re: [PATCH-for-11.0 0/6] Misc patches for 2026-04-07
Posted by Peter Maydell 2 days, 7 hours ago
On Wed, 8 Apr 2026 at 19:36, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> The following changes since commit b6a7d06213e5d2f7d124d16418bc289c4a8a4b82:
>
>   Update version for v11.0.0-rc2 release (2026-04-01 20:48:02 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/hw-misc-20260407
>
> for you to fetch changes up to 992e01e838733c8063f8a17e92034c5f35e34963:
>
>   ati-vga: Do not crash on 24 bits per pixel (2026-04-07 22:40:29 +0200)
>
> ----------------------------------------------------------------
> Misc HW patches
>
> Few fixes, mostly for VGA display models.
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM
Re: [PATCH-for-11.0 0/6] Misc patches for 2026-04-07
Posted by Philippe Mathieu-Daudé 3 days, 4 hours ago
Cc'ing Peter directly due to mailing-list issues.

On 7/4/26 23:58, Philippe Mathieu-Daudé wrote:
> The following changes since commit b6a7d06213e5d2f7d124d16418bc289c4a8a4b82:
> 
>    Update version for v11.0.0-rc2 release (2026-04-01 20:48:02 +0100)
> 
> are available in the Git repository at:
> 
>    https://github.com/philmd/qemu.git tags/hw-misc-20260407
> 
> for you to fetch changes up to 992e01e838733c8063f8a17e92034c5f35e34963:
> 
>    ati-vga: Do not crash on 24 bits per pixel (2026-04-07 22:40:29 +0200)
> 
> ----------------------------------------------------------------
> Misc HW patches
> 
> Few fixes, mostly for VGA display models.
> ----------------------------------------------------------------
> 
> BALATON Zoltan (4):
>    cirrus-vga: Make frame buffer endianness little endian by default
>    ati-vga: Fix setting CRTC_OFFSET
>    ati-vga: Update mode on CRTC_PITCH change
>    ati-vga: Do not crash on 24 bits per pixel
> 
> GuoHan Zhao (1):
>    hw/arm/omap_sx1: map CS3 at the correct base
> 
> Philippe Mathieu-Daudé (1):
>    docs/about/removed-features: Replace 'since' -> 'removed in'
> 
>   docs/about/removed-features.rst | 32 +++++++++++++-------------
>   hw/arm/omap_sx1.c               |  2 +-
>   hw/display/ati.c                | 40 ++++++++++++++++++---------------
>   hw/display/ati_2d.c             |  9 ++++++++
>   hw/display/cirrus_vga.c         |  2 ++
>   5 files changed, 50 insertions(+), 35 deletions(-)
> 


Re: [PATCH-for-11.0 0/6] Misc patches for 2026-04-07
Posted by BALATON Zoltan 2 days, 20 hours ago
On Wed, 8 Apr 2026, Philippe Mathieu-Daudé wrote:
> Cc'ing Peter directly due to mailing-list issues.

Thanks a lot for taking care of these. I think you meant to send PULL 
instead of PATCH. Here's one more:
https://patchew.org/QEMU/20260408104935.1A55A5969F6@zero.eik.bme.hu/
the v1 of which had a review by Marc-André that might stand for v2 too as 
that makes the check even mode strict.

Regards,
BALATON Zoltan

> On 7/4/26 23:58, Philippe Mathieu-Daudé wrote:
>> The following changes since commit 
>> b6a7d06213e5d2f7d124d16418bc289c4a8a4b82:
>>
>>    Update version for v11.0.0-rc2 release (2026-04-01 20:48:02 +0100)
>> 
>> are available in the Git repository at:
>>
>>    https://github.com/philmd/qemu.git tags/hw-misc-20260407
>> 
>> for you to fetch changes up to 992e01e838733c8063f8a17e92034c5f35e34963:
>>
>>    ati-vga: Do not crash on 24 bits per pixel (2026-04-07 22:40:29 +0200)
>> 
>> ----------------------------------------------------------------
>> Misc HW patches
>> 
>> Few fixes, mostly for VGA display models.
>> ----------------------------------------------------------------
>> 
>> BALATON Zoltan (4):
>>    cirrus-vga: Make frame buffer endianness little endian by default
>>    ati-vga: Fix setting CRTC_OFFSET
>>    ati-vga: Update mode on CRTC_PITCH change
>>    ati-vga: Do not crash on 24 bits per pixel
>> 
>> GuoHan Zhao (1):
>>    hw/arm/omap_sx1: map CS3 at the correct base
>> 
>> Philippe Mathieu-Daudé (1):
>>    docs/about/removed-features: Replace 'since' -> 'removed in'
>>
>>   docs/about/removed-features.rst | 32 +++++++++++++-------------
>>   hw/arm/omap_sx1.c               |  2 +-
>>   hw/display/ati.c                | 40 ++++++++++++++++++---------------
>>   hw/display/ati_2d.c             |  9 ++++++++
>>   hw/display/cirrus_vga.c         |  2 ++
>>   5 files changed, 50 insertions(+), 35 deletions(-)
>> 
>
>
>
Re: [PATCH-for-11.0 0/6] Misc patches for 2026-04-07
Posted by BALATON Zoltan 2 days, 20 hours ago
On Wed, 8 Apr 2026, BALATON Zoltan wrote:
> On Wed, 8 Apr 2026, Philippe Mathieu-Daudé wrote:
>> Cc'ing Peter directly due to mailing-list issues.
>
> Thanks a lot for taking care of these. I think you meant to send PULL instead 
> of PATCH. Here's one more:
> https://patchew.org/QEMU/20260408104935.1A55A5969F6@zero.eik.bme.hu/
> the v1 of which had a review by Marc-André that might stand for v2 too as 
> that makes the check even mode strict.

And this one seems to have been missed:
https://patchew.org/QEMU/20260404111318.8334E596A22@zero.eik.bme.hu/
I'd need this in 11.0 too.

Regards,
BALATON Zoltan

>> On 7/4/26 23:58, Philippe Mathieu-Daudé wrote:
>>> The following changes since commit 
>>> b6a7d06213e5d2f7d124d16418bc289c4a8a4b82:
>>>
>>>    Update version for v11.0.0-rc2 release (2026-04-01 20:48:02 +0100)
>>> 
>>> are available in the Git repository at:
>>>
>>>    https://github.com/philmd/qemu.git tags/hw-misc-20260407
>>> 
>>> for you to fetch changes up to 992e01e838733c8063f8a17e92034c5f35e34963:
>>>
>>>    ati-vga: Do not crash on 24 bits per pixel (2026-04-07 22:40:29 +0200)
>>> 
>>> ----------------------------------------------------------------
>>> Misc HW patches
>>> 
>>> Few fixes, mostly for VGA display models.
>>> ----------------------------------------------------------------
>>> 
>>> BALATON Zoltan (4):
>>>    cirrus-vga: Make frame buffer endianness little endian by default
>>>    ati-vga: Fix setting CRTC_OFFSET
>>>    ati-vga: Update mode on CRTC_PITCH change
>>>    ati-vga: Do not crash on 24 bits per pixel
>>> 
>>> GuoHan Zhao (1):
>>>    hw/arm/omap_sx1: map CS3 at the correct base
>>> 
>>> Philippe Mathieu-Daudé (1):
>>>    docs/about/removed-features: Replace 'since' -> 'removed in'
>>>
>>>   docs/about/removed-features.rst | 32 +++++++++++++-------------
>>>   hw/arm/omap_sx1.c               |  2 +-
>>>   hw/display/ati.c                | 40 ++++++++++++++++++---------------
>>>   hw/display/ati_2d.c             |  9 ++++++++
>>>   hw/display/cirrus_vga.c         |  2 ++
>>>   5 files changed, 50 insertions(+), 35 deletions(-)
>>> 
>> 
>> 
>