[PATCH 0/3] tcg/sparc: Remove support for sparc32plus

Richard Henderson posted 3 patches 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221017062445.563431-1-richard.henderson@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>
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%)
[PATCH 0/3] tcg/sparc: Remove support for sparc32plus
Posted by Richard Henderson 1 year, 7 months ago
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
Re: [PATCH 0/3] tcg/sparc: Remove support for sparc32plus
Posted by Richard Henderson 1 year, 6 months ago
Ping.

On 10/17/22 16:24, Richard Henderson wrote:
> 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%)
>