[PULL 00/11] Misc HW patches for 2026-03-31

Philippe Mathieu-Daudé posted 11 patches 1 day, 7 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260331131514.21152-1-philmd@linaro.org
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Ani Sinha <anisinha@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>, Nicholas Piggin <npiggin@gmail.com>, Aditya Gupta <adityag@linux.ibm.com>, Glenn Miles <milesg@linux.ibm.com>, Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Huacai Chen <chenhuacai@kernel.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <arikalo@gmail.com>
MAINTAINERS                  | 23 ++++++++------
include/hw/ppc/pnv.h         |  2 ++
backends/igvm.c              |  4 +--
hw/display/ati.c             |  4 +++
hw/display/ati_2d.c          |  2 +-
hw/hppa/machine.c            |  3 +-
hw/pci-host/astro.c          |  4 +--
hw/ppc/pnv.c                 | 58 ++++++++++++++++++++----------------
target/i386/cpu.c            |  6 ++--
target/mips/system/machine.c | 22 ++++++++++++++
10 files changed, 85 insertions(+), 43 deletions(-)
[PULL 00/11] Misc HW patches for 2026-03-31
Posted by Philippe Mathieu-Daudé 1 day, 7 hours ago
The following changes since commit 49ea0100202fe448be1d0f3ea5384cd51b5e6a58:

  Merge tag 'migration-20260330-pull-request' of https://gitlab.com/farosas/qemu into staging (2026-03-31 09:39:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a4d5cfe3eed909c81b19c73309dd44a0262d59c7:

  MAINTAINERS: fix OSUOSL typo (2026-03-31 15:12:45 +0200)

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

Few fixes and MAINTAINERS updates.

----------------------------------------------------------------

Alex Bennée (1):
  MAINTAINERS: fix OSUOSL typo

BALATON Zoltan (2):
  ati-vga: Silence warning about operator precedence
  ati-vga: Add upper limit to x-linear-aper-size property

Helge Deller (2):
  hw/pci-host/astro: Update copyright and documentation link
  hw/hppa: Disable Artist graphics card on 64-bit machines

Luigi Leonardi (1):
  backends/igvm: switch to PRIx64

Peter Maydell (2):
  target/i386/cpu.c: Correct minor grammar error in warning
  target/i386: Treat qtest like TCG for supported-features

Philippe Mathieu-Daudé (1):
  MAINTAINERS: Separate QDev section from QOM one

Shivang Upadhyay (1):
  ppc/pnv: generate dtb after machine initialization is complete

Trieu Huynh (1):
  target/mips: save CP0 timer in vmstate

 MAINTAINERS                  | 23 ++++++++------
 include/hw/ppc/pnv.h         |  2 ++
 backends/igvm.c              |  4 +--
 hw/display/ati.c             |  4 +++
 hw/display/ati_2d.c          |  2 +-
 hw/hppa/machine.c            |  3 +-
 hw/pci-host/astro.c          |  4 +--
 hw/ppc/pnv.c                 | 58 ++++++++++++++++++++----------------
 target/i386/cpu.c            |  6 ++--
 target/mips/system/machine.c | 22 ++++++++++++++
 10 files changed, 85 insertions(+), 43 deletions(-)

-- 
2.53.0


Re: [PULL 00/11] Misc HW patches for 2026-03-31
Posted by Peter Maydell 1 day, 4 hours ago
On Tue, 31 Mar 2026 at 14:15, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> The following changes since commit 49ea0100202fe448be1d0f3ea5384cd51b5e6a58:
>
>   Merge tag 'migration-20260330-pull-request' of https://gitlab.com/farosas/qemu into staging (2026-03-31 09:39:52 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/hw-misc-20260331
>
> for you to fetch changes up to a4d5cfe3eed909c81b19c73309dd44a0262d59c7:
>
>   MAINTAINERS: fix OSUOSL typo (2026-03-31 15:12:45 +0200)
>
> ----------------------------------------------------------------
> Misc HW patches
>
> Few fixes and MAINTAINERS updates.
>
> ----------------------------------------------------------------
>



Applied, thanks.

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

-- PMM