qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] accel/tcg: Make probe_access() a generic TCG helper
@ 2023-06-19  9:18 Philippe Mathieu-Daudé
  2023-06-19  9:19 ` [PATCH v2 1/2] target/arm: Widen probe_access()'s address argument to 64-bits Philippe Mathieu-Daudé
  2023-06-19  9:19 ` [PATCH v2 2/2] accel/tcg: Make probe_access() a generic TCG helper Philippe Mathieu-Daudé
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-06-19  9:18 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-arm, Peter Maydell, Paolo Bonzini, Richard Henderson,
	Philippe Mathieu-Daudé

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



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

end of thread, other threads:[~2023-06-19  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-19  9:18 [PATCH v2 0/2] accel/tcg: Make probe_access() a generic TCG helper Philippe Mathieu-Daudé
2023-06-19  9:19 ` [PATCH v2 1/2] target/arm: Widen probe_access()'s address argument to 64-bits Philippe Mathieu-Daudé
2023-06-19  9:19 ` [PATCH v2 2/2] accel/tcg: Make probe_access() a generic TCG helper Philippe Mathieu-Daudé
2023-06-19  9:54   ` 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).