On 1/8/26 1:50 AM, Thomas Huth wrote:
On 08/01/2026 06.29, Richard Henderson wrote:
The 32-bit x86 host is no longer supported.

Signed-off-by: Richard Henderson <[email protected]>
---
   configure   | 16 +---------------
   meson.build | 49 ++++++++++---------------------------------------
   2 files changed, 11 insertions(+), 54 deletions(-)

diff --git a/configure b/configure
index 00e455be57..846fab904e 100755
--- a/configure
+++ b/configure
@@ -440,13 +440,6 @@ case "$cpu" in
       linux_arch=arm64
       ;;
- i386|i486|i586|i686)
-    cpu="i386"
-    host_arch=i386
-    linux_arch=x86
-    CPU_CFLAGS="-m32"
-    ;;

Ah, it's removed here, please forget my previous related comment about this
in an earlier partch!

@@ -300,9 +296,7 @@ else
   endif
   accelerator_targets = { 'CONFIG_KVM': kvm_targets }
-if cpu == 'x86'
-  xen_targets = ['i386-softmmu']
-elif cpu == 'x86_64'
+if cpu == 'x86_64'
     xen_targets = ['i386-softmmu', 'x86_64-softmmu']

I wonder whether we should limit xen_targets to x86_64-softmmu now?


The i386 target still exists, and it can be run with xen on a x86_64 machine, so I think it's supposed to stay.

Anyway:
Reviewed-by: Thomas Huth <[email protected]>




Reply via email to