qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] target/hexagon: event codes
@ 2024-08-27  0:26 Brian Cain
  2024-08-27  0:26 ` [PATCH v2 1/2] target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_* Brian Cain
  2024-08-27  0:26 ` [PATCH v2 2/2] target/hexagon: add enums for event, cause Brian Cain
  0 siblings, 2 replies; 5+ messages in thread
From: Brian Cain @ 2024-08-27  0:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: bcain, quic_mathbern, sidneym, quic_mliebel, ltaylorsimpson

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


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

end of thread, other threads:[~2024-08-27  1:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27  0:26 [PATCH v2 0/2] target/hexagon: event codes Brian Cain
2024-08-27  0:26 ` [PATCH v2 1/2] target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_* Brian Cain
2024-08-27  1:44   ` ltaylorsimpson
2024-08-27  0:26 ` [PATCH v2 2/2] target/hexagon: add enums for event, cause Brian Cain
2024-08-27  1:45   ` ltaylorsimpson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).