i386: move whpx accel files into whpx/
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-3-cfontana@suse.de> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
a9dc68d9b2
commit
1fc33bb9f0
@ -452,11 +452,7 @@ F: include/sysemu/hvf.h
|
|||||||
WHPX CPUs
|
WHPX CPUs
|
||||||
M: Sunil Muthuswamy <sunilmut@microsoft.com>
|
M: Sunil Muthuswamy <sunilmut@microsoft.com>
|
||||||
S: Supported
|
S: Supported
|
||||||
F: target/i386/whpx-all.c
|
F: target/i386/whpx/
|
||||||
F: target/i386/whpx-apic.c
|
|
||||||
F: target/i386/whpx-cpus.c
|
|
||||||
F: target/i386/whp-dispatch.h
|
|
||||||
F: accel/stubs/whpx-stub.c
|
|
||||||
F: include/sysemu/whpx.h
|
F: include/sysemu/whpx.h
|
||||||
|
|
||||||
Guest CPU Cores (Xen)
|
Guest CPU Cores (Xen)
|
||||||
|
@ -27,11 +27,6 @@ i386_softmmu_ss.add(files(
|
|||||||
'machine.c',
|
'machine.c',
|
||||||
'monitor.c',
|
'monitor.c',
|
||||||
))
|
))
|
||||||
i386_softmmu_ss.add(when: 'CONFIG_WHPX', if_true: files(
|
|
||||||
'whpx-all.c',
|
|
||||||
'whpx-cpus.c',
|
|
||||||
'whpx-apic.c',
|
|
||||||
))
|
|
||||||
i386_softmmu_ss.add(when: 'CONFIG_HAX', if_true: files(
|
i386_softmmu_ss.add(when: 'CONFIG_HAX', if_true: files(
|
||||||
'hax-all.c',
|
'hax-all.c',
|
||||||
'hax-mem.c',
|
'hax-mem.c',
|
||||||
@ -41,6 +36,7 @@ i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_POSIX'], if_true: files('hax-po
|
|||||||
i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_WIN32'], if_true: files('hax-windows.c'))
|
i386_softmmu_ss.add(when: ['CONFIG_HAX', 'CONFIG_WIN32'], if_true: files('hax-windows.c'))
|
||||||
|
|
||||||
subdir('kvm')
|
subdir('kvm')
|
||||||
|
subdir('whpx')
|
||||||
subdir('hvf')
|
subdir('hvf')
|
||||||
|
|
||||||
target_arch += {'i386': i386_ss}
|
target_arch += {'i386': i386_ss}
|
||||||
|
5
target/i386/whpx/meson.build
Normal file
5
target/i386/whpx/meson.build
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
i386_softmmu_ss.add(when: 'CONFIG_WHPX', if_true: files(
|
||||||
|
'whpx-all.c',
|
||||||
|
'whpx-apic.c',
|
||||||
|
'whpx-cpus.c',
|
||||||
|
))
|
Loading…
Reference in New Issue
Block a user