codebase: prepare to remove cpu.h from exec/exec-all.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250317183417.285700-7-pierrick.bouvier@linaro.org>
This commit is contained in:
Pierrick Bouvier 2025-03-17 11:34:05 -07:00 committed by Richard Henderson
parent 82b75e943b
commit 2ec0dc245f
7 changed files with 8 additions and 2 deletions

View file

@ -21,7 +21,7 @@
#include "qemu/osdep.h"
#include "exec/page-vary.h"
#include "exec/exec-all.h"
#include "exec/target_page.h"
bool set_preferred_target_page_bits(int bits)
{