]> git.proxmox.com Git - mirror_qemu.git/commit
plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 19 Mar 2021 20:18:30 +0000 (14:18 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 19 Jun 2021 15:51:11 +0000 (08:51 -0700)
commitc7bb41b44ad63515adccffa8a6486da46b0c2e26
tree7ab79016301bbebb2bf7fb704e30244c1e5f9def
parent9a3ee36609da355a5a9c86512e5003ce6a9a2239
plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb

As noted by qemu-plugins.h, enum qemu_plugin_cb_flags is
currently unused -- plugins can neither read nor write
guest registers.

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/plugin-gen.c
accel/tcg/plugin-helpers.h
include/qemu/plugin.h
plugins/core.c