From: "Edgar E. Iglesias" <edgar.igles...@xilinx.com>

Hi,

This is another series with small steps towards EL2 emulation.

Patch 1 is just for debugging convinience.
Patch 2 is a bug-fix.
Patches 3 and on add regs and a few small steps towards 2-stage MMU.

Comments welcome!

Best regards,
Edgar

Edgar E. Iglesias (10):
  target-arm: Log the target EL when taking exceptions
  target-arm: Correct opc1 for AT_S12Exx
  target-arm: Add AArch64 access to PAR_EL1
  target-arm: Add VTCR_EL2
  target-arm: Add VTTBR_EL2
  target-arm: Supress TBI for S2 translations
  target-arm: Supress the use of TTBR1 for S2 translations
  target-arm: Supress EPD for S2, EL2 and EL3 translations
  target-arm: Add VPIDR_EL2
  target-arm: Add VMPIDR_EL2

 target-arm/cpu.h        |   4 ++
 target-arm/helper-a64.c |   3 +-
 target-arm/helper.c     | 144 ++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 138 insertions(+), 13 deletions(-)

-- 
1.9.1


Reply via email to