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

2024-07-06 Thread Pierrick Bouvier
Posted v6. On 7/4/24 17:34, 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 v5 0/7] plugins: access values during a memory read/write

2024-07-04 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