[PATCH-for-9.0 0/3] target/arm/tcg: Few non-TCG cleanups

Philippe Mathieu-Daudé posted 3 patches 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231130142519.28417-1-philmd@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c            | 60 +++-------------------------------
target/arm/tcg/op_helper.c     | 55 +++++++++++++++++++++++++++++++
target/arm/tcg/translate-a64.c |  1 +
3 files changed, 61 insertions(+), 55 deletions(-)
[PATCH-for-9.0 0/3] target/arm/tcg: Few non-TCG cleanups
Posted by Philippe Mathieu-Daudé 12 months ago
Few non-TCG cleanups extracted from a bigger rework.

Philippe Mathieu-Daudé (3):
  target/arm: Restrict TCG specific helpers
  target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accel
  target/arm/tcg: Including missing 'exec/exec-all.h' header

 target/arm/helper.c            | 60 +++-------------------------------
 target/arm/tcg/op_helper.c     | 55 +++++++++++++++++++++++++++++++
 target/arm/tcg/translate-a64.c |  1 +
 3 files changed, 61 insertions(+), 55 deletions(-)

-- 
2.41.0


Re: [PATCH-for-9.0 0/3] target/arm/tcg: Few non-TCG cleanups
Posted by Peter Maydell 11 months, 3 weeks ago
On Thu, 30 Nov 2023 at 14:25, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> Few non-TCG cleanups extracted from a bigger rework.
>
> Philippe Mathieu-Daudé (3):
>   target/arm: Restrict TCG specific helpers
>   target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accel
>   target/arm/tcg: Including missing 'exec/exec-all.h' header



Applied to target-arm.next for 9.0, thanks.

-- PMM
Re: [PATCH-for-9.0 0/3] target/arm/tcg: Few non-TCG cleanups
Posted by Richard Henderson 12 months ago
On 11/30/23 08:25, Philippe Mathieu-Daudé wrote:
> Few non-TCG cleanups extracted from a bigger rework.
> 
> Philippe Mathieu-Daudé (3):
>    target/arm: Restrict TCG specific helpers
>    target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accel
>    target/arm/tcg: Including missing 'exec/exec-all.h' header
> 
>   target/arm/helper.c            | 60 +++-------------------------------
>   target/arm/tcg/op_helper.c     | 55 +++++++++++++++++++++++++++++++
>   target/arm/tcg/translate-a64.c |  1 +
>   3 files changed, 61 insertions(+), 55 deletions(-)
> 

Series:
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~