]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw: Remove unnecessary 'system/ram_addr.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 30 Sep 2025 07:20:38 +0000 (09:20 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Oct 2025 03:03:56 +0000 (05:03 +0200)
None of these files require definition exposed by "system/ram_addr.h",
remove its inclusion.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Jagannathan Raman <jag.raman@oracle.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20251001175448.18933-7-philmd@linaro.org>

hw/ppc/spapr.c
hw/ppc/spapr_caps.c
hw/ppc/spapr_pci.c
hw/remote/memory.c
hw/remote/proxy-memory-listener.c
hw/s390x/s390-virtio-ccw.c
hw/vfio/spapr.c
hw/virtio/virtio-mem.c

index 82fb23beaa8d608ec5bc070b4a12263f5182a933..97ab6bebd25c09ecebe7e2feee25643cb9419585 100644 (file)
@@ -77,7 +77,6 @@
 #include "hw/virtio/virtio-scsi.h"
 #include "hw/virtio/vhost-scsi-common.h"
 
-#include "system/ram_addr.h"
 #include "system/confidential-guest-support.h"
 #include "hw/usb.h"
 #include "qemu/config-file.h"
index f2f5722d8ad4f02de542fc4f37e70459c6e1f7f2..0f94c192fd48042f0144033ef1852cf698c04d72 100644 (file)
@@ -27,7 +27,6 @@
 #include "qapi/error.h"
 #include "qapi/visitor.h"
 #include "system/hw_accel.h"
-#include "system/ram_addr.h"
 #include "target/ppc/cpu.h"
 #include "target/ppc/mmu-hash64.h"
 #include "cpu-models.h"
index 1ac1185825e84ca908fd878f6cbe7e8cacac1d89..f9095552e865f27a9d49c468d0e4d2b914cbc408 100644 (file)
@@ -34,7 +34,6 @@
 #include "hw/pci/pci_host.h"
 #include "hw/ppc/spapr.h"
 #include "hw/pci-host/spapr.h"
-#include "system/ram_addr.h"
 #include <libfdt.h>
 #include "trace.h"
 #include "qemu/error-report.h"
index 00193a552fa7d735a26ffb994ce459b83445a05e..8195aa5fb83dbadbfb4316d3243128fafa9db733 100644 (file)
@@ -11,7 +11,6 @@
 #include "qemu/osdep.h"
 
 #include "hw/remote/memory.h"
-#include "system/ram_addr.h"
 #include "qapi/error.h"
 
 static void remote_sysmem_reset(void)
index 30ac74961dd3a0a7535d4bbd1c1fbaadfe27f1e0..e1a52d24f0bfe48e0f480ab7843ed98260465d63 100644 (file)
@@ -12,7 +12,6 @@
 #include "qemu/range.h"
 #include "system/memory.h"
 #include "exec/cpu-common.h"
-#include "system/ram_addr.h"
 #include "qapi/error.h"
 #include "qemu/error-report.h"
 #include "hw/remote/mpqemu-link.h"
index d0c6e80cb0507c026d0fd99bc1b9830249052127..ad2c48188a8786923c20d1c77c048253a37a363f 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "system/ram_addr.h"
 #include "system/confidential-guest-support.h"
 #include "hw/boards.h"
 #include "hw/s390x/sclp.h"
index 8d9d68da4ec8ffa975f9fc45f42ac9562f870430..0f23681a3f936d0bedcf6ae7e3d9406f39ed9235 100644 (file)
@@ -17,7 +17,6 @@
 
 #include "hw/vfio/vfio-container-legacy.h"
 #include "hw/hw.h"
-#include "system/ram_addr.h"
 #include "qemu/error-report.h"
 #include "qapi/error.h"
 #include "trace.h"
index 1de2d3de521fe661e9eebc7fc1ba8afdbbd81190..15ba6799f2281112d864ad849e1f7d7fcd925ec4 100644 (file)
@@ -25,7 +25,6 @@
 #include "hw/virtio/virtio-mem.h"
 #include "qapi/error.h"
 #include "qapi/visitor.h"
-#include "system/ram_addr.h"
 #include "migration/misc.h"
 #include "hw/boards.h"
 #include "hw/qdev-properties.h"