Re: [PATCH v3 12/20] cputlb: Move ROM handling from I/O path to TLB path
On 22.09.19 05:54, Richard Henderson wrote: > It does not require going through the whole I/O path > in order to discard a write. > > Signed-off-by: Richard Henderson > --- > include/exec/cpu-all.h| 5 - > include/exec/cpu-common.h | 1 - > accel/tcg/cputlb.c| 35 ++
[PATCH v3 12/20] cputlb: Move ROM handling from I/O path to TLB path
It does not require going through the whole I/O path in order to discard a write. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h| 5 - include/exec/cpu-common.h | 1 - accel/tcg/cputlb.c| 35 +++-- exec.c| 41 +---