qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] meson: Deprecate 32-bit host systems
@ 2025-01-28  0:42 Richard Henderson
  2025-01-28  0:42 ` [PATCH 1/1] meson: Deprecate 32-bit host support Richard Henderson
  2025-01-28  4:00 ` [PATCH 0/1] meson: Deprecate 32-bit host systems Thomas Huth
  0 siblings, 2 replies; 19+ messages in thread
From: Richard Henderson @ 2025-01-28  0:42 UTC (permalink / raw)
  To: qemu-devel
  Cc: thuth, peter.maydell, stefanha, pbonzini, berrange, philmd,
	mark.cave-ayland, alex.bennee

Time for our biennial attempt to kill ancient hosts.

I've been re-working the tcg code generator a bit over the holidays.
One place that screams for a bit of cleanup is with 64-bit guest
addresses on 32-bit hosts.  Of course the best "cleanup" is to not
have to handle such silliness at all.

Two years after Thomas' last attempt,

  https://lore.kernel.org/qemu-devel/20230130114428.1297295-1-thuth@redhat.com/

which resulted only in deprecation of i686 host for system emulation.
By itself, this just isn't enough for large-scale cleanups.

I'll note that we've separately deprecated mips32, set to expire
with the end of Debian bookworm, set to enter LTS in June 2026.

I'll note that there is *already* no Debian support for ppc32,
and that I am currently unable to cross-compile that host at all.

Showing my hand a bit, I am willing to limit deprecation to
64-bit guests on 32-bit hosts.  But I'd prefer to go the whole hog:
unconditional support for TCG_TYPE_I64 would remove a *lot* of
32-bit fallback code.


r~


Richard Henderson (1):
  meson: Deprecate 32-bit host support

 docs/about/deprecated.rst | 8 ++++++++
 meson.build               | 6 ++----
 2 files changed, 10 insertions(+), 4 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2025-02-03 16:07 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-28  0:42 [PATCH 0/1] meson: Deprecate 32-bit host systems Richard Henderson
2025-01-28  0:42 ` [PATCH 1/1] meson: Deprecate 32-bit host support Richard Henderson
2025-01-28  4:00 ` [PATCH 0/1] meson: Deprecate 32-bit host systems Thomas Huth
2025-01-28  9:02   ` Alex Bennée
2025-01-28  9:16     ` Daniel P. Berrangé
2025-01-28  9:17     ` Philippe Mathieu-Daudé
2025-01-28  9:27       ` Daniel P. Berrangé
2025-01-28 10:01         ` Philippe Mathieu-Daudé
2025-01-28 10:02           ` Philippe Mathieu-Daudé
2025-01-29  6:23             ` Thomas Huth
2025-01-29 12:23               ` Peter Maydell
2025-01-29 12:47                 ` Paolo Bonzini
2025-01-31 16:46                   ` Richard Henderson
2025-01-31 17:08                     ` Paolo Bonzini
2025-01-31 21:28                       ` Daniel P. Berrangé
2025-02-03  9:10                 ` Alex Bennée
2025-02-03 16:06                   ` Philippe Mathieu-Daudé
2025-01-28 20:39         ` Richard Henderson
2025-02-01 15:20     ` James Cloos

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).