
Headers in include/sysemu/ are not only related to system *emulation*, they are also used by virtualization. Rename as system/ which is clearer. Files renamed manually then mechanical change using sed tool. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Tested-by: Lei Yang <leiyang@redhat.com> Message-Id: <20241203172445.28576-1-philmd@linaro.org>
17 lines
322 B
Meson
17 lines
322 B
Meson
i386_ss.add(when: 'CONFIG_TCG', if_true: files(
|
|
'access.c',
|
|
'bpt_helper.c',
|
|
'cc_helper.c',
|
|
'excp_helper.c',
|
|
'fpu_helper.c',
|
|
'int_helper.c',
|
|
'mem_helper.c',
|
|
'misc_helper.c',
|
|
'mpx_helper.c',
|
|
'seg_helper.c',
|
|
'tcg-cpu.c',
|
|
'translate.c'), if_false: files('tcg-stub.c'))
|
|
|
|
subdir('system')
|
|
subdir('user')
|