]> git.proxmox.com Git - mirror_qemu.git/commit
plugins: Read mem_only directly from TB cflags
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Apr 2024 19:31:49 +0000 (09:31 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 06:55:18 +0000 (08:55 +0200)
commite501325991815e09297a048ffb0be81411bbe34a
tree2ad0d48a904af15dc89beb874d02f0d2a262fe97
parent36bc99bc789fd564facea93feb2a22e4942b84d0
plugins: Read mem_only directly from TB cflags

Do not pass around a boolean between multiple structures,
just read it from the TranslationBlock in the TCGContext.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/plugin-gen.c
accel/tcg/translator.c
include/exec/plugin-gen.h
include/qemu/plugin.h
plugins/api.c