Commit 1feb92de34 for qemu.org

commit 1feb92de3414c192a6cbf510679209c8b71a7a6d
Author: Mohamed Mediouni <mohamed@unpredictable.fr>
Date:   Fri Mar 27 02:11:49 2026 +0100

    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>

diff --git a/meson.build b/meson.build
index d7c4095b39..407eef5b4e 100644
--- a/meson.build
+++ b/meson.build
@@ -314,7 +314,7 @@ elif cpu == 'x86_64'
     'CONFIG_HVF': ['x86_64-softmmu'],
     'CONFIG_NITRO': ['x86_64-softmmu'],
     'CONFIG_NVMM': ['i386-softmmu', 'x86_64-softmmu'],
-    'CONFIG_WHPX': ['i386-softmmu', 'x86_64-softmmu'],
+    'CONFIG_WHPX': ['x86_64-softmmu'],
     'CONFIG_MSHV': ['x86_64-softmmu'],
   }
 endif