qemu-cr16/target/i386/emulate/meson.build
Wei Liu 27458df871 target/i386: move x86 instruction emulator out of hvf
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>
2025-04-17 18:23:26 +02:00

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',
))