Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250324102142.67022-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>
include/exec/memop.h | 4 +-
include/gdbstub/commands.h | 2 +-
include/gdbstub/helpers.h | 4 +-
include/gdbstub/registers.h | 55 ++++++++++
target/ppc/cpu.h | 8 +-
gdbstub/gdbstub.c | 25 ++++-
target/arm/gdbstub.c | 55 ++++++----
target/arm/gdbstub64.c | 53 ++++++----
target/microblaze/gdbstub.c | 49 ++++-----
target/ppc/gdbstub.c | 197 ++++++++++++++++++++----------------
10 files changed, 292 insertions(+), 160 deletions(-)
create mode 100644 include/gdbstub/registers.h