On Sat, 4 Feb 2023 at 00:34, ~dreiss-meta <[email protected]> wrote: > > Rebased and updated to use NULL as a sentinel. > > David Reiss (2): > target/arm/gdbstub: Support reading M system registers from GDB > target/arm/gdbstub: Support reading M security extension registers > from GDB > > target/arm/cpu.h | 25 +++- > target/arm/gdbstub.c | 241 +++++++++++++++++++++++++++++++++++++++ > target/arm/m_helper.c | 29 ++--- > tests/lcitool/libvirt-ci | 2 +-
You have an accidental submodule change in here. (It probably crept in on a rebase -- git's terrible submodule handling makes that very easy to do by accident.) I've removed that and applied these changes to target-arm.next; thanks. -- PMM
