[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH qemu v3 0/2] ARM: Add support for V8M special registers in GD
From: |
Peter Maydell |
Subject: |
Re: [PATCH qemu v3 0/2] ARM: Add support for V8M special registers in GDB stub |
Date: |
Tue, 7 Feb 2023 13:46:31 +0000 |
On Sat, 4 Feb 2023 at 00:34, ~dreiss-meta <dreiss-meta@git.sr.ht> 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