[PULL 0/4] Misc HW patches for 2026-04-09

Philippe Mathieu-Daudé posted 4 patches 2 days, 1 hour ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260409142137.58349-1-philmd@linaro.org
Maintainers: Alistair Francis <Alistair.Francis@wdc.com>
hw/display/ati.c      | 16 ++--------------
hw/display/ati_2d.c   | 13 +++++++------
hw/timer/ibex_timer.c |  1 +
qemu-keymap.c         |  3 +++
4 files changed, 13 insertions(+), 20 deletions(-)
[PULL 0/4] Misc HW patches for 2026-04-09
Posted by Philippe Mathieu-Daudé 2 days, 1 hour ago
The following changes since commit a87e211600e5e2a86ae51ea53615cd4d866b24a2:

  Merge tag 'hw-misc-20260407' of https://github.com/philmd/qemu into staging (2026-04-08 19:16:36 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 4e6fb62fb0f33c815b089d0b59e1313b768c55d0:

  qemu-keymap: fix altgr modifier lookup for newer xkeyboard-config (2026-04-09 15:44:58 +0200)

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

Few hw/ fixes and a keymap one.
----------------------------------------------------------------

Alistair Francis (1):
  hw/timer: ibex_timer: Update IRQs after writing CTRL

BALATON Zoltan (2):
  ati-vga: Fix pitch and offset registers mask
  ati-vga: Fix check for overflowing vram

Dietmar Maurer (1):
  qemu-keymap: fix altgr modifier lookup for newer xkeyboard-config

 hw/display/ati.c      | 16 ++--------------
 hw/display/ati_2d.c   | 13 +++++++------
 hw/timer/ibex_timer.c |  1 +
 qemu-keymap.c         |  3 +++
 4 files changed, 13 insertions(+), 20 deletions(-)

-- 
2.53.0
Re: [PULL 0/4] Misc HW patches for 2026-04-09
Posted by Peter Maydell 1 day, 23 hours ago
On Thu, 9 Apr 2026 at 15:21, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> The following changes since commit a87e211600e5e2a86ae51ea53615cd4d866b24a2:
>
>   Merge tag 'hw-misc-20260407' of https://github.com/philmd/qemu into staging (2026-04-08 19:16:36 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/hw-misc-20260409
>
> for you to fetch changes up to 4e6fb62fb0f33c815b089d0b59e1313b768c55d0:
>
>   qemu-keymap: fix altgr modifier lookup for newer xkeyboard-config (2026-04-09 15:44:58 +0200)
>
> ----------------------------------------------------------------
> Misc HW patches
>
> Few hw/ fixes and a keymap one.
> ----------------------------------------------------------------
>



Applied, thanks.

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

-- PMM