qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v3 0/4] target/arm: Implement v8.1M and Cortex-M55


From: Peter Maydell
Subject: [PATCH v3 0/4] target/arm: Implement v8.1M and Cortex-M55
Date: Thu, 10 Dec 2020 20:14:29 +0000

This is a lot smaller than v2 because most of that work made it
through review and is now in master.  This series has the last few
patches that needed rework to address review comments, one new patch
(patch 2) which fixes a bug that I missed until this evening, and the
final "provide a Cortex-M55 model" patch.

thanks
-- PMM

Peter Maydell (4):
  hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN
  target/arm: Correct store of FPSCR value via FPCXT_S
  target/arm: Implement FPCXT_NS fp system register
  target/arm: Implement Cortex-M55 model

 hw/intc/armv7m_nvic.c          |  15 +++++
 target/arm/cpu_tcg.c           |  42 ++++++++++++
 target/arm/translate-vfp.c.inc | 114 ++++++++++++++++++++++++++++++---
 3 files changed, 162 insertions(+), 9 deletions(-)

-- 
2.20.1




reply via email to

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