Re: [PATCH] plugin: add qemu_plugin_insn_symbol to qemu-plugins.symbols

2021-09-29 Thread Philippe Mathieu-Daudé
On 9/29/21 15:35, Philipp Tomsich wrote: > Give the plugins access to the qemu_plugin_insn_symbol helper. > Note that this symbols is today already used by cache.c, which can not > be loaded without it. > > Signed-off-by: Philipp Tomsich > > --- > > plugins/qemu-plugins.symbols | 1 + > 1 file

[PATCH] plugin: add qemu_plugin_insn_symbol to qemu-plugins.symbols

2021-09-29 Thread Philipp Tomsich
Give the plugins access to the qemu_plugin_insn_symbol helper. Note that this symbols is today already used by cache.c, which can not be loaded without it. Signed-off-by: Philipp Tomsich --- plugins/qemu-plugins.symbols | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/qemu-plugins.s