mbox series

[v4,0/3] target/arm: ARMv8.1-LOR

Message ID 20181210150501.7990-1-richard.henderson@linaro.org
Headers show
Series target/arm: ARMv8.1-LOR | expand

Message

Richard Henderson Dec. 10, 2018, 3:04 p.m. UTC
Changes since v3:
  * Removed the extra VI/VF/VSE change.

Changes since v2:
  * Rebased on target-arm.next, which now includes 7 of the 10 patches.
  * Fixes based on patch review.


r~


Richard Henderson (3):
  target/arm: Introduce arm_hcr_el2_eff
  target/arm: Use arm_hcr_el2_eff more places
  target/arm: Implement the ARMv8.1-LOR extension

 target/arm/cpu.h           |  72 +++++------------
 hw/intc/arm_gicv3_cpuif.c  |  21 ++---
 target/arm/cpu64.c         |   1 +
 target/arm/helper.c        | 153 +++++++++++++++++++++++++++++++++----
 target/arm/op_helper.c     |  14 ++--
 target/arm/translate-a64.c |  12 +++
 6 files changed, 187 insertions(+), 86 deletions(-)

-- 
2.17.2

Comments

Peter Maydell Dec. 11, 2018, 5:38 p.m. UTC | #1
On Mon, 10 Dec 2018 at 15:05, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> Changes since v3:

>   * Removed the extra VI/VF/VSE change.

>

> Changes since v2:

>   * Rebased on target-arm.next, which now includes 7 of the 10 patches.

>   * Fixes based on patch review.

>




Applied to target-arm.next, thanks.

-- PMM