Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240305121005.3528075-1-alex.bennee@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, "Alex Bennée" <alex.bennee@linaro.org>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <Alistair.Francis@wdc.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Riku Voipio <riku.voipio@iki.fi>, Laurent Vivier <laurent@vivier.eu>, Song Gao <gaosong@loongson.cn>, Thomas Huth <thuth@redhat.com>
bsd-user/bsd-file.h | 2 +-
bsd-user/freebsd/os-proc.h | 6 +-
bsd-user/qemu.h | 7 +-
gdbstub/internals.h | 3 +
include/disas/dis-asm.h | 8 +
include/gdbstub/user.h | 10 +-
include/qemu/plugin.h | 7 +
include/qemu/qemu-plugin.h | 142 +++++++---
include/user/safe-syscall.h | 2 +-
linux-user/m68k/target_cpu.h | 2 +-
linux-user/qemu.h | 5 +
linux-user/signal-common.h | 2 +-
linux-user/user-internals.h | 2 +-
plugins/plugin.h | 17 +-
tests/qtest/libqos/qgraph.h | 2 +-
accel/tcg/plugin-gen.c | 69 ++++-
bsd-user/main.c | 9 +-
bsd-user/signal.c | 20 +-
contrib/plugins/hotblocks.c | 50 ++--
contrib/plugins/howvec.c | 53 ++--
disas/disas.c | 1 +
disas/hppa.c | 8 +-
disas/riscv.c | 28 +-
gdbstub/gdbstub.c | 29 ++-
gdbstub/user-target.c | 4 +-
gdbstub/user.c | 244 +++++++++++++++++-
linux-user/aarch64/cpu_loop.c | 2 +-
linux-user/arm/cpu_loop.c | 4 +-
linux-user/arm/signal.c | 2 +-
linux-user/cris/cpu_loop.c | 2 +-
linux-user/elfload.c | 2 +-
linux-user/hppa/signal.c | 2 +-
linux-user/linuxload.c | 2 +-
linux-user/m68k/cpu_loop.c | 2 +-
linux-user/main.c | 8 +-
linux-user/mips/cpu_loop.c | 2 +-
linux-user/ppc/signal.c | 4 +-
linux-user/riscv/cpu_loop.c | 2 +-
linux-user/signal.c | 30 +--
linux-user/syscall.c | 32 +--
linux-user/vm86.c | 18 +-
linux-user/xtensa/signal.c | 2 +-
plugins/api.c | 100 +++++--
plugins/core.c | 79 +++++-
semihosting/arm-compat-semi.c | 8 +-
target/loongarch/disas.c | 13 +-
tests/plugin/bb.c | 63 ++---
tests/plugin/inline.c | 186 +++++++++++++
tests/plugin/insn.c | 106 ++++----
tests/plugin/mem.c | 46 ++--
tests/tcg/multiarch/follow-fork-mode.c | 56 ++++
plugins/qemu-plugins.symbols | 13 +-
tests/plugin/meson.build | 2 +-
tests/tcg/Makefile.target | 2 +-
tests/tcg/multiarch/Makefile.target | 17 +-
.../gdbstub/follow-fork-mode-child.py | 40 +++
.../gdbstub/follow-fork-mode-parent.py | 16 ++
57 files changed, 1257 insertions(+), 338 deletions(-)
create mode 100644 tests/plugin/inline.c
create mode 100644 tests/tcg/multiarch/follow-fork-mode.c
create mode 100644 tests/tcg/multiarch/gdbstub/follow-fork-mode-child.py
create mode 100644 tests/tcg/multiarch/gdbstub/follow-fork-mode-parent.py