Re: [PATCH v6 23/26] tcg/tci: Split out tci_qemu_ld, tci_qemu_st

2021-05-15 Thread Philippe Mathieu-Daudé
On 5/3/21 1:57 AM, Richard Henderson wrote: > Expand the single-use macros into the new functions. > Use cpu_ldsb_mmuidx_ra and cpu_ldsw_le_mmuidx_ra so > that the trace event receives the correct sign flag. > > Signed-off-by: Richard Henderson > --- > tcg/tci.c | 215 +++

[PATCH v6 23/26] tcg/tci: Split out tci_qemu_ld, tci_qemu_st

2021-05-02 Thread Richard Henderson
Expand the single-use macros into the new functions. Use cpu_ldsb_mmuidx_ra and cpu_ldsw_le_mmuidx_ra so that the trace event receives the correct sign flag. Signed-off-by: Richard Henderson --- tcg/tci.c | 215 +++--- 1 file changed, 75 insertions