mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
i386: move kvm accel files into kvm/
Signed-off-by: Claudio Fontana <cfontana@suse.de> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201212155530.23098-2-cfontana@suse.de> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
af3f37319c
commit
a9dc68d9b2
25 changed files with 26 additions and 22 deletions
|
@ -18,7 +18,6 @@ i386_ss.add(when: 'CONFIG_TCG', if_true: files(
|
|||
'smm_helper.c',
|
||||
'svm_helper.c',
|
||||
'translate.c'), if_false: files('tcg-stub.c'))
|
||||
i386_ss.add(when: 'CONFIG_KVM', if_false: files('kvm-stub.c'))
|
||||
i386_ss.add(when: 'CONFIG_SEV', if_true: files('sev.c'), if_false: files('sev-stub.c'))
|
||||
|
||||
i386_softmmu_ss = ss.source_set()
|
||||
|
@ -28,8 +27,6 @@ i386_softmmu_ss.add(files(
|
|||
'machine.c',
|
||||
'monitor.c',
|
||||
))
|
||||
i386_softmmu_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'), if_false: files('hyperv-stub.c'))
|
||||
i386_softmmu_ss.add(when: 'CONFIG_KVM', if_true: files('kvm.c'))
|
||||
i386_softmmu_ss.add(when: 'CONFIG_WHPX', if_true: files(
|
||||
'whpx-all.c',
|
||||
'whpx-cpus.c',
|
||||
|
@ -43,6 +40,7 @@ i386_softmmu_ss.add(when: 'CONFIG_HAX', if_true: files(
|
|||
i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_POSIX'], if_true: files('hax-posix.c'))
|
||||
i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_WIN32'], if_true: files('hax-windows.c'))
|
||||
|
||||
subdir('kvm')
|
||||
subdir('hvf')
|
||||
|
||||
target_arch += {'i386': i386_ss}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue