Commit 50bc19c0a5 for qemu.org

commit 50bc19c0a5860e22f889f889bb79ea04614295a1
Author: Helge Deller <deller@gmx.de>
Date:   Fri Mar 13 19:38:39 2026 +0100

    hw/hppa: Adjust physical addresses of Astro and Elroy

    Adjust the addresses of the Astro and Elroy PCI chips to a
    44-bit physical address space when running a PA8700 CPU.

    Signed-off-by: Helge Deller <deller@gmx.de>
    Reviewed-by: Anton Johansson <anjo@rev.ng>

diff --git a/hw/hppa/hppa_hardware.h b/hw/hppa/hppa_hardware.h
index 0a89c3ed52..006aae63b9 100644
--- a/hw/hppa/hppa_hardware.h
+++ b/hw/hppa/hppa_hardware.h
@@ -61,8 +61,8 @@
 #define ASTRO_BUS_MODULE        0x0a            /* C3700: 0x0a, others maybe 0 ? */

 /* ASTRO Memory and I/O regions */
-#define ASTRO_BASE_HPA            0xfffed00000
-#define ELROY0_BASE_HPA           0xfffed30000  /* ELROY0_HPA */
+#define ASTRO_BASE_HPA            0xffffed00000
+#define ELROY0_BASE_HPA           0xffffed30000  /* ELROY0_HPA */

 #define ROPES_PER_IOC           8       /* per Ike half or Pluto/Astro */