qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] plugin: add qemu_plugin_insn_symbol to qemu-plugins.symbols
@ 2021-09-29 13:35 Philipp Tomsich
  2021-09-29 13:58 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Tomsich @ 2021-09-29 13:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Alex Bennée, 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 <philipp.tomsich@vrull.eu>

---

 plugins/qemu-plugins.symbols | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/qemu-plugins.symbols b/plugins/qemu-plugins.symbols
index 67b309ea2a..6a0261f061 100644
--- a/plugins/qemu-plugins.symbols
+++ b/plugins/qemu-plugins.symbols
@@ -6,6 +6,7 @@
   qemu_plugin_insn_disas;
   qemu_plugin_insn_haddr;
   qemu_plugin_insn_size;
+  qemu_plugin_insn_symbol;
   qemu_plugin_insn_vaddr;
   qemu_plugin_mem_is_big_endian;
   qemu_plugin_mem_is_sign_extended;
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] plugin: add qemu_plugin_insn_symbol to qemu-plugins.symbols
  2021-09-29 13:35 [PATCH] plugin: add qemu_plugin_insn_symbol to qemu-plugins.symbols Philipp Tomsich
@ 2021-09-29 13:58 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-09-29 13:58 UTC (permalink / raw)
  To: Philipp Tomsich, qemu-devel
  Cc: Alex Bennée, Richard Henderson, Lukas Jünger

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 <philipp.tomsich@vrull.eu>
> 
> ---
> 
>  plugins/qemu-plugins.symbols | 1 +
>  1 file changed, 1 insertion(+)

Thanks but there is already a patch for this:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg834521.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-29 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29 13:35 [PATCH] plugin: add qemu_plugin_insn_symbol to qemu-plugins.symbols Philipp Tomsich
2021-09-29 13:58 ` Philippe Mathieu-Daudé

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).