The following patches fix and enhance ARM related functionality. Adam Lackorzynski (3): target-arm: Fix soft interrupt in GIC distributor target-arm: Implement cp15 VA->PA translation target-arm: Integrate secondary CPU reset in arm_boot
Peter Maydell (1): target-arm: Don't decode old cp15 WFI instructions on v7 cores hw/arm_boot.c | 23 +++++++++++++++-------- hw/arm_gic.c | 4 ++-- hw/realview.c | 14 -------------- target-arm/cpu.h | 3 ++- target-arm/helper.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- target-arm/machine.c | 2 ++ target-arm/translate.c | 35 ++++++++++++++++++++++++++++++----- 7 files changed, 97 insertions(+), 32 deletions(-) -- 1.7.4.1