[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v8 0/9] target/arm: pc-relative translation blocks
From: |
Peter Maydell |
Subject: |
Re: [PATCH v8 0/9] target/arm: pc-relative translation blocks |
Date: |
Thu, 20 Oct 2022 11:29:25 +0100 |
On Thu, 20 Oct 2022 at 04:14, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> This is the Arm specific changes required to reduce the
> amount of translation for address space randomization.
>
> Changes for v8:
> * Add a comment to both gen_goto_tb concerning the ordering
> of the pc update vs the goto_tb opcode.
Applied to target-arm.next, thanks.
-- PMM
- [PATCH v8 0/9] target/arm: pc-relative translation blocks, Richard Henderson, 2022/10/20
- [PATCH v8 1/9] target/arm: Introduce curr_insn_len, Richard Henderson, 2022/10/20
- [PATCH v8 2/9] target/arm: Change gen_goto_tb to work on displacements, Richard Henderson, 2022/10/20
- [PATCH v8 4/9] target/arm: Change gen_exception_insn* to work on displacements, Richard Henderson, 2022/10/20
- [PATCH v8 3/9] target/arm: Change gen_*set_pc_im to gen_*update_pc, Richard Henderson, 2022/10/20
- [PATCH v8 5/9] target/arm: Remove gen_exception_internal_insn pc argument, Richard Henderson, 2022/10/20
- [PATCH v8 8/9] target/arm: Introduce gen_pc_plus_diff for aarch32, Richard Henderson, 2022/10/20
- [PATCH v8 6/9] target/arm: Change gen_jmp* to work on displacements, Richard Henderson, 2022/10/20
- [PATCH v8 9/9] target/arm: Enable TARGET_TB_PCREL, Richard Henderson, 2022/10/20
- [PATCH v8 7/9] target/arm: Introduce gen_pc_plus_diff for aarch64, Richard Henderson, 2022/10/20
- Re: [PATCH v8 0/9] target/arm: pc-relative translation blocks,
Peter Maydell <=