commit | e930bffe95e1e886a1ede80726ea38df5838d067 | [log] [tgz] |
---|---|---|
author | Andrea Arcangeli <andrea@qumranet.com> | Fri Jul 25 16:24:52 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Tue Jul 29 12:33:53 2008 +0300 |
tree | d39227c3de8e7d4a70737c78693f6d7f458066af | |
parent | 604b38ac0369bd50fcbb33344aa5553c071009f7 [diff] |
KVM: Synchronize guest physical memory map to host virtual memory map 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>