Re: [PATCH v4 09/16] cputlb: Move NOTDIRTY handling from I/O path to TLB path

2019-09-25 Thread Alex Bennée
Richard Henderson writes: > Pages that we want to track for NOTDIRTY are RAM. We do not > really need to go through the I/O path to handle them. > > Acked-by: David Hildenbrand > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > include/exec/cpu-common.h | 2 -

[PATCH v4 09/16] cputlb: Move NOTDIRTY handling from I/O path to TLB path

2019-09-23 Thread Richard Henderson
Pages that we want to track for NOTDIRTY are RAM. We do not really need to go through the I/O path to handle them. Acked-by: David Hildenbrand Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- include/exec/cpu-common.h | 2 -- accel/tcg/cputlb.c| 26 +++