Re: [PATCH v4 13/16] cputlb: Remove cpu->mem_io_vaddr

2019-09-25 Thread Alex Bennée
Richard Henderson writes: > With the merge of notdirty handling into store_helper, > the last user of cpu->mem_io_vaddr was removed. > > Reviewed-by: David Hildenbrand > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > include/hw/core/cpu.h | 2 -- > accel/tcg/cputlb.c

[PATCH v4 13/16] cputlb: Remove cpu->mem_io_vaddr

2019-09-23 Thread Richard Henderson
With the merge of notdirty handling into store_helper, the last user of cpu->mem_io_vaddr was removed. Reviewed-by: David Hildenbrand Signed-off-by: Richard Henderson --- include/hw/core/cpu.h | 2 -- accel/tcg/cputlb.c| 2 -- hw/core/cpu.c | 1 - 3 files changed, 5 deletions(-) di