diff options
| author | Richard Henderson | 2019-09-18 18:15:44 +0200 |
|---|---|---|
| committer | Richard Henderson | 2019-09-25 19:43:22 +0200 |
| commit | 08565552f70ca37da13f24928727f851073cd13e (patch) | |
| tree | 95cbe6f260f0e0bf9dc74eb590a46c64b8bd99df /include/exec | |
| parent | cputlb: Move ROM handling from I/O path to TLB path (diff) | |
| download | qemu-08565552f70ca37da13f24928727f851073cd13e.tar.gz qemu-08565552f70ca37da13f24928727f851073cd13e.tar.xz qemu-08565552f70ca37da13f24928727f851073cd13e.zip | |
cputlb: Move NOTDIRTY handling from I/O path to TLB path
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 <david@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec')
| -rw-r--r-- | include/exec/cpu-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index 1c0e03ddc2..81753bbb34 100644 --- a/include/exec/cpu-common.h +++ b/include/exec/cpu-common.h @@ -100,8 +100,6 @@ void qemu_flush_coalesced_mmio_buffer(void); void cpu_flush_icache_range(hwaddr start, hwaddr len); -extern struct MemoryRegion io_mem_notdirty; - typedef int (RAMBlockIterFunc)(RAMBlock *rb, void *opaque); int qemu_ram_foreach_block(RAMBlockIterFunc func, void *opaque); |
