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

2024-06-26 Thread Pierrick Bouvier
A v2 was sent to fix a compilation issue on aarch64. On 6/26/24 16:12, 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 A

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

2024-06-26 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 functions: - qemu_plugin_mem_get_value_upper_bits - qemu_plugin_mem_get_value_lower_bits Mem p