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(-)
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
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
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(-) >
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(-) >> > > >
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(-) >>> >> >> >
© 2016 - 2026 Red Hat, Inc.