mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
include/system: Move exec/ram_addr.h to system/ram_addr.h
Convert the existing includes with sed. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
+1
-1
@@ -3121,7 +3121,7 @@ S: Supported
|
||||
F: include/system/ioport.h
|
||||
F: include/exec/memop.h
|
||||
F: include/system/memory.h
|
||||
F: include/exec/ram_addr.h
|
||||
F: include/system/ram_addr.h
|
||||
F: include/exec/ramblock.h
|
||||
F: include/system/memory_mapping.h
|
||||
F: system/dma-helpers.c
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@
|
||||
#include "system/accel-blocker.h"
|
||||
#include "qemu/bswap.h"
|
||||
#include "system/memory.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "qemu/event_notifier.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "trace.h"
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
#include "exec/cputlb.h"
|
||||
#include "exec/tb-flush.h"
|
||||
#include "exec/memory-internal.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "exec/mmu-access-type.h"
|
||||
#include "exec/tlb-common.h"
|
||||
#include "exec/vaddr.h"
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#endif
|
||||
|
||||
#include "exec/cputlb.h"
|
||||
|
||||
+1
-1
@@ -77,7 +77,7 @@
|
||||
#include "hw/virtio/virtio-scsi.h"
|
||||
#include "hw/virtio/vhost-scsi-common.h"
|
||||
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "system/confidential-guest-support.h"
|
||||
#include "hw/usb.h"
|
||||
#include "qemu/config-file.h"
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "system/hw_accel.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "target/ppc/cpu.h"
|
||||
#include "target/ppc/mmu-hash64.h"
|
||||
#include "cpu-models.h"
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@
|
||||
#include "hw/pci/pci_host.h"
|
||||
#include "hw/ppc/spapr.h"
|
||||
#include "hw/pci-host/spapr.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include <libfdt.h>
|
||||
#include "trace.h"
|
||||
#include "qemu/error-report.h"
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
#include "qemu/osdep.h"
|
||||
|
||||
#include "hw/remote/memory.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
static void remote_sysmem_reset(void)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "qemu/range.h"
|
||||
#include "system/memory.h"
|
||||
#include "exec/cpu-common.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "hw/remote/mpqemu-link.h"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "qemu/error-report.h"
|
||||
#include "system/kvm.h"
|
||||
#include "system/memory_mapping.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "kvm/kvm_s390x.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "hw/s390x/storage-attributes.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qobject/qdict.h"
|
||||
#include "cpu.h"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "system/confidential-guest-support.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/s390x/sclp.h"
|
||||
|
||||
+1
-2
@@ -29,8 +29,7 @@
|
||||
#include "hw/vfio/pci.h"
|
||||
#include "system/address-spaces.h"
|
||||
#include "system/memory.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "hw/hw.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "qemu/main-loop.h"
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
#include "hw/vfio/vfio-common.h"
|
||||
#include "system/address-spaces.h"
|
||||
#include "system/memory.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "qemu/range.h"
|
||||
#include "system/reset.h"
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "hw/vfio/vfio-common.h"
|
||||
#include "hw/hw.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "qapi/error.h"
|
||||
#include "trace.h"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "hw/virtio/virtio-mem.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "migration/misc.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
|
||||
@@ -16,10 +16,9 @@
|
||||
* The functions declared here will be removed soon.
|
||||
*/
|
||||
|
||||
#ifndef RAM_ADDR_H
|
||||
#define RAM_ADDR_H
|
||||
#ifndef SYSTEM_RAM_ADDR_H
|
||||
#define SYSTEM_RAM_ADDR_H
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#include "system/xen.h"
|
||||
#include "system/tcg.h"
|
||||
#include "exec/cputlb.h"
|
||||
@@ -559,5 +558,5 @@ uint64_t cpu_physical_memory_sync_dirty_bitmap(RAMBlock *rb,
|
||||
|
||||
return num_dirty;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
+1
-1
@@ -48,7 +48,7 @@
|
||||
#include "qapi/qapi-commands-migration.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "trace.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "exec/target_page.h"
|
||||
#include "qemu/rcu_queue.h"
|
||||
#include "migration/colo.h"
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@
|
||||
#include "trace.h"
|
||||
|
||||
#include "exec/memory-internal.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
#include "system/kvm.h"
|
||||
#include "system/runstate.h"
|
||||
#include "system/tcg.h"
|
||||
|
||||
+1
-1
@@ -67,7 +67,7 @@
|
||||
#include "system/replay.h"
|
||||
|
||||
#include "exec/memory-internal.h"
|
||||
#include "exec/ram_addr.h"
|
||||
#include "system/ram_addr.h"
|
||||
|
||||
#include "qemu/pmem.h"
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user