@@ -1933,7 +1933,6 @@ subdir('softmmu')
common_ss.add(capstone)
specific_ss.add(files('cpu.c', 'disas.c', 'gdbstub.c'), capstone)
-specific_ss.add(files('exec-vary.c'))
specific_ss.add(when: 'CONFIG_TCG', if_true: files(
'fpu/softfloat.c',
'tcg/optimize.c',
@@ -1945,6 +1944,8 @@ specific_ss.add(when: 'CONFIG_TCG', if_true: files(
))
specific_ss.add(when: 'CONFIG_TCG_INTERPRETER', if_true: files('tcg/tci.c'))
+specific_ss.add(files('page-vary.c'))
+
subdir('backends')
subdir('disas')
subdir('migration')
similarity index 98%
rename from exec-vary.c
rename to page-vary.c
@@ -1,5 +1,5 @@
/*
- * Variable page size handling
+ * Variable page size handling -- target specific part.
*
* Copyright (c) 2003 Fabrice Bellard
*
@@ -117,6 +117,7 @@ R: Paolo Bonzini <pbonzini@redhat.com>
S: Maintained
F: softmmu/cpus.c
F: cpus-common.c
+F: page-vary.c
F: accel/tcg/
F: accel/stubs/tcg-stub.c
F: util/cacheinfo.c