Re: [PATCH v7 26/27] tcg/tci: Use {set,clear}_helper_retaddr

2021-06-12 Thread Philippe Mathieu-Daudé
On 6/1/21 5:01 PM, Richard Henderson wrote: > Wrap guest memory operations for tci like we do for cpu_ld*_data. > > We cannot actually use the cpu_ldst.h interface without duplicating > the memory trace operations performed within, which will already > have been expanded into the tcg opcode stream

[PATCH v7 26/27] tcg/tci: Use {set,clear}_helper_retaddr

2021-06-01 Thread Richard Henderson
Wrap guest memory operations for tci like we do for cpu_ld*_data. We cannot actually use the cpu_ldst.h interface without duplicating the memory trace operations performed within, which will already have been expanded into the tcg opcode stream. Signed-off-by: Richard Henderson --- tcg/tci.c |