Re: [PATCH v3 0/3] plugins: add tb convenience functions

2025-01-31 Thread Philippe Mathieu-Daudé
On 31/1/25 22:07, Luke Craig wrote: This PR extends the plugin API with two functions which allow convenient access around tbs. Luke Craig (3): plugin: extend API with qemu_plugin_tb_get_insn_by_vaddr plugin: extend API with qemu_plugin_tb_size plugins: extend insn test for new conve

[PATCH v3 0/3] plugins: add tb convenience functions

2025-01-31 Thread Luke Craig
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 b