diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-12 17:50:19 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-20 17:44:57 +0100 |
| commit | 970ae60e9bdcc2e831b8226a6ebeb37efdc9f5a4 (patch) | |
| tree | 58e3ccffd5bb618b1181dc6766bb2dbf94218223 /bsd-user/main.c | |
| parent | b7cc677478f329912fbc5c16ec36193c72aa9044 (diff) | |
| download | focaccia-qemu-970ae60e9bdcc2e831b8226a6ebeb37efdc9f5a4.tar.gz focaccia-qemu-970ae60e9bdcc2e831b8226a6ebeb37efdc9f5a4.zip | |
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/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-12-philmd@linaro.org>
Diffstat (limited to 'bsd-user/main.c')
| -rw-r--r-- | bsd-user/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/main.c b/bsd-user/main.c index 61ca73c478..0a5bc57836 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -38,6 +38,7 @@ #include "qemu/plugin.h" #include "exec/exec-all.h" #include "user/guest-base.h" +#include "user/page-protection.h" #include "tcg/startup.h" #include "qemu/timer.h" #include "qemu/envlist.h" |