@samitouri / QOSamiQemu / commits / 1feb92de34

meson.build: remove i386-softmmu WHPX support

target/i386/emulate is pretty much incompatible with i386-softmmu and fixing that doesn't look worthwhile given the binary unification goals... Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr> Link: https://lore.kernel.org/r/20260327011152.4126-2-mohamed@unpredictable.fr Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Mohamed Mediouni committed Mar 27, 2026 at 02:11 UTC 1feb92de3414c192a6cbf510679209c8b71a7a6d
1 file changed +1 -1
meson.build
+1 -1
@@ -314,7 +314,7 @@ elif cpu == 'x86_64'
314 'CONFIG_HVF': ['x86_64-softmmu'],
315 'CONFIG_NITRO': ['x86_64-softmmu'],
316 'CONFIG_NVMM': ['i386-softmmu', 'x86_64-softmmu'],
317 - 'CONFIG_WHPX': ['i386-softmmu', 'x86_64-softmmu'],
317 + 'CONFIG_WHPX': ['x86_64-softmmu'],
318 'CONFIG_MSHV': ['x86_64-softmmu'],
319 }
320 endif