[PATCH v2 0/2] accel/tcg: Make probe_access() a generic TCG helper

Philippe Mathieu-Daudé posted 2 patches 10 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230619091901.51607-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>
accel/tcg/tcg-runtime.h    |  2 ++
target/arm/helper.h        |  2 --
accel/tcg/tcg-runtime.c    | 16 ++++++++++++++++
target/arm/tcg/op_helper.c | 16 ----------------
4 files changed, 18 insertions(+), 18 deletions(-)
[PATCH v2 0/2] accel/tcg: Make probe_access() a generic TCG helper
Posted by Philippe Mathieu-Daudé 10 months, 3 weeks ago
probe_access() is not ARM specific and can be reused by
other targets, so make it a generic helper (after widening
its address argument to 64-bits).

Philippe Mathieu-Daudé (2):
  target/arm: Widen probe_access()'s address argument to 64-bits
  accel/tcg: Make probe_access() a generic TCG helper

 accel/tcg/tcg-runtime.h    |  2 ++
 target/arm/helper.h        |  2 --
 accel/tcg/tcg-runtime.c    | 16 ++++++++++++++++
 target/arm/tcg/op_helper.c | 16 ----------------
 4 files changed, 18 insertions(+), 18 deletions(-)

-- 
2.38.1