[Qemu-devel] [PATCH v4 0/3] target/arm: ARMv8.1-LOR

Richard Henderson posted 3 patches 5 years, 4 months ago
Failed in applying to current master (apply log)
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(-)
[Qemu-devel] [PATCH v4 0/3] target/arm: ARMv8.1-LOR
Posted by Richard Henderson 5 years, 4 months ago
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


Re: [Qemu-devel] [PATCH v4 0/3] target/arm: ARMv8.1-LOR
Posted by Peter Maydell 5 years, 4 months ago
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