aboutsummaryrefslogtreecommitdiff
path: root/linux-user/qemu.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-12-12 18:08:43 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-12-20 17:44:57 +0100
commit187b7ca96a3e682226ba43a3b4b3d4c8954834b5 (patch)
tree08fd152198a2cc0828a11b77673c2256d052bc2c /linux-user/qemu.h
parent62ef949bbc06f23d9f4e773f8a50c7bb191531d2 (diff)
downloadqemu-187b7ca96a3e682226ba43a3b4b3d4c8954834b5.zip
qemu-187b7ca96a3e682226ba43a3b4b3d4c8954834b5.tar.gz
qemu-187b7ca96a3e682226ba43a3b4b3d4c8954834b5.tar.bz2
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (3/4)
Move declarations related to page protection under user emulation from "exec/cpu-all.h" to "user/page-protection.h". Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212185341.2857-14-philmd@linaro.org>
Diffstat (limited to 'linux-user/qemu.h')
-rw-r--r--linux-user/qemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/qemu.h b/linux-user/qemu.h
index 67bc81b..5f00750 100644
--- a/linux-user/qemu.h
+++ b/linux-user/qemu.h
@@ -5,6 +5,7 @@
#include "exec/cpu_ldst.h"
#include "user/abitypes.h"
+#include "user/page-protection.h"
#include "syscall_defs.h"
#include "target_syscall.h"