On 10/9/18 10:51 AM, Emilio G. Cota wrote: > From: Richard Henderson <[email protected]> > > Isolate the computation of an index from an address into a > helper before we change that function. > > Reviewed-by: Alex Bennée <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > [ cota: convert tlb_vaddr_to_host; use atomic_read on addr_write ] > Signed-off-by: Emilio G. Cota <[email protected]> > --- > accel/tcg/softmmu_template.h | 68 ++++++++++++++++---------------- > include/exec/cpu_ldst.h | 19 +++++++-- > include/exec/cpu_ldst_template.h | 25 ++++++------ > accel/tcg/cputlb.c | 61 +++++++++++++--------------- > 4 files changed, 90 insertions(+), 83 deletions(-)
Queued. r~
