diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-11-23 18:16:43 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-20 17:44:57 +0100 |
| commit | 1bf0d6e476f34aadda8b052f747a5a5026119de2 (patch) | |
| tree | 664085de4e11225cd0df770e8b57370def32bcb3 /accel/tcg/user-exec.c | |
| parent | 166a4b6e43b8904a150a946243457b7db9567c67 (diff) | |
| download | focaccia-qemu-1bf0d6e476f34aadda8b052f747a5a5026119de2.tar.gz focaccia-qemu-1bf0d6e476f34aadda8b052f747a5a5026119de2.zip | |
user: Move various declarations out of 'exec/exec-all.h'
Move various declarations related to user emulation from "exec/exec-all.h" to "user/cpu_loop.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-19-philmd@linaro.org>
Diffstat (limited to 'accel/tcg/user-exec.c')
| -rw-r--r-- | accel/tcg/user-exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/tcg/user-exec.c b/accel/tcg/user-exec.c index 815a39503f..0561c4f6dc 100644 --- a/accel/tcg/user-exec.c +++ b/accel/tcg/user-exec.c @@ -24,6 +24,7 @@ #include "qemu/bitops.h" #include "qemu/rcu.h" #include "exec/cpu_ldst.h" +#include "user/cpu_loop.h" #include "qemu/main-loop.h" #include "user/page-protection.h" #include "exec/page-protection.h" |