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

2025-01-31 Thread Luke Craig
Hi Pierrick, Thank you for your reply. I have submitted a new patch series with commits signed off. Thanks! -Luke On Fri, Jan 31, 2025, 2:53 PM Pierrick Bouvier wrote: > Hi Luke, > > On 1/31/25 09:57, Luke Craig wrote: > > This PR extends the plugin API with two functions which allow convenie

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

2025-01-31 Thread Pierrick Bouvier
Hi Luke, On 1/31/25 09:57, Luke Craig wrote: 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, a

[PATCH v2 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 instructio