On Thu, Oct 09, 2025 at 09:52:10PM +0200, Philippe Mathieu-Daudé wrote:
> Stop detecting 32-bit MIPS host as supported, update the
> deprecation document. See previous commit for rationale.
> 
> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
> ---
>  docs/about/deprecated.rst       | 13 +++++--------
>  docs/about/removed-features.rst |  6 ++++++
>  configure                       |  7 -------
>  3 files changed, 11 insertions(+), 15 deletions(-)
> 
> diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
> index 67e527740c0..79cc34cfeb6 100644
> --- a/docs/about/deprecated.rst
> +++ b/docs/about/deprecated.rst
> @@ -172,17 +172,14 @@ This argument has always been ignored.
>  Host Architectures
>  ------------------
>  
> -Big endian MIPS since 7.2; 32-bit little endian MIPS since 9.2, MIPS since 
> 11.0

Did 'Big endian MIPS' refer to 32-bit, or both 32 & 64-bit ?  I'm guessing
it was only 32-bit BE, given the heading of your removed-features.txt
change.

But then did "MIPS since 11.0" refer to 64-bit little endian only, or
both big & little endian for 64-bit ?

Given the wide variety of things all ambiguously called "MIPS",
its worth being explicit....

> -'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
> +MIPS (since 11.0)
> +'''''''''''''''''

...so if this is 64-bit MIPS, big & little endian, lets say so

>  
> -As Debian 10 ("Buster") moved into LTS the big endian 32 bit version of
> -MIPS moved out of support making it hard to maintain our
> -cross-compilation CI tests of the architecture. As we no longer have
> -CI coverage support may bitrot away before the deprecation process
> +MIPS is not supported by Debian 13 ("Trixie") and newer, making it hard to
> +maintain our cross-compilation CI tests of the architecture. As we no longer
> +have CI coverage support may bitrot away before the deprecation process
>  completes.
>  
> -Likewise, MIPS is not supported by Debian 13 ("Trixie") and newer.
> -
>  System emulation on 32-bit x86 hosts (since 8.0)
>  ''''''''''''''''''''''''''''''''''''''''''''''''
>  
> diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst
> index a5338e44c24..53829f59e65 100644
> --- a/docs/about/removed-features.rst
> +++ b/docs/about/removed-features.rst
> @@ -896,6 +896,12 @@ work around the atomicity issues in system mode by 
> running all vCPUs
>  in a single thread context; in user mode atomicity was simply broken.
>  From 10.0, QEMU has disabled configuration of 64-bit guests on 32-bit hosts.
>  
> +32-bit MIPS (since 11.0)
> +''''''''''''''''''''''''
> +
> +Debian 12 "Bookworm" removed support for 32-bit MIPS, making it hard to
> +maintain our cross-compilation CI tests of the architecture.
> +
>  Guest Emulator ISAs
>  -------------------
>  
> diff --git a/configure b/configure
> index 6a633ac2b16..8236f43e8f9 100755
> --- a/configure
> +++ b/configure
> @@ -404,8 +404,6 @@ elif check_define _ARCH_PPC ; then
>  elif check_define __mips__ ; then
>    if check_define __mips64 ; then
>      cpu="mips64"
> -  else
> -    cpu="mips"
>    fi
>  elif check_define __s390__ ; then
>    if check_define __s390x__ ; then
> @@ -473,11 +471,6 @@ case "$cpu" in
>      host_arch=mips
>      linux_arch=mips
>      ;;
> -  mips*)
> -    cpu=mips
> -    host_arch=mips
> -    linux_arch=mips
> -    ;;
>  
>    ppc)
>      host_arch=ppc
> -- 
> 2.51.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 :|

Reply via email to