]> git.proxmox.com Git - qemu.git/commit - memory.c
memory: implement dirty tracking
authorAvi Kivity <avi@redhat.com>
Tue, 26 Jul 2011 11:26:02 +0000 (14:26 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 29 Jul 2011 13:25:42 +0000 (08:25 -0500)
commit5a583347697413f964d886b074860cb888c0e306
treef11cbbb41a0c8ad424ac35f9077e1d396864b842
parent093bc2cd885e4e3420509a80a1b9e81848e4b8fe
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 <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
memory.c
memory.h