Re: [PATCH v3 0/7] plugins: access values during a memory read/write

2024-07-02 Thread Pierrick Bouvier
Posted v4. On 7/1/24 18:10, Pierrick Bouvier wrote: This series allows plugins to know which value is read/written during a memory access. For every memory access, we know copy this value before calling mem callbacks, and those can query it using new API function: - qemu_plugin_mem_get_value M

[PATCH v3 0/7] plugins: access values during a memory read/write

2024-07-01 Thread Pierrick Bouvier
This series allows plugins to know which value is read/written during a memory access. For every memory access, we know copy this value before calling mem callbacks, and those can query it using new API function: - qemu_plugin_mem_get_value Mem plugin was extended to print accesses, and a new tes