KVM: Synchronize guest physical memory map to host virtual memory map
authorAndrea Arcangeli <andrea@qumranet.com>
Fri, 25 Jul 2008 14:24:52 +0000 (16:24 +0200)
committerAvi Kivity <avi@qumranet.com>
Tue, 29 Jul 2008 09:33:53 +0000 (12:33 +0300)
Synchronize changes to host virtual addresses which are part of
a KVM memory slot to the KVM shadow mmu.  This allows pte operations
like swapping, page migration, and madvise() to transparently work
with KVM.

Signed-off-by: Andrea Arcangeli <andrea@qumranet.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found