[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/4] target-arm queue
From: |
Peter Maydell |
Subject: |
[PULL 0/4] target-arm queue |
Date: |
Tue, 26 Nov 2019 14:12:35 +0000 |
Arm patches for rc3 : just a handful of bug fixes.
thanks
-- PMM
The following changes since commit 4ecc984210ca1bf508a96a550ec8a93a5f833f6c:
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-rc3'
into staging (2019-11-26 12:36:40 +0000)
are available in the Git repository at:
https://git.linaro.org/people/pmaydell/qemu-arm.git
tags/pull-target-arm-20191126
for you to fetch changes up to 6a4ef4e5d1084ce41fafa7d470a644b0fd3d9317:
target/arm: Honor HCR_EL2.TID3 trapping requirements (2019-11-26 13:55:37
+0000)
----------------------------------------------------------------
target-arm queue:
* handle FTYPE flag correctly in v7M exception return
for v7M CPUs with an FPU (v8M CPUs were already correct)
* versal: Add the CRP as unimplemented
* Fix ISR_EL1 tracking when executing at EL2
* Honor HCR_EL2.TID3 trapping requirements
----------------------------------------------------------------
Edgar E. Iglesias (1):
hw/arm: versal: Add the CRP as unimplemented
Jean-Hugues DeschĂȘnes (1):
target/arm: Fix handling of cortex-m FTYPE flag in EXCRET
Marc Zyngier (2):
target/arm: Fix ISR_EL1 tracking when executing at EL2
target/arm: Honor HCR_EL2.TID3 trapping requirements
include/hw/arm/xlnx-versal.h | 3 ++
hw/arm/xlnx-versal.c | 2 ++
target/arm/helper.c | 83 ++++++++++++++++++++++++++++++++++++++++++--
target/arm/m_helper.c | 7 ++--
4 files changed, 89 insertions(+), 6 deletions(-)
- [PULL 0/4] target-arm queue,
Peter Maydell <=
- [PULL 1/4] target/arm: Fix handling of cortex-m FTYPE flag in EXCRET, Peter Maydell, 2019/11/26
- [PULL 2/4] hw/arm: versal: Add the CRP as unimplemented, Peter Maydell, 2019/11/26
- [PULL 3/4] target/arm: Fix ISR_EL1 tracking when executing at EL2, Peter Maydell, 2019/11/26
- [PULL 4/4] target/arm: Honor HCR_EL2.TID3 trapping requirements, Peter Maydell, 2019/11/26
- Re: [PULL 0/4] target-arm queue, Peter Maydell, 2019/11/26