diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/i386/meson.build | 6 | ||||
-rw-r--r-- | target/i386/whpx/meson.build | 5 | ||||
-rw-r--r-- | target/i386/whpx/whp-dispatch.h (renamed from target/i386/whp-dispatch.h) | 0 | ||||
-rw-r--r-- | target/i386/whpx/whpx-all.c (renamed from target/i386/whpx-all.c) | 0 | ||||
-rw-r--r-- | target/i386/whpx/whpx-apic.c (renamed from target/i386/whpx-apic.c) | 0 | ||||
-rw-r--r-- | target/i386/whpx/whpx-cpus.c (renamed from target/i386/whpx-cpus.c) | 0 | ||||
-rw-r--r-- | target/i386/whpx/whpx-cpus.h (renamed from target/i386/whpx-cpus.h) | 0 |
7 files changed, 6 insertions, 5 deletions
diff --git a/target/i386/meson.build b/target/i386/meson.build index 5363757131..62cd042915 100644 --- a/target/i386/meson.build +++ b/target/i386/meson.build @@ -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', @@ -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} diff --git a/target/i386/whpx/meson.build b/target/i386/whpx/meson.build new file mode 100644 index 0000000000..d8aa683999 --- /dev/null +++ b/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', +)) diff --git a/target/i386/whp-dispatch.h b/target/i386/whpx/whp-dispatch.h index cef5d848bd..cef5d848bd 100644 --- a/target/i386/whp-dispatch.h +++ b/target/i386/whpx/whp-dispatch.h diff --git a/target/i386/whpx-all.c b/target/i386/whpx/whpx-all.c index 3b824fc9d7..3b824fc9d7 100644 --- a/target/i386/whpx-all.c +++ b/target/i386/whpx/whpx-all.c diff --git a/target/i386/whpx-apic.c b/target/i386/whpx/whpx-apic.c index b127a3cb8a..b127a3cb8a 100644 --- a/target/i386/whpx-apic.c +++ b/target/i386/whpx/whpx-apic.c diff --git a/target/i386/whpx-cpus.c b/target/i386/whpx/whpx-cpus.c index d9bd5a2d36..d9bd5a2d36 100644 --- a/target/i386/whpx-cpus.c +++ b/target/i386/whpx/whpx-cpus.c diff --git a/target/i386/whpx-cpus.h b/target/i386/whpx/whpx-cpus.h index bdb367d1d0..bdb367d1d0 100644 --- a/target/i386/whpx-cpus.h +++ b/target/i386/whpx/whpx-cpus.h |