[PATCH v2 0/2] target/hexagon: event codes

Brian Cain posted 2 patches 2 months, 4 weeks ago
linux-user/hexagon/cpu_loop.c |  4 ++--
target/hexagon/cpu.h          |  2 +-
target/hexagon/cpu_bits.h     | 21 ++++++++++++++-------
target/hexagon/gen_tcg.h      |  2 +-
target/hexagon/translate.c    |  6 +++---
5 files changed, 21 insertions(+), 14 deletions(-)
[PATCH v2 0/2] target/hexagon: event codes
Posted by Brian Cain 2 months, 4 weeks ago
Changes in v2:

* Fixed the HEX_EVENT_{INVALID*,PRIV*,etc} - several of these were actually
cause codes, just like TRAP0.
* I combined "Rename HEX_EXCP_ => HEX_EVENT_" and "rename HEX_EVENT_TRAP0=>HEX_CAUSE_TRAP0"
into a single commit.

Brian Cain (2):
  target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_*
  target/hexagon: add enums for event, cause

 linux-user/hexagon/cpu_loop.c |  4 ++--
 target/hexagon/cpu.h          |  2 +-
 target/hexagon/cpu_bits.h     | 21 ++++++++++++++-------
 target/hexagon/gen_tcg.h      |  2 +-
 target/hexagon/translate.c    |  6 +++---
 5 files changed, 21 insertions(+), 14 deletions(-)

-- 
2.34.1