qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] tcg/sparc: Remove support for sparc32plus
@ 2022-10-17  6:24 Richard Henderson
  2022-10-17  6:24 ` [PATCH 1/3] " Richard Henderson
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Richard Henderson @ 2022-10-17  6:24 UTC (permalink / raw)
  To: qemu-devel

While working on other cleanup/new features wrt calling conventions,
I noticed, again, that I am unable to test sparc32plus.  The current
debian installation in the gcc compile farm is for sparc64, and that
is also what gentoo is currently building.

It has been 10 years since qemu dropped support for pure sparc32.
I recon it's about time to finish the job.


r~


Richard Henderson (3):
  tcg/sparc: Remove support for sparc32plus
  tcg/sparc64: Rename from tcg/sparc
  tcg/sparc64: Remove sparc32plus constraints

 meson.build                                 |   4 +-
 tcg/{sparc => sparc64}/tcg-target-con-set.h |  16 +-
 tcg/{sparc => sparc64}/tcg-target-con-str.h |   3 -
 tcg/{sparc => sparc64}/tcg-target.h         |  11 -
 tcg/tcg.c                                   |  75 +-----
 tcg/{sparc => sparc64}/tcg-target.c.inc     | 275 +++++---------------
 6 files changed, 78 insertions(+), 306 deletions(-)
 rename tcg/{sparc => sparc64}/tcg-target-con-set.h (69%)
 rename tcg/{sparc => sparc64}/tcg-target-con-str.h (77%)
 rename tcg/{sparc => sparc64}/tcg-target.h (95%)
 rename tcg/{sparc => sparc64}/tcg-target.c.inc (91%)

-- 
2.34.1



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

end of thread, other threads:[~2022-10-31 10:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-17  6:24 [PATCH 0/3] tcg/sparc: Remove support for sparc32plus Richard Henderson
2022-10-17  6:24 ` [PATCH 1/3] " Richard Henderson
2022-10-28 10:39   ` Philippe Mathieu-Daudé
2022-10-30 15:45   ` Peter Maydell
2022-10-30 17:21     ` Philippe Mathieu-Daudé
2022-10-30 23:22       ` Richard Henderson
2022-10-31 10:47         ` Peter Maydell
2022-10-30 23:24     ` Richard Henderson
2022-10-17  6:24 ` [PATCH 2/3] tcg/sparc64: Rename from tcg/sparc Richard Henderson
2022-10-28 10:40   ` Philippe Mathieu-Daudé
2022-10-30 15:50   ` Peter Maydell
2022-10-17  6:24 ` [PATCH 3/3] tcg/sparc64: Remove sparc32plus constraints Richard Henderson
2022-10-30 15:38   ` Peter Maydell
2022-10-24 23:03 ` [PATCH 0/3] tcg/sparc: Remove support for sparc32plus Richard Henderson

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