On 7/17/2026 2:45 PM, Brian Cain wrote: > Add a minimal Hexagon system-mode check-tcg test that exercises > software-interrupt delivery and the ciad instruction. > > Pass/fail is reported via the thread-0 r2 value passed to stop. > > Signed-off-by: Brian Cain <[email protected]> > --- > tests/tcg/hexagon/Makefile.softmmu-target | 23 ++++ > tests/tcg/hexagon/system/swi_ciad.S | 148 ++++++++++++++++++++++ > tests/tcg/hexagon/system/system.ld | 46 +++++++ > 3 files changed, 217 insertions(+) > create mode 100644 tests/tcg/hexagon/Makefile.softmmu-target > create mode 100644 tests/tcg/hexagon/system/swi_ciad.S > create mode 100644 tests/tcg/hexagon/system/system.ld >
Reviewed-by: Pierrick Bouvier <[email protected]>
