qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>,
	qemu-devel@nongnu.org, berrange@redhat.com
Cc: pbonzini@redhat.com, mark.cave-ayland@ilande.co.uk,
	thuth@redhat.com, "Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH v3 11/12] meson: Deprecate 32-bit host support
Date: Wed, 5 Feb 2025 19:53:05 +0100	[thread overview]
Message-ID: <56da1b10-345d-40b7-a6c2-03f910d9440c@linaro.org> (raw)
In-Reply-To: <502c72da-9079-46d8-9d1c-4a63d2da86c4@linaro.org>

On 5/2/25 19:12, Richard Henderson wrote:
> On 2/5/25 10:05, Philippe Mathieu-Daudé wrote:
>> On 4/2/25 22:53, Richard Henderson wrote:
>>> We deprecated i686 system mode support for qemu 8.0.  However, to
>>> make real cleanups to TCG we need to deprecate all 32-bit hosts.
>>>
>>> Reviewed-by: Thomas Huth <thuth@redhat.com>
>>> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
>>> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
>>> ---
>>>   docs/about/deprecated.rst | 7 +++++++
>>>   meson.build               | 8 +++-----
>>>   2 files changed, 10 insertions(+), 5 deletions(-)


>>> diff --git a/meson.build b/meson.build
>>> index aa1ca8355d..3347b0a553 100644
>>> --- a/meson.build
>>> +++ b/meson.build
>>> @@ -4843,14 +4843,12 @@ if host_arch == 'unknown'
>>>       message('configure has succeeded and you can continue to build, 
>>> but')
>>>       message('QEMU will use a slow interpreter to emulate the target 
>>> CPU.')
>>>     endif
>>> -elif host_arch == 'mips'
>>> +elif host_long_bits < 64
>>>     message()
>>>     warning('DEPRECATED HOST CPU')
>>>     message()
>>> -  message('Support for CPU host architecture ' + cpu + ' is going to 
>>> be')
>>> -  message('dropped as soon as the QEMU project stops supporting 
>>> Debian 12')
>>> -  message('("Bookworm"). Going forward, the QEMU project will not 
>>> guarantee')
>>> -  message('that QEMU will compile or work on this host CPU.')
>>> +  message('Support for 32-bit CPU host architecture ' + cpu + ' is 
>>> going')
>>> +  message('to be dropped in a future QEMU release.')
>>
>> This change still allows us to remove 32-bit mips host support before
>> the other architectures, right?
> No, bookworm goes into LTS in June 2026, which would match QEMU 11.1 
> release.
> If we add this now, we could (selectively) remove 32-bit support earlier 
> than that.

Great.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



  reply	other threads:[~2025-02-05 18:54 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-04 21:53 [PATCH v3 00/12] meson: Deprecate 32-bit host support Richard Henderson
2025-02-04 21:53 ` [PATCH v3 01/12] meson: Drop tcg as a module Richard Henderson
2025-02-04 21:53 ` [PATCH v3 02/12] tcg: Move stubs in tcg/perf.h to tcg/perf-stubs.c Richard Henderson
2025-02-05 21:15   ` Philippe Mathieu-Daudé
2025-02-04 21:53 ` [PATCH v3 03/12] plugins: Uninline qemu_plugin_add_opts Richard Henderson
2025-02-05 21:15   ` Philippe Mathieu-Daudé
2025-02-04 21:53 ` [PATCH v3 04/12] meson: Disallow 64-bit on 32-bit KVM emulation Richard Henderson
2025-02-05  6:33   ` Thomas Huth
2025-02-05 16:43   ` Philippe Mathieu-Daudé
2025-02-04 21:53 ` [PATCH v3 05/12] meson: Disallow 64-bit on 32-bit Xen emulation Richard Henderson
2025-02-05  6:38   ` Thomas Huth
2025-02-05 17:56   ` Philippe Mathieu-Daudé
2025-02-04 21:53 ` [PATCH v3 06/12] meson: Disallow 64-bit on 32-bit HVF/NVMM/WHPX emulation Richard Henderson
2025-02-05  6:50   ` Thomas Huth
2025-02-05 19:09     ` Richard Henderson
2025-02-04 21:53 ` [PATCH v3 07/12] gitlab-ci: Replace aarch64 with arm in cross-i686-tci build Richard Henderson
2025-02-04 21:53 ` [PATCH v3 08/12] configure: Define TARGET_LONG_BITS in configs/targets/*.mak Richard Henderson
2025-02-04 21:53 ` [PATCH v3 09/12] target/*: Remove TARGET_LONG_BITS from cpu-param.h Richard Henderson
2025-02-04 21:53 ` [PATCH v3 10/12] meson: Disallow 64-bit on 32-bit emulation Richard Henderson
2025-02-05  6:53   ` Thomas Huth
2025-02-04 21:53 ` [PATCH v3 11/12] meson: Deprecate 32-bit host support Richard Henderson
2025-02-05 18:05   ` Philippe Mathieu-Daudé
2025-02-05 18:12     ` Richard Henderson
2025-02-05 18:53       ` Philippe Mathieu-Daudé [this message]
2025-02-04 21:53 ` [PATCH v3 12/12] tcg: Remove TCG_OVERSIZED_GUEST Richard Henderson

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=56da1b10-345d-40b7-a6c2-03f910d9440c@linaro.org \
    --to=philmd@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=berrange@redhat.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --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).