summary refs log tree commit diff stats
path: root/accel/kvm/kvm-all.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-03-12 17:42:03 -0700
committerRichard Henderson <richard.henderson@linaro.org>2025-04-23 14:08:24 -0700
commit4705a71db5909ac5586e87397b2dece132b9e330 (patch)
tree74bb84aa429c8cd467a0514f117168ec9e074598 /accel/kvm/kvm-all.c
parent91a853837da22e35d140471058e5d73dbfa87707 (diff)
downloadfocaccia-qemu-4705a71db5909ac5586e87397b2dece132b9e330.tar.gz
focaccia-qemu-4705a71db5909ac5586e87397b2dece132b9e330.zip
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>
Diffstat (limited to 'accel/kvm/kvm-all.c')
-rw-r--r--accel/kvm/kvm-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c
index 9e06a95f75..a30b19f455 100644
--- a/accel/kvm/kvm-all.c
+++ b/accel/kvm/kvm-all.c
@@ -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"