summaryrefslogtreecommitdiffstats
path: root/softmmu
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 /softmmu
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 'softmmu')
-rw-r--r--softmmu/physmem.c2
-rw-r--r--softmmu/vl.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/softmmu/physmem.c b/softmmu/physmem.c
index cdf0db733e..657841eed0 100644
--- a/softmmu/physmem.c
+++ b/softmmu/physmem.c
@@ -18,7 +18,7 @@
*/
#include "qemu/osdep.h"
-#include "qemu-common.h"
+#include "exec/page-vary.h"
#include "qapi/error.h"
#include "qemu/cutils.h"
diff --git a/softmmu/vl.c b/softmmu/vl.c
index 6f646531a0..46aba6a039 100644
--- a/softmmu/vl.c
+++ b/softmmu/vl.c
@@ -27,6 +27,7 @@
#include "qemu/datadir.h"
#include "qemu/units.h"
#include "exec/cpu-common.h"
+#include "exec/page-vary.h"
#include "hw/qdev-properties.h"
#include "qapi/compat-policy.h"
#include "qapi/error.h"