Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220922145832.1934429-1-alex.bennee@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Peter Maydell <peter.maydell@linaro.org>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
configure | 7 ++
meson.build | 4 +-
accel/kvm/kvm-cpus.h | 4 +
gdbstub/internals.h | 17 ++++
gdbstub/trace.h | 1 +
include/exec/memattrs.h | 8 ++
include/qemu/accel.h | 12 +++
include/sysemu/accel-ops.h | 7 ++
include/sysemu/cpus.h | 3 +
include/sysemu/kvm.h | 20 -----
accel/accel-common.c | 10 +++
accel/kvm/kvm-accel-ops.c | 9 ++
accel/kvm/kvm-all.c | 44 +++++-----
accel/stubs/kvm-stub.c | 16 ----
accel/tcg/cputlb.c | 22 +++--
accel/tcg/tcg-accel-ops.c | 98 +++++++++++++++++++++
accel/tcg/tcg-all.c | 17 ++++
gdbstub.c => gdbstub/gdbstub.c | 156 ++++-----------------------------
gdbstub/softmmu.c | 51 +++++++++++
gdbstub/user.c | 68 ++++++++++++++
hw/core/cpu-sysemu.c | 17 +++-
hw/intc/arm_gic.c | 39 +++++----
hw/timer/arm_mptimer.c | 25 +++---
softmmu/cpus.c | 7 ++
softmmu/qtest.c | 26 +++---
MAINTAINERS | 2 +-
gdbstub/meson.build | 9 ++
gdbstub/trace-events | 29 ++++++
trace-events | 28 ------
29 files changed, 477 insertions(+), 279 deletions(-)
create mode 100644 gdbstub/internals.h
create mode 100644 gdbstub/trace.h
rename gdbstub.c => gdbstub/gdbstub.c (95%)
create mode 100644 gdbstub/softmmu.c
create mode 100644 gdbstub/user.c
create mode 100644 gdbstub/meson.build
create mode 100644 gdbstub/trace-events