Skip to content

Commit

Permalink
i386: move whpx accel files into whpx/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Claudio Fontana authored and ehabkost committed Dec 16, 2020
1 parent a9dc68d commit 1fc33bb
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 10 deletions.
6 changes: 1 addition & 5 deletions MAINTAINERS
Expand Up @@ -452,11 +452,7 @@ F: include/sysemu/hvf.h
WHPX CPUs
M: Sunil Muthuswamy <sunilmut@microsoft.com>
S: Supported
F: target/i386/whpx-all.c
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: target/i386/whpx/
F: include/sysemu/whpx.h

Guest CPU Cores (Xen)
Expand Down
6 changes: 1 addition & 5 deletions target/i386/meson.build
Expand Up @@ -27,11 +27,6 @@ i386_softmmu_ss.add(files(
'machine.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(
'hax-all.c',
'hax-mem.c',
Expand All @@ -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'))

subdir('kvm')
subdir('whpx')
subdir('hvf')

target_arch += {'i386': i386_ss}
Expand Down
5 changes: 5 additions & 0 deletions target/i386/whpx/meson.build
@@ -0,0 +1,5 @@
i386_softmmu_ss.add(when: 'CONFIG_WHPX', if_true: files(
'whpx-all.c',
'whpx-apic.c',
'whpx-cpus.c',
))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1fc33bb

Please sign in to comment.