[Qemu-devel] [PATCH v2 0/4] target/arm: Implement TBI for user-only

Richard Henderson posted 4 patches 5 years, 2 months ago
Failed in applying to current master (apply log)
target/arm/cpu.h           |   1 +
target/arm/internals.h     |  21 ---
target/arm/translate.h     |   3 +-
target/arm/cpu.c           |   6 +
target/arm/helper.c        |  14 +-
target/arm/translate-a64.c | 289 +++++++++++++++++++------------------
6 files changed, 168 insertions(+), 166 deletions(-)
[Qemu-devel] [PATCH v2 0/4] target/arm: Implement TBI for user-only
Posted by Richard Henderson 5 years, 2 months ago
Based-on: <20190204131228.25949-1-richard.henderson@linaro.org>
aka v3 BTI.

This is a prerequisite to implementing v8.5-MemTag.


r~


Richard Henderson (4):
  target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignore
  target/arm: Clean TBI for data operations in the translator
  target/arm: Compute TB_FLAGS for TBI for user-only
  target/arm: Enable TBI for user-only

 target/arm/cpu.h           |   1 +
 target/arm/internals.h     |  21 ---
 target/arm/translate.h     |   3 +-
 target/arm/cpu.c           |   6 +
 target/arm/helper.c        |  14 +-
 target/arm/translate-a64.c | 289 +++++++++++++++++++------------------
 6 files changed, 168 insertions(+), 166 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PATCH v2 0/4] target/arm: Implement TBI for user-only
Posted by Peter Maydell 5 years, 2 months ago
On Mon, 4 Feb 2019 at 13:21, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Based-on: <20190204131228.25949-1-richard.henderson@linaro.org>
> aka v3 BTI.
>
> This is a prerequisite to implementing v8.5-MemTag.
>
>
> r~
>



Applied to target-arm.next, thanks.

-- PMM