abff1abfe8
Similar to hw_arch, each architecture defines two sourceset which are placed in dictionaries target_arch and target_softmmu_arch. These are then picked up from there when building the per-emulator static_library. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13 lines
217 B
Meson
13 lines
217 B
Meson
i386_softmmu_ss.add(when: [hvf, 'CONFIG_HVF'], if_true: files(
|
|
'hvf.c',
|
|
'x86.c',
|
|
'x86_cpuid.c',
|
|
'x86_decode.c',
|
|
'x86_descr.c',
|
|
'x86_emu.c',
|
|
'x86_flags.c',
|
|
'x86_mmu.c',
|
|
'x86_task.c',
|
|
'x86hvf.c',
|
|
))
|