All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/9] target-arm: EL3 trap support
@ 2015-04-22 17:09 Greg Bellows
  2015-04-22 17:09 ` [Qemu-devel] [PATCH v2 1/9] target-arm: Add exception target el infrastructure Greg Bellows
                   ` (10 more replies)
  0 siblings, 11 replies; 33+ messages in thread
From: Greg Bellows @ 2015-04-22 17:09 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, alex.bennee; +Cc: serge.fdrv, Greg Bellows

Initial patchset adding support for trapping to an EL other than EL1.  Support
includes changes to interfaces to allow specification of the target EL.  Also
includes the addition of the ARMv8 CPTR system registers used for controlling
the trapping of features.

---

v1 -> v2
- Removed use of MAX through out the patch when setting target_el
- Updated FP trap support to pass a target exception EL rather than just an
  enable boolean.
- Added utility functions for determining the target exception EL
- Broke up cptr and cpacr access functions
- Added HCPTR CP register entry and HCPTR/CPTR_EL2 zero entries
- Broke out TCR changes into their own patch and added support for handling the
  lack of TTBR1
- Simplified wfx checking
- General comment cleanup

Greg Bellows (9):
  target-arm: Add exception target el infrastructure
  target-arm: Extend helpers to route exceptions
  target-arm: Update interrupt handling to use target EL
  target-arm: Add AArch64 CPTR registers
  target-arm: Extend FP checks to use an EL
  target-arm: Add TTBR regime function and use
  target-arm: Add EL3 and EL2 TCR checking
  target-arm: Add WFx syndrome function
  target-arm: Add WFx instruction trap support

 target-arm/cpu.c           |  61 +++++++++++------
 target-arm/cpu.h           |  76 ++++++++++++++++-----
 target-arm/helper-a64.c    |   2 +-
 target-arm/helper.c        | 160 +++++++++++++++++++++++++++++----------------
 target-arm/helper.h        |   2 +-
 target-arm/internals.h     |   6 ++
 target-arm/op_helper.c     |  98 +++++++++++++++++++++++++--
 target-arm/translate-a64.c |  40 +++++++-----
 target-arm/translate.c     |  70 ++++++++++++--------
 target-arm/translate.h     |  17 ++++-
 10 files changed, 390 insertions(+), 142 deletions(-)

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2015-05-18 17:53 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-22 17:09 [Qemu-devel] [PATCH v2 0/9] target-arm: EL3 trap support Greg Bellows
2015-04-22 17:09 ` [Qemu-devel] [PATCH v2 1/9] target-arm: Add exception target el infrastructure Greg Bellows
2015-04-22 17:09 ` [Qemu-devel] [PATCH v2 2/9] target-arm: Extend helpers to route exceptions Greg Bellows
2015-04-22 17:09 ` [Qemu-devel] [PATCH v2 3/9] target-arm: Update interrupt handling to use target EL Greg Bellows
2015-04-22 17:09 ` [Qemu-devel] [PATCH v2 4/9] target-arm: Add AArch64 CPTR registers Greg Bellows
2015-05-18 17:32   ` Peter Maydell
2015-04-22 17:09 ` [Qemu-devel] [PATCH v2 5/9] target-arm: Extend FP checks to use an EL Greg Bellows
2015-05-18 17:40   ` Peter Maydell
2015-04-22 17:09 ` [Qemu-devel] [PATCH v2 6/9] target-arm: Add TTBR regime function and use Greg Bellows
2015-04-22 18:16   ` Sergey Fedorov
2015-04-22 18:23     ` Greg Bellows
2015-04-22 17:09 ` [Qemu-devel] [PATCH v2 7/9] target-arm: Add EL3 and EL2 TCR checking Greg Bellows
2015-04-22 17:09 ` [Qemu-devel] [PATCH v2 8/9] target-arm: Add WFx syndrome function Greg Bellows
2015-04-22 17:09 ` [Qemu-devel] [PATCH v2 9/9] target-arm: Add WFx instruction trap support Greg Bellows
2015-04-23  2:49   ` Edgar E. Iglesias
2015-04-23  7:59     ` Peter Maydell
2015-04-23 10:39       ` Edgar E. Iglesias
2015-04-23 10:57         ` Peter Maydell
2015-04-23 11:24           ` Edgar E. Iglesias
2015-04-23 11:28             ` Peter Maydell
2015-04-23 11:34               ` Edgar E. Iglesias
2015-04-23 14:26                 ` Greg Bellows
2015-04-23 14:30                   ` Peter Maydell
2015-04-23 14:41                     ` Greg Bellows
2015-04-23 14:51                       ` Peter Maydell
2015-04-23 15:00                         ` Greg Bellows
2015-04-23 15:11                           ` Peter Maydell
2015-04-23  3:37 ` [Qemu-devel] [PATCH v2 0/9] target-arm: EL3 " Edgar E. Iglesias
2015-04-23  8:06   ` Peter Maydell
2015-04-23 10:10   ` Peter Maydell
2015-04-23 10:27     ` Edgar E. Iglesias
2015-04-23 14:05     ` Greg Bellows
2015-05-18 17:53 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.