Re: [PATCH 6/9] cputlb: Split out tlb_mmu_flush_locked

2020-01-20 Thread Alistair Francis
On Thu, Jan 9, 2020 at 12:52 PM Richard Henderson wrote: > > We will want to be able to flush a tlb without resizing. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > accel/tcg/cputlb.c | 15 ++- > 1 file changed, 10 insertions(+), 5 deletions(-

Re: [PATCH 6/9] cputlb: Split out tlb_mmu_flush_locked

2020-01-20 Thread Alex Bennée
Richard Henderson writes: > We will want to be able to flush a tlb without resizing. Reviewed-by: Alex Bennée > > Signed-off-by: Richard Henderson > --- > accel/tcg/cputlb.c | 15 ++- > 1 file changed, 10 insertions(+), 5 deletions(-) > > diff --git a/accel/tcg/cputlb.c b/accel

Re: [PATCH 6/9] cputlb: Split out tlb_mmu_flush_locked

2020-01-20 Thread Philippe Mathieu-Daudé
On 1/9/20 3:49 AM, Richard Henderson wrote: We will want to be able to flush a tlb without resizing. Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé --- accel/tcg/cputlb.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/accel/tcg