Commit 607a668be8 for qemu.org

commit 607a668be8891920037c70c03ba219b86e869b20
Merge: 2db9152854 5c1cfd3af5
Author: Stefan Hajnoczi <stefanha@redhat.com>
Date:   Fri May 29 09:05:18 2026 -0400

    Merge tag 'single-binary-20260528' of https://github.com/philmd/qemu into staging

    Various patches loosely related to single binary effort:

    - Fix possible stub conflicts in meson.build
    - Remove SysemuCPUOps::get_phys_addr_attrs_debug()
    - Few other fixes and .mailmap updates

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQIzBAABCAAdFiEE+qvnXhKRciHc/Wuy4+MsLN6twN4FAmoZdnAACgkQ4+MsLN6t
    # wN44YhAAgtfUf9UaWcWetNBxHyxxm8ND9O68qE2NboGICoV6K4rsOA4+N2Ev3LbE
    # CYZqRUMi2I9v3H870V7PJydD6CphBetBwXyPunNwy2zLfWEt8cXjAPgHc8AZD0td
    # gZdD/Vl0G6zvPYmin7RIh8IepDooz8FhaiBW4Vw8HY9hkF0P/Gb8CXAFcW7a52qz
    # +KBI5LYQFOAep0KdBhMPvL/SEn3X348lpRL/oTQau4OvbhmL4v+J+9wXGYVA3QCk
    # HrCOpzIzKXEKRkqY/raN/cnpFsAzsf3TJb928F6KxAH/tUoZf7JnF7qnkUdn6J98
    # 9/uigGtjRezZo5TzQKUgTidlIOczgXAbcfvlObXqC5GcXiwKbu+3mpcMTTnfquLK
    # aOWjJOxN80vNX8Tw2ZueQdG6MY8h9PnfvEMnAWdqlHllG9415b7yWOAzFPj4tChl
    # 0HA7nQ3cCRi9NAFKQLj5vR6cRcYHJ1JwFEKAA6WL3kboQAWllIz8Kl60Yge5oHTe
    # lPFA5Zdtcbg/1BpAos4zUqW6IofdoKBtbpAhzKzvNmCKYloNqvZ7jbWjAvdrLe/K
    # nTfbIVAknK2q0JaT3m4b79lUX+oN/sG/AHJq58FLm6znBeyxBZ8NA9QtoZQdXmpQ
    # RXV4xIcJozPdAYDjmfx4IXXOw/MJ/IogKYoxhNA0fAEc+ik8iH4=
    # =VRGu
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Fri 29 May 2026 07:20:16 EDT
    # gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
    # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]
    # Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE

    * tag 'single-binary-20260528' of https://github.com/philmd/qemu: (22 commits)
      hw/core: Remove SysemuCPUOps::get_phys_addr_attrs_debug
      target/i386: Convert to translate_for_debug
      target/microblaze: Convert to translate_for_debug
      accel/common: Remove last bit of target-specific code
      hw/tpm/tpm_tis_sysbus: defer resource allocation to realize
      mailmap: Update email addresses for Andrew Jones
      mailmap: Update email addresses for Daniel Henrique Barboza
      hw/vfio: use stub_ss for iommufd-stubs.c
      hw/net: use stub_ss for vhost_net-stub.c
      net: use stub_ss for vhost-user-stub.c and vhost-vdpa-stub.c
      migration: use stub_ss for vfio-stub.c
      target/arm: move whpx-stub to arm_stubs_ss
      target/arm: move kvm-stub to arm_stubs_ss
      meson.build: move some subdir before system lib creation
      meson: fix close_range detection on older glibc
      system/qtest: Fix length parameter in the b64write code
      system/vl: Free allocate memory for pid file name in case realpath() failed
      docs/devel/tcg-ops: List more vector opcodes
      docs/devel/tcg-ops: Stop listing dup2_vec()
      monitor: fix missing spaces in screendump help text
      ...

    Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>