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. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/tci.c | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>