[PULL 0/5] Single binary patches for 2026-03-17

Philippe Mathieu-Daudé posted 5 patches 2 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260317190250.70506-1-philmd@linaro.org
Maintainers: Christian Schoenebeck <qemu_oss@crudebyte.com>, Greg Kurz <groug@kaod.org>, Matthew Rosato <mjrosato@linux.ibm.com>, Farhan Ali <alifm@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Cornelia Huck <cohuck@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Nicholas Piggin <npiggin@gmail.com>, Chinmay Rath <rathc@linux.ibm.com>, Glenn Miles <milesg@linux.ibm.com>
meson.build                |  2 +-
hw/display/acpi-vga-stub.c |  1 +
hw/s390x/s390-pci-vfio.c   |  3 ++-
target/ppc/mmu-booke.c     |  3 ++-
target/ppc/mmu-hash64.c    |  3 ++-
target/ppc/mmu-radix64.c   |  3 ++-
fsdev/meson.build          |  3 ++-
hw/display/meson.build     | 19 ++++++++-----------
hw/misc/meson.build        |  2 +-
9 files changed, 21 insertions(+), 18 deletions(-)
[PULL 0/5] Single binary patches for 2026-03-17
Posted by Philippe Mathieu-Daudé 2 weeks, 6 days ago
The following changes since commit 6667668e0cf369e47aa9dd0bae40989896e9ed9f:

  Merge tag 'pr-plugins-20260316' of https://gitlab.com/pbo-linaro/qemu into staging (2026-03-17 10:20:30 +0000)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/single-binary-20260317

for you to fetch changes up to eda09ccd3e00648bed8b13df465ef15c3c6a7a5d:

  target/ppc: Replace TARGET_PAGE_BITS -> qemu_target_page_bits() (2026-03-17 19:53:17 +0100)

----------------------------------------------------------------
Few patches related to single binary effort:

- Build some stub files once
- Replace TARGET_PAGE_BITS by qemu_target_page_bits()
----------------------------------------------------------------

Philippe Mathieu-Daudé (5):
  fsdev: Build stubs once
  hw/display: Build stubs once
  hw/misc: Build 'mac_via' as common unit file
  hw/s390x/vfio: Replace TARGET_PAGE_BITS -> qemu_target_page_bits()
  target/ppc: Replace TARGET_PAGE_BITS -> qemu_target_page_bits()

 meson.build                |  2 +-
 hw/display/acpi-vga-stub.c |  1 +
 hw/s390x/s390-pci-vfio.c   |  3 ++-
 target/ppc/mmu-booke.c     |  3 ++-
 target/ppc/mmu-hash64.c    |  3 ++-
 target/ppc/mmu-radix64.c   |  3 ++-
 fsdev/meson.build          |  3 ++-
 hw/display/meson.build     | 19 ++++++++-----------
 hw/misc/meson.build        |  2 +-
 9 files changed, 21 insertions(+), 18 deletions(-)

-- 
2.53.0


Re: [PULL 0/5] Single binary patches for 2026-03-17
Posted by Peter Maydell 2 weeks, 5 days ago
On Tue, 17 Mar 2026 at 19:03, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> The following changes since commit 6667668e0cf369e47aa9dd0bae40989896e9ed9f:
>
>   Merge tag 'pr-plugins-20260316' of https://gitlab.com/pbo-linaro/qemu into staging (2026-03-17 10:20:30 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/single-binary-20260317
>
> for you to fetch changes up to eda09ccd3e00648bed8b13df465ef15c3c6a7a5d:
>
>   target/ppc: Replace TARGET_PAGE_BITS -> qemu_target_page_bits() (2026-03-17 19:53:17 +0100)
>
> ----------------------------------------------------------------
> Few patches related to single binary effort:
>
> - Build some stub files once
> - Replace TARGET_PAGE_BITS by qemu_target_page_bits()
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM