Move x86_decode, x86_emu, x86_flags and some headers to the new location. Fix up all the inclusion sites in hvf. Signed-off-by: Wei Liu <liuwe@linux.microsoft.com> Link: https://lore.kernel.org/r/1741377325-28175-14-git-send-email-liuwe@linux.microsoft.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
5 lines
115 B
Meson
5 lines
115 B
Meson
i386_system_ss.add(when: [hvf, 'CONFIG_HVF'], if_true: files(
|
|
'x86_decode.c',
|
|
'x86_emu.c',
|
|
'x86_flags.c',
|
|
))
|