While preparing the system emulation patches, these ones stuck out as not-strictly-related to sysemu. We can review and apply them independently of those.
Brian Cain (6): target/hexagon: handle .new values target/hexagon: Fix badva reference, delete CAUSE target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof target/hexagon: s/pkt_has_store/pkt_has_scalar_store target/hexagon: Remove unreachable target/hexagon: Add memory order definition target/hexagon/idef-parser/README.rst | 2 +- target/hexagon/cpu-param.h | 5 +++ target/hexagon/insn.h | 4 +-- target/hexagon/macros.h | 8 ++--- target/hexagon/cpu.c | 3 +- target/hexagon/decode.c | 10 ++++-- target/hexagon/genptr.c | 3 +- target/hexagon/idef-parser/parser-helpers.c | 4 +-- target/hexagon/op_helper.c | 4 +-- target/hexagon/translate.c | 9 +++--- target/hexagon/gen_helper_funcs.py | 2 +- target/hexagon/hex_common.py | 34 ++++++++++++++++----- 12 files changed, 59 insertions(+), 29 deletions(-) -- 2.34.1