Re: [PATCH for-6.2 25/43] plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb

2021-08-30 Thread Philippe Mathieu-Daudé
On 7/29/21 2:46 AM, Richard Henderson wrote: > Use the MemOpIdx directly, rather than the rearrangement > of the same bits currently done by the trace infrastructure. > Pass in enum qemu_plugin_mem_rw so that we are able to treat > read-modify-write operations as a single operation. > > Signed-off

[PATCH for-6.2 25/43] plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb

2021-07-28 Thread Richard Henderson
Use the MemOpIdx directly, rather than the rearrangement of the same bits currently done by the trace infrastructure. Pass in enum qemu_plugin_mem_rw so that we are able to treat read-modify-write operations as a single operation. Signed-off-by: Richard Henderson --- include/qemu/plugin.h