exec-vary.c is about variable page size handling,
rename it page-vary.c. Currently this file is target
specific (built once for each target), comment this.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <
20210322112427.
4045204-2-f4bug@amsat.org>
[rth: Update MAINTAINERS]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
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
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',
))
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')
/*
- * Variable page size handling
+ * Variable page size handling -- target specific part.
*
* Copyright (c) 2003 Fabrice Bellard
*