qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] accel/tcg: replace phys_pc with asid in TB htable key
@ 2021-12-22 16:50 Oleg Vasilev
  2021-12-22 16:50 ` [RFC PATCH 1/2] target/arm: move regime_ttbr helper Oleg Vasilev
  2021-12-22 16:50 ` [RFC PATCH 2/2] accel/tcg: replace phys_pc with asid in TB htable key Oleg Vasilev
  0 siblings, 2 replies; 7+ messages in thread
From: Oleg Vasilev @ 2021-12-22 16:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: Oleg Vasilev, Alex Bennée

See last patch in series.

Oleg Vasilev (2):
  target/arm: move regime_ttbr helper
  accel/tcg: replace phys_pc with asid in TB htable key

 accel/tcg/cpu-exec.c             | 38 ++++++++------------------------
 accel/tcg/tb-hash.h              |  4 ++--
 accel/tcg/translate-all.c        |  7 +++---
 hw/core/cpu-sysemu.c             |  6 +++++
 include/exec/exec-all.h          |  1 +
 include/hw/core/cpu.h            |  8 +++++++
 include/hw/core/sysemu-cpu-ops.h |  6 +++++
 target/arm/cpu.c                 | 13 +++++++++++
 target/arm/helper.c              | 17 --------------
 target/arm/internals.h           | 17 ++++++++++++++
 10 files changed, 65 insertions(+), 52 deletions(-)

-- 
2.33.1



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

end of thread, other threads:[~2022-01-31 20:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-22 16:50 [RFC PATCH 0/2] accel/tcg: replace phys_pc with asid in TB htable key Oleg Vasilev
2021-12-22 16:50 ` [RFC PATCH 1/2] target/arm: move regime_ttbr helper Oleg Vasilev
2022-01-31 20:13   ` Vasilev Oleg via
2021-12-22 16:50 ` [RFC PATCH 2/2] accel/tcg: replace phys_pc with asid in TB htable key Oleg Vasilev
2021-12-23 16:31   ` Richard Henderson
2021-12-24 13:02     ` Vasilev Oleg via
2021-12-24 19:56       ` 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).