summaryrefslogtreecommitdiffstats
path: root/page-vary.c
diff options
context:
space:
mode:
authorMarc-André Lureau2022-03-23 16:57:34 +0100
committerPaolo Bonzini2022-04-06 14:31:43 +0200
commitec5f7ca857a396ae23ce01a8f84fbae12bdce0f4 (patch)
tree477627f6b515b56cfa143de536394e251b5ec4d0 /page-vary.c
parentinclude: move cpu_exec* declarations to cpu-common.h (diff)
downloadqemu-ec5f7ca857a396ae23ce01a8f84fbae12bdce0f4.tar.gz
qemu-ec5f7ca857a396ae23ce01a8f84fbae12bdce0f4.tar.xz
qemu-ec5f7ca857a396ae23ce01a8f84fbae12bdce0f4.zip
include: move target page bits declaration to page-vary.h
Since the implementation unit is page-vary.c. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220323155743.1585078-24-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'page-vary.c')
-rw-r--r--page-vary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-vary.c b/page-vary.c
index 057c7f1815..343b4adb95 100644
--- a/page-vary.c
+++ b/page-vary.c
@@ -20,7 +20,7 @@
#define IN_PAGE_VARY 1
#include "qemu/osdep.h"
-#include "qemu-common.h"
+#include "exec/page-vary.h"
#include "exec/exec-all.h"
bool set_preferred_target_page_bits(int bits)