From 5a583347697413f964d886b074860cb888c0e306 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 26 Jul 2011 14:26:02 +0300 Subject: memory: implement dirty tracking Currently dirty tracking is implemented by passing through all calls to the underlying cpu_physical_memory_*() calls. Reviewed-by: Anthony Liguori Signed-off-by: Avi Kivity Signed-off-by: Anthony Liguori --- memory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'memory.h') diff --git a/memory.h b/memory.h index a4c94bda42..d441bd8139 100644 --- a/memory.h +++ b/memory.h @@ -99,6 +99,7 @@ struct MemoryRegion { QTAILQ_ENTRY(MemoryRegion) subregions_link; QTAILQ_HEAD(coalesced_ranges, CoalescedMemoryRange) coalesced; const char *name; + uint8_t dirty_log_mask; }; /** -- cgit v1.2.3