Re: [PATCH v2 28/55] trace: Split guest_mem_before

2021-08-18 Thread Philippe Mathieu-Daudé
On 8/3/21 6:14 AM, Richard Henderson wrote: > There is no point in encoding load/store within a bit of > the memory trace info operand. Represent atomic operations > as a single read-modify-write tracepoint. Use MemOpIdx > instead of inventing a form specifically for traces. > > Signed-off-by: R

[PATCH v2 28/55] trace: Split guest_mem_before

2021-08-02 Thread Richard Henderson
There is no point in encoding load/store within a bit of the memory trace info operand. Represent atomic operations as a single read-modify-write tracepoint. Use MemOpIdx instead of inventing a form specifically for traces. Signed-off-by: Richard Henderson --- accel/tcg/atomic_template.h |