[PATCH 01/50] gitlab: Remove 32-bit host testing

Richard Henderson posted 50 patches 2 days, 5 hours ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Riku Voipio <riku.voipio@iki.fi>, Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, Paul Durrant <paul@xen.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>, David Hildenbrand <david@kernel.org>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Peter Xu <peterx@redhat.com>, Li Zhijian <lizhijian@fujitsu.com>, Hyman Huang <yong.huang@smartx.com>, Peter Maydell <peter.maydell@linaro.org>, Helge Deller <deller@gmx.de>, Zhao Liu <zhao1.liu@intel.com>, Eduardo Habkost <eduardo@habkost.net>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, Ilya Leoshkevich <iii@linux.ibm.com>, WANG Xuerui <git@xen0n.name>, Stefan Weil <sw@weilnetz.de>
[PATCH 01/50] gitlab: Remove 32-bit host testing
Posted by Richard Henderson 2 days, 5 hours ago
These deprecated builds will be disabled.
Remove testing of armhf, i686, and wasm32.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 .gitlab-ci.d/buildtest-template.yml | 27 -----------------
 .gitlab-ci.d/buildtest.yml          |  9 ------
 .gitlab-ci.d/container-cross.yml    | 17 -----------
 .gitlab-ci.d/containers.yml         |  3 --
 .gitlab-ci.d/crossbuilds.yml        | 45 -----------------------------
 5 files changed, 101 deletions(-)

diff --git a/.gitlab-ci.d/buildtest-template.yml b/.gitlab-ci.d/buildtest-template.yml
index d866cb12bb..9c2ae39ddd 100644
--- a/.gitlab-ci.d/buildtest-template.yml
+++ b/.gitlab-ci.d/buildtest-template.yml
@@ -123,30 +123,3 @@
     - du -chs ${CI_PROJECT_DIR}/*-cache
   variables:
     QEMU_JOB_FUNCTIONAL: 1
-
-.wasm_build_job_template:
-  extends: .base_job_template
-  stage: build
-  image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:$QEMU_CI_CONTAINER_TAG
-  before_script:
-    - source scripts/ci/gitlab-ci-section
-    - section_start setup "Pre-script setup"
-    - JOBS=$(expr $(nproc) + 1)
-    - section_end setup
-  script:
-    - du -sh .git
-    - mkdir build
-    - cd build
-    - section_start configure "Running configure"
-    - emconfigure ../configure --disable-docs
-          ${TARGETS:+--target-list="$TARGETS"}
-          $CONFIGURE_ARGS ||
-      { cat config.log meson-logs/meson-log.txt && exit 1; }
-    - if test -n "$LD_JOBS";
-      then
-        pyvenv/bin/meson configure . -Dbackend_max_links="$LD_JOBS" ;
-      fi || exit 1;
-    - section_end configure
-    - section_start build "Building QEMU"
-    - emmake make -j"$JOBS"
-    - section_end build
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index dfe954fe3c..1d4b8a030a 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -784,12 +784,3 @@ coverity:
       when: never
     # Always manual on forks even if $QEMU_CI == "2"
     - when: manual
-
-build-wasm:
-  extends: .wasm_build_job_template
-  timeout: 2h
-  needs:
-    - job: wasm-emsdk-cross-container
-  variables:
-    IMAGE: emsdk-wasm32-cross
-    CONFIGURE_ARGS: --static --disable-tools --enable-debug --enable-tcg-interpreter
diff --git a/.gitlab-ci.d/container-cross.yml b/.gitlab-ci.d/container-cross.yml
index 0fd7341afa..044795d9ff 100644
--- a/.gitlab-ci.d/container-cross.yml
+++ b/.gitlab-ci.d/container-cross.yml
@@ -22,12 +22,6 @@ arm64-debian-cross-container:
   variables:
     NAME: debian-arm64-cross
 
-armhf-debian-cross-container:
-  extends: .container_job_template
-  stage: containers
-  variables:
-    NAME: debian-armhf-cross
-
 hexagon-cross-container:
   extends: .container_job_template
   stage: containers
@@ -40,12 +34,6 @@ loongarch-debian-cross-container:
   variables:
     NAME: debian-loongarch-cross
 
-i686-debian-cross-container:
-  extends: .container_job_template
-  stage: containers
-  variables:
-    NAME: debian-i686-cross
-
 mips64el-debian-cross-container:
   extends: .container_job_template
   stage: containers
@@ -85,8 +73,3 @@ win64-fedora-cross-container:
   extends: .container_job_template
   variables:
     NAME: fedora-win64-cross
-
-wasm-emsdk-cross-container:
-  extends: .container_job_template
-  variables:
-    NAME: emsdk-wasm32-cross
diff --git a/.gitlab-ci.d/containers.yml b/.gitlab-ci.d/containers.yml
index f7d3e7205d..222522ca16 100644
--- a/.gitlab-ci.d/containers.yml
+++ b/.gitlab-ci.d/containers.yml
@@ -47,10 +47,8 @@ weekly-container-builds:
     - amd64-debian-user-cross-container
     - amd64-debian-legacy-cross-container
     - arm64-debian-cross-container
-    - armhf-debian-cross-container
     - hexagon-cross-container
     - loongarch-debian-cross-container
-    - i686-debian-cross-container
     - mips64el-debian-cross-container
     - ppc64el-debian-cross-container
     - riscv64-debian-cross-container
@@ -58,7 +56,6 @@ weekly-container-builds:
     - tricore-debian-cross-container
     - xtensa-debian-cross-container
     - win64-fedora-cross-container
-    - wasm-emsdk-cross-container
     # containers
     - amd64-alpine-container
     - amd64-debian-container
diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml
index 99dfa7eea6..59ff8b1d87 100644
--- a/.gitlab-ci.d/crossbuilds.yml
+++ b/.gitlab-ci.d/crossbuilds.yml
@@ -1,13 +1,6 @@
 include:
   - local: '/.gitlab-ci.d/crossbuild-template.yml'
 
-cross-armhf-user:
-  extends: .cross_user_build_job
-  needs:
-    - job: armhf-debian-cross-container
-  variables:
-    IMAGE: debian-armhf-cross
-
 cross-arm64-system:
   extends: .cross_system_build_job
   needs:
@@ -30,44 +23,6 @@ cross-arm64-kvm-only:
     IMAGE: debian-arm64-cross
     EXTRA_CONFIGURE_OPTS: --disable-tcg --without-default-features
 
-cross-i686-system:
-  extends:
-    - .cross_system_build_job
-    - .cross_test_artifacts
-  needs:
-    - job: i686-debian-cross-container
-  variables:
-    IMAGE: debian-i686-cross
-    EXTRA_CONFIGURE_OPTS: --disable-kvm
-    MAKE_CHECK_ARGS: check-qtest
-
-cross-i686-user:
-  extends:
-    - .cross_user_build_job
-    - .cross_test_artifacts
-  needs:
-    - job: i686-debian-cross-container
-  variables:
-    IMAGE: debian-i686-cross
-    MAKE_CHECK_ARGS: check
-
-cross-i686-tci:
-  extends:
-    - .cross_accel_build_job
-    - .cross_test_artifacts
-  timeout: 60m
-  needs:
-    - job: i686-debian-cross-container
-  variables:
-    IMAGE: debian-i686-cross
-    ACCEL: tcg-interpreter
-    EXTRA_CONFIGURE_OPTS: --target-list=i386-softmmu,i386-linux-user,arm-softmmu,arm-linux-user,ppc-softmmu,ppc-linux-user --disable-plugins --disable-kvm
-    # Force tests to run with reduced parallelism, to see whether this
-    # reduces the flakiness of this CI job. The CI
-    # environment by default shows us 8 CPUs and so we
-    # would otherwise be using a parallelism of 9.
-    MAKE_CHECK_ARGS: check check-tcg -j2
-
 cross-mips64el-system:
   extends: .cross_system_build_job
   needs:
-- 
2.43.0
Re: [PATCH 01/50] gitlab: Remove 32-bit host testing
Posted by Daniel P. Berrangé 2 days, 1 hour ago
On Thu, Jan 08, 2026 at 04:29:29PM +1100, Richard Henderson wrote:
> These deprecated builds will be disabled.
> Remove testing of armhf, i686, and wasm32.

CC'ing the wasm maintainer.

This patch is removing our only CI testing of wasm.  Is there any
64-bit container image that can be used to test wasm instead ?

> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  .gitlab-ci.d/buildtest-template.yml | 27 -----------------
>  .gitlab-ci.d/buildtest.yml          |  9 ------
>  .gitlab-ci.d/container-cross.yml    | 17 -----------
>  .gitlab-ci.d/containers.yml         |  3 --
>  .gitlab-ci.d/crossbuilds.yml        | 45 -----------------------------
>  5 files changed, 101 deletions(-)
> 
> diff --git a/.gitlab-ci.d/buildtest-template.yml b/.gitlab-ci.d/buildtest-template.yml
> index d866cb12bb..9c2ae39ddd 100644
> --- a/.gitlab-ci.d/buildtest-template.yml
> +++ b/.gitlab-ci.d/buildtest-template.yml
> @@ -123,30 +123,3 @@
>      - du -chs ${CI_PROJECT_DIR}/*-cache
>    variables:
>      QEMU_JOB_FUNCTIONAL: 1
> -
> -.wasm_build_job_template:
> -  extends: .base_job_template
> -  stage: build
> -  image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:$QEMU_CI_CONTAINER_TAG
> -  before_script:
> -    - source scripts/ci/gitlab-ci-section
> -    - section_start setup "Pre-script setup"
> -    - JOBS=$(expr $(nproc) + 1)
> -    - section_end setup
> -  script:
> -    - du -sh .git
> -    - mkdir build
> -    - cd build
> -    - section_start configure "Running configure"
> -    - emconfigure ../configure --disable-docs
> -          ${TARGETS:+--target-list="$TARGETS"}
> -          $CONFIGURE_ARGS ||
> -      { cat config.log meson-logs/meson-log.txt && exit 1; }
> -    - if test -n "$LD_JOBS";
> -      then
> -        pyvenv/bin/meson configure . -Dbackend_max_links="$LD_JOBS" ;
> -      fi || exit 1;
> -    - section_end configure
> -    - section_start build "Building QEMU"
> -    - emmake make -j"$JOBS"
> -    - section_end build
> diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
> index dfe954fe3c..1d4b8a030a 100644
> --- a/.gitlab-ci.d/buildtest.yml
> +++ b/.gitlab-ci.d/buildtest.yml
> @@ -784,12 +784,3 @@ coverity:
>        when: never
>      # Always manual on forks even if $QEMU_CI == "2"
>      - when: manual
> -
> -build-wasm:
> -  extends: .wasm_build_job_template
> -  timeout: 2h
> -  needs:
> -    - job: wasm-emsdk-cross-container
> -  variables:
> -    IMAGE: emsdk-wasm32-cross
> -    CONFIGURE_ARGS: --static --disable-tools --enable-debug --enable-tcg-interpreter
> diff --git a/.gitlab-ci.d/container-cross.yml b/.gitlab-ci.d/container-cross.yml
> index 0fd7341afa..044795d9ff 100644
> --- a/.gitlab-ci.d/container-cross.yml
> +++ b/.gitlab-ci.d/container-cross.yml
> @@ -22,12 +22,6 @@ arm64-debian-cross-container:
>    variables:
>      NAME: debian-arm64-cross
>  
> -armhf-debian-cross-container:
> -  extends: .container_job_template
> -  stage: containers
> -  variables:
> -    NAME: debian-armhf-cross
> -
>  hexagon-cross-container:
>    extends: .container_job_template
>    stage: containers
> @@ -40,12 +34,6 @@ loongarch-debian-cross-container:
>    variables:
>      NAME: debian-loongarch-cross
>  
> -i686-debian-cross-container:
> -  extends: .container_job_template
> -  stage: containers
> -  variables:
> -    NAME: debian-i686-cross
> -
>  mips64el-debian-cross-container:
>    extends: .container_job_template
>    stage: containers
> @@ -85,8 +73,3 @@ win64-fedora-cross-container:
>    extends: .container_job_template
>    variables:
>      NAME: fedora-win64-cross
> -
> -wasm-emsdk-cross-container:
> -  extends: .container_job_template
> -  variables:
> -    NAME: emsdk-wasm32-cross
> diff --git a/.gitlab-ci.d/containers.yml b/.gitlab-ci.d/containers.yml
> index f7d3e7205d..222522ca16 100644
> --- a/.gitlab-ci.d/containers.yml
> +++ b/.gitlab-ci.d/containers.yml
> @@ -47,10 +47,8 @@ weekly-container-builds:
>      - amd64-debian-user-cross-container
>      - amd64-debian-legacy-cross-container
>      - arm64-debian-cross-container
> -    - armhf-debian-cross-container
>      - hexagon-cross-container
>      - loongarch-debian-cross-container
> -    - i686-debian-cross-container
>      - mips64el-debian-cross-container
>      - ppc64el-debian-cross-container
>      - riscv64-debian-cross-container
> @@ -58,7 +56,6 @@ weekly-container-builds:
>      - tricore-debian-cross-container
>      - xtensa-debian-cross-container
>      - win64-fedora-cross-container
> -    - wasm-emsdk-cross-container
>      # containers
>      - amd64-alpine-container
>      - amd64-debian-container
> diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml
> index 99dfa7eea6..59ff8b1d87 100644
> --- a/.gitlab-ci.d/crossbuilds.yml
> +++ b/.gitlab-ci.d/crossbuilds.yml
> @@ -1,13 +1,6 @@
>  include:
>    - local: '/.gitlab-ci.d/crossbuild-template.yml'
>  
> -cross-armhf-user:
> -  extends: .cross_user_build_job
> -  needs:
> -    - job: armhf-debian-cross-container
> -  variables:
> -    IMAGE: debian-armhf-cross
> -
>  cross-arm64-system:
>    extends: .cross_system_build_job
>    needs:
> @@ -30,44 +23,6 @@ cross-arm64-kvm-only:
>      IMAGE: debian-arm64-cross
>      EXTRA_CONFIGURE_OPTS: --disable-tcg --without-default-features
>  
> -cross-i686-system:
> -  extends:
> -    - .cross_system_build_job
> -    - .cross_test_artifacts
> -  needs:
> -    - job: i686-debian-cross-container
> -  variables:
> -    IMAGE: debian-i686-cross
> -    EXTRA_CONFIGURE_OPTS: --disable-kvm
> -    MAKE_CHECK_ARGS: check-qtest
> -
> -cross-i686-user:
> -  extends:
> -    - .cross_user_build_job
> -    - .cross_test_artifacts
> -  needs:
> -    - job: i686-debian-cross-container
> -  variables:
> -    IMAGE: debian-i686-cross
> -    MAKE_CHECK_ARGS: check
> -
> -cross-i686-tci:
> -  extends:
> -    - .cross_accel_build_job
> -    - .cross_test_artifacts
> -  timeout: 60m
> -  needs:
> -    - job: i686-debian-cross-container
> -  variables:
> -    IMAGE: debian-i686-cross
> -    ACCEL: tcg-interpreter
> -    EXTRA_CONFIGURE_OPTS: --target-list=i386-softmmu,i386-linux-user,arm-softmmu,arm-linux-user,ppc-softmmu,ppc-linux-user --disable-plugins --disable-kvm
> -    # Force tests to run with reduced parallelism, to see whether this
> -    # reduces the flakiness of this CI job. The CI
> -    # environment by default shows us 8 CPUs and so we
> -    # would otherwise be using a parallelism of 9.
> -    MAKE_CHECK_ARGS: check check-tcg -j2
> -
>  cross-mips64el-system:
>    extends: .cross_system_build_job
>    needs:
> -- 
> 2.43.0
> 
> 

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|
Re: [PATCH 01/50] gitlab: Remove 32-bit host testing
Posted by Richard Henderson 2 days ago
On 1/8/26 20:03, Daniel P. Berrangé wrote:
> On Thu, Jan 08, 2026 at 04:29:29PM +1100, Richard Henderson wrote:
>> These deprecated builds will be disabled.
>> Remove testing of armhf, i686, and wasm32.
> 
> CC'ing the wasm maintainer.
> 
> This patch is removing our only CI testing of wasm.  Is there any
> 64-bit container image that can be used to test wasm instead ?

Ah, right.  Yesterday I remembered that I should include this in the cover letter, but 
then today when I actually posted it I forgot.

There are two sets of wasm64 patches; the simple one uses TCI, just like the existing 
wasm32 code:

https://lore.kernel.org/qemu-devel/cover.1754494089.git.ktokunaga.mail@gmail.com/

I attempted to incorporate these patches, but there were too many conflicts.

The complex wasm64 patch set includes a complete tcg backend:

https://lore.kernel.org/qemu-devel/cover.1756724464.git.ktokunaga.mail@gmail.com/

I really need to study that more before I'm willing to accept the core tcg changes required.

Anyway, I meant to cc Kohei about this, to see if he would revive the TCI patch set in the 
short term.


r~

Re: [PATCH 01/50] gitlab: Remove 32-bit host testing
Posted by Kohei Tokunaga 1 day, 20 hours ago
Hi Daniel and Richard,

Thank you for pinging me.

> On 1/8/26 20:03, Daniel P. Berrangé wrote:
> > On Thu, Jan 08, 2026 at 04:29:29PM +1100, Richard Henderson wrote:
> >> These deprecated builds will be disabled.
> >> Remove testing of armhf, i686, and wasm32.
> >
> > CC'ing the wasm maintainer.
> >
> > This patch is removing our only CI testing of wasm.  Is there any
> > 64-bit container image that can be used to test wasm instead ?
>
> Ah, right.  Yesterday I remembered that I should include this in the
cover letter, but
> then today when I actually posted it I forgot.
>
> There are two sets of wasm64 patches; the simple one uses TCI, just like
the existing
> wasm32 code:
>
>
https://lore.kernel.org/qemu-devel/cover.1754494089.git.ktokunaga.mail@gmail.com/
>
> I attempted to incorporate these patches, but there were too many
conflicts.
>
> The complex wasm64 patch set includes a complete tcg backend:
>
>
https://lore.kernel.org/qemu-devel/cover.1756724464.git.ktokunaga.mail@gmail.com/
>
> I really need to study that more before I'm willing to accept the core
tcg changes required.
>
> Anyway, I meant to cc Kohei about this, to see if he would revive the TCI
patch set in the
> short term.

I'm rebasing the wasm64 TCI patch series and will post it to the mailing
list
when it's ready.

Regards,
Kohei
Re: [PATCH 01/50] gitlab: Remove 32-bit host testing
Posted by Kohei Tokunaga 1 day, 17 hours ago
> Hi Daniel and Richard,
>
> Thank you for pinging me.
>
> > On 1/8/26 20:03, Daniel P. Berrangé wrote:
> > > On Thu, Jan 08, 2026 at 04:29:29PM +1100, Richard Henderson wrote:
> > >> These deprecated builds will be disabled.
> > >> Remove testing of armhf, i686, and wasm32.
> > >
> > > CC'ing the wasm maintainer.
> > >
> > > This patch is removing our only CI testing of wasm.  Is there any
> > > 64-bit container image that can be used to test wasm instead ?
> >
> > Ah, right.  Yesterday I remembered that I should include this in the
cover letter, but
> > then today when I actually posted it I forgot.
> >
> > There are two sets of wasm64 patches; the simple one uses TCI, just
like the existing
> > wasm32 code:
> >
> >
https://lore.kernel.org/qemu-devel/cover.1754494089.git.ktokunaga.mail@gmail.com/
> >
> > I attempted to incorporate these patches, but there were too many
conflicts.
> >
> > The complex wasm64 patch set includes a complete tcg backend:
> >
> >
https://lore.kernel.org/qemu-devel/cover.1756724464.git.ktokunaga.mail@gmail.com/
> >
> > I really need to study that more before I'm willing to accept the core
tcg changes required.
> >
> > Anyway, I meant to cc Kohei about this, to see if he would revive the
TCI patch set in the
> > short term.
>
> I'm rebasing the wasm64 TCI patch series and will post it to the mailing
list
> when it's ready.

I've just posted the rebased version of the wasm64 TCI patch series.

https://patchew.org/QEMU/cover.1767886100.git.ktokunaga.mail@gmail.com/

Regards,
Kohei