[PATCH 0/2] plugins: add tb convenience functions

Luke Craig posted 2 patches 2 months, 1 week ago
There is a newer version of this series
include/qemu/qemu-plugin.h | 21 +++++++++++++++++++++
plugins/api.c              | 18 ++++++++++++++++++
2 files changed, 39 insertions(+)
[PATCH 0/2] plugins: add tb convenience functions
Posted by Luke Craig 2 months, 1 week ago
This PR extends the plugin API with two functions which allow convenient access around tbs.

The first, qemu_plugin_tb_size, provides a mechanism for determining the total size of a translation block.

The second, qemu_plugin_tb_get_insn_by_vaddr, allows users to get a reference to an instruction by its virtual address rather than just its index.

Luke Craig (2):
  plugin: extend API with qemu_plugin_tb_get_insn_by_vaddr
  plugin: extend API with qemu_plugin_tb_size

 include/qemu/qemu-plugin.h | 21 +++++++++++++++++++++
 plugins/api.c              | 18 ++++++++++++++++++
 2 files changed, 39 insertions(+)

-- 
2.34.1