[RFC PATCH 0/2] accel/tcg: replace phys_pc with asid in TB htable key

Oleg Vasilev posted 2 patches 2 years, 4 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211222164947.634759-1-me@svin.in
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>
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(-)
[RFC PATCH 0/2] accel/tcg: replace phys_pc with asid in TB htable key
Posted by Oleg Vasilev 2 years, 4 months ago
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