qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v1 00/10] arm: Steps towards EL2 support round 4


From: Edgar E. Iglesias
Subject: [Qemu-devel] [PATCH v1 00/10] arm: Steps towards EL2 support round 4
Date: Thu, 3 Sep 2015 22:14:16 +0200

From: "Edgar E. Iglesias" <address@hidden>

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

[Prev in Thread] Current Thread [Next in Thread]