Re: [PATCH v4 12/16] cputlb: Handle TLB_NOTDIRTY in probe_access

2019-09-25 Thread Alex Bennée
Richard Henderson writes: > We can use notdirty_write for the write and > return a valid host pointer for this case. nit: reflow the text > > Signed-off-by: Richard Henderson > --- > accel/tcg/cputlb.c | 26 +- > 1 file changed, 17 insertions(+), 9 deletions(-) > > d

Re: [PATCH v4 12/16] cputlb: Handle TLB_NOTDIRTY in probe_access

2019-09-24 Thread David Hildenbrand
On 24.09.19 01:00, Richard Henderson wrote: > We can use notdirty_write for the write and > return a valid host pointer for this case. > > Signed-off-by: Richard Henderson > --- > accel/tcg/cputlb.c | 26 +- > 1 file changed, 17 insertions(+), 9 deletions(-) > > diff --g

[PATCH v4 12/16] cputlb: Handle TLB_NOTDIRTY in probe_access

2019-09-23 Thread Richard Henderson
We can use notdirty_write for the write and return a valid host pointer for this case. Signed-off-by: Richard Henderson --- accel/tcg/cputlb.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb.c index 09b0df87c6.