2020-08-07 13:10:23 +03:00
|
|
|
i386_softmmu_ss.add(when: [hvf, 'CONFIG_HVF'], if_true: files(
|
|
|
|
'hvf.c',
|
2021-02-04 19:39:25 +03:00
|
|
|
'hvf-accel-ops.c',
|
2020-08-07 13:10:23 +03:00
|
|
|
'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',
|
2021-03-22 16:27:40 +03:00
|
|
|
'hvf-cpu.c',
|
2020-08-07 13:10:23 +03:00
|
|
|
))
|