From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: qemu-devel@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
devel@lists.libvirt.org, "Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Aleksandar Rikalo" <arikalo@gmail.com>,
"Riku Voipio" <riku.voipio@iki.fi>,
"Huacai Chen" <chenhuacai@kernel.org>,
"Aurelien Jarno" <aurelien@aurel32.net>
Subject: Re: [PATCH v2 7/7] buildsys: Remove support for 32-bit MIPS hosts
Date: Fri, 10 Oct 2025 12:39:07 +0200 [thread overview]
Message-ID: <9c49aa4e-5402-42b6-9a80-ddd19bb81db5@linaro.org> (raw)
In-Reply-To: <aOjH2b5YbeyBmiZS@redhat.com>
On 10/10/25 10:46, Daniel P. Berrangé wrote:
> 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é <philmd@linaro.org>
>> ---
>> 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.
Both.
* 7.2 deprecated:
- 32-bit big endian MIPS host
- 64-bit big endian MIPS host
Not deprecated remaining:
- 32-bit little endian MIPS host
- 64-bit little endian MIPS host
* 9.2 deprecated:
- 32-bit little endian MIPS host
Not deprecated remaining:
- 64-bit little endian MIPS host
* 11.0 deprecated:
- 64-bit little endian MIPS host
No non-deprecated MIPS host remaining
As of 11.0 we can remove what was deprecated previous 10.1.
>
> 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
I'll update to "64-bit little endian MIPS".
>
>>
>> -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
>> -------------------
prev parent reply other threads:[~2025-10-10 10:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-09 19:52 [PATCH v2 0/7] tcg/mips: Remove support for 32-bit hosts Philippe Mathieu-Daudé
2025-10-09 19:52 ` [PATCH v2 1/7] docker: Remove 32-bit MIPS toolchain from debian-all-test image Philippe Mathieu-Daudé
2025-10-09 19:52 ` [PATCH v2 2/7] gitlab: Stop cross-testing for 32-bit MIPS hosts Philippe Mathieu-Daudé
2025-10-09 19:52 ` [PATCH v2 3/7] docker: Stop building 32-bit MIPS images Philippe Mathieu-Daudé
2025-10-09 19:52 ` [PATCH v2 4/7] tcg/mips: Remove support for O32 and N32 ABIs Philippe Mathieu-Daudé
2025-10-10 6:45 ` Thomas Huth
2025-10-09 19:52 ` [PATCH v2 5/7] tcg/mips: Remove support for 32-bit hosts Philippe Mathieu-Daudé
2025-10-10 6:51 ` Thomas Huth
2025-10-09 19:52 ` [PATCH v2 6/7] kvm/mips: " Philippe Mathieu-Daudé
2025-10-10 6:52 ` Thomas Huth
2025-10-09 19:52 ` [PATCH v2 7/7] buildsys: Remove support for 32-bit MIPS hosts Philippe Mathieu-Daudé
2025-10-10 6:53 ` Thomas Huth
2025-10-10 8:46 ` Daniel P. Berrangé
2025-10-10 10:39 ` Philippe Mathieu-Daudé [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9c49aa4e-5402-42b6-9a80-ddd19bb81db5@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=arikalo@gmail.com \
--cc=aurelien@aurel32.net \
--cc=berrange@redhat.com \
--cc=chenhuacai@kernel.org \
--cc=devel@lists.libvirt.org \
--cc=jiaxun.yang@flygoat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=riku.voipio@iki.fi \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).