On Fri, Jun 5, 2026 at 10:24 AM Philippe Mathieu-Daudé <[email protected]> wrote: > > On 3/6/26 16:00, Brian Cain wrote: > > On Sun, May 31, 2026 at 4:31 PM Philippe Mathieu-Daudé > > <[email protected]> wrote: > >> > >> On 29/5/26 23:55, Brian Cain wrote: > >>> From: Brian Cain <[email protected]> > >>> > >>> Co-authored-by: Taylor Simpson <[email protected]> > >>> Co-authored-by: Sid Manning <[email protected]> > >>> Co-authored-by: Michael Lambert <[email protected]> > >>> Signed-off-by: Brian Cain <[email protected]> > >>> --- > >>> target/hexagon/cpu.h | 2 + > >>> target/hexagon/hex_interrupts.h | 15 ++ > >>> target/hexagon/cpu.c | 4 + > >>> target/hexagon/hex_interrupts.c | 371 ++++++++++++++++++++++++++++++++ > >>> 4 files changed, 392 insertions(+) > >>> create mode 100644 target/hexagon/hex_interrupts.h > >>> create mode 100644 target/hexagon/hex_interrupts.c > >> > >> Patch #28 mentions NMI, how is it handled? > > > > In these three patchsets, the nmi remains unimplemented. Would you > > prefer I include the nmi implementation? > > Could we simply drop the nmi helper in patch #28 and add it along > with the rest of the NMI implementation? >
Sure: I'll omit the nmi helper and include it in a future patchset.
