On Wed, Oct 1, 2025 at 9:12 PM Alex Bennée <[email protected]> wrote: > > With only TCG available we can't support 64 bit guests on a 32 bit > host. > > Fixes: 5c27baf9519 (docs/about/deprecated: Deprecate 32-bit x86 hosts for > system emulation) > Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Marc-André Lureau <[email protected]> > --- > tests/docker/dockerfiles/debian-i686-cross.docker | 2 +- > tests/lcitool/refresh | 2 -- > 2 files changed, 1 insertion(+), 3 deletions(-) > > diff --git a/tests/docker/dockerfiles/debian-i686-cross.docker > b/tests/docker/dockerfiles/debian-i686-cross.docker > index 4e8b3a8293d..2998764065f 100644 > --- a/tests/docker/dockerfiles/debian-i686-cross.docker > +++ b/tests/docker/dockerfiles/debian-i686-cross.docker > @@ -178,7 +178,7 @@ ENV ABI "i686-linux-gnu" > ENV MESON_OPTS "--cross-file=i686-linux-gnu" > ENV RUST_TARGET "i686-unknown-linux-gnu" > ENV QEMU_CONFIGURE_OPTS --cross-prefix=i686-linux-gnu- > -ENV DEF_TARGET_LIST > x86_64-softmmu,x86_64-linux-user,i386-softmmu,i386-linux-user > +ENV DEF_TARGET_LIST i386-softmmu,i386-linux-user > # As a final step configure the user (if env is defined) > ARG USER > ARG UID > diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh > index 645959318a3..185a47cebe6 100755 > --- a/tests/lcitool/refresh > +++ b/tests/lcitool/refresh > @@ -216,8 +216,6 @@ try: > generate_dockerfile("debian-i686-cross", "debian-13", > cross="i686", > trailer=cross_build("i686-linux-gnu-", > - "x86_64-softmmu," > - "x86_64-linux-user," > "i386-softmmu,i386-linux-user")) > > # mips no longer supported in debian-13 > -- > 2.47.3 > > -- Marc-André Lureau
