[PATCH v3 0/2] target/arm: Misc cleanups surrounding TBI

Richard Henderson posted 2 patches 4 years, 2 months ago
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200308012946.16303-1-richard.henderson@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c        | 35 ++++++++++++++++++++++++++++++++++-
target/arm/translate-a64.c | 11 +++++++++++
2 files changed, 45 insertions(+), 1 deletion(-)
[PATCH v3 0/2] target/arm: Misc cleanups surrounding TBI
Posted by Richard Henderson 4 years, 2 months ago
Changes for v3:
  * All but 2 patches are now merged.
  * Use regime_el to determine aa64-ness of physical memory addressing.


r~


Richard Henderson (2):
  target/arm: Check addresses for disabled regimes
  target/arm: Disable clean_data_tbi for system mode

 target/arm/helper.c        | 35 ++++++++++++++++++++++++++++++++++-
 target/arm/translate-a64.c | 11 +++++++++++
 2 files changed, 45 insertions(+), 1 deletion(-)

-- 
2.20.1


Re: [PATCH v3 0/2] target/arm: Misc cleanups surrounding TBI
Posted by Peter Maydell 4 years, 1 month ago
On Sun, 8 Mar 2020 at 01:29, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Changes for v3:
>   * All but 2 patches are now merged.
>   * Use regime_el to determine aa64-ness of physical memory addressing.
>



Applied to target-arm.next, thanks.

-- PMM

Re: [PATCH v3 0/2] target/arm: Misc cleanups surrounding TBI
Posted by Richard Henderson 4 years, 1 month ago
On 3/12/20 5:02 AM, Peter Maydell wrote:
> On Sun, 8 Mar 2020 at 01:29, Richard Henderson
> <richard.henderson@linaro.org> wrote:
>>
>> Changes for v3:
>>   * All but 2 patches are now merged.
>>   * Use regime_el to determine aa64-ness of physical memory addressing.
>>
> 
> 
> 
> Applied to target-arm.next, thanks.

Amusingly a bug report came in yesterday about this.
If you like, you can add

Buglink: https://bugs.launchpad.net/qemu/+bug/1867072

to the final patch.


r~