From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: cota@braap.org, alex.bennee@linaro.org
Subject: [PATCH v2 0/7] plugin: fix clearing of plugin_mem_cbs on TB exit
Date: Fri, 10 Mar 2023 11:52:45 -0800 [thread overview]
Message-ID: <20230310195252.210956-1-richard.henderson@linaro.org> (raw)
Changes for v2:
* Use plugin_gen_disable_mem_helpers,
* Remove plugin_gen_disable_mem_helpers from tcg_gen_exit_tb.
* Break include loop with hw/core/cpu.h and qemu/plugins.h.
* Inline plugin_gen_disable_mem_helpers.
r~
Richard Henderson (7):
tcg: Clear plugin_mem_cbs on TB exit
tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb
include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT
*: Add missing includes of qemu/error-report.h
*: Add missing includes of qemu/plugin.h
include/qemu: Split out plugin-event.h
include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers
include/hw/core/cpu.h | 2 +-
include/qemu/plugin-event.h | 26 ++++++++++++++++++++++++++
include/qemu/plugin.h | 27 ++++++---------------------
accel/accel-softmmu.c | 2 +-
accel/tcg/cpu-exec-common.c | 3 +++
accel/tcg/cpu-exec.c | 5 +----
block/monitor/block-hmp-cmds.c | 1 +
cpu.c | 1 +
dump/dump.c | 1 +
dump/win_dump.c | 1 +
hw/arm/collie.c | 2 ++
hw/arm/cubieboard.c | 1 +
hw/arm/musicpal.c | 2 ++
hw/arm/npcm7xx_boards.c | 2 ++
hw/arm/nseries.c | 2 ++
hw/arm/omap_sx1.c | 2 ++
hw/arm/orangepi.c | 1 +
hw/arm/palm.c | 2 ++
hw/core/machine-smp.c | 2 ++
hw/i386/sgx.c | 1 +
hw/loongarch/acpi-build.c | 1 +
hw/loongarch/virt.c | 2 ++
hw/m68k/next-cube.c | 1 +
hw/m68k/q800.c | 1 +
hw/m68k/virt.c | 1 +
hw/openrisc/boot.c | 1 +
hw/ppc/spapr_softmmu.c | 2 ++
hw/riscv/opentitan.c | 1 +
hw/riscv/shakti_c.c | 1 +
hw/riscv/virt-acpi-build.c | 1 +
linux-user/elfload.c | 1 +
linux-user/exit.c | 1 +
linux-user/syscall.c | 1 +
plugins/core.c | 11 -----------
target/i386/cpu.c | 1 +
target/i386/host-cpu.c | 1 +
target/s390x/cpu_models.c | 1 +
target/s390x/diag.c | 2 ++
tcg/tcg-op.c | 1 -
39 files changed, 79 insertions(+), 39 deletions(-)
create mode 100644 include/qemu/plugin-event.h
--
2.34.1
next reply other threads:[~2023-03-10 19:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-10 19:52 Richard Henderson [this message]
2023-03-10 19:52 ` [PATCH v2 1/7] tcg: Clear plugin_mem_cbs on TB exit Richard Henderson
2023-03-10 19:52 ` [PATCH v2 2/7] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb Richard Henderson
2023-03-10 19:52 ` [PATCH v2 3/7] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT Richard Henderson
2023-03-10 19:52 ` [PATCH v2 4/7] *: Add missing includes of qemu/error-report.h Richard Henderson
2023-03-10 22:03 ` Philippe Mathieu-Daudé
2023-03-10 19:52 ` [PATCH v2 5/7] *: Add missing includes of qemu/plugin.h Richard Henderson
2023-03-10 22:03 ` Philippe Mathieu-Daudé
2023-03-10 19:52 ` [PATCH v2 6/7] include/qemu: Split out plugin-event.h Richard Henderson
2023-03-10 22:04 ` Philippe Mathieu-Daudé
2023-03-10 19:52 ` [PATCH v2 7/7] include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers Richard Henderson
2023-03-10 22:04 ` Philippe Mathieu-Daudé
2023-03-13 10:47 ` [PATCH v2 0/7] plugin: fix clearing of plugin_mem_cbs on TB exit Alex Bennée
2023-03-19 14:06 ` Emilio Cota
2023-03-20 17:31 ` Alex Bennée
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230310195252.210956-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=cota@braap.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).