commit | 15aaa819e20cb183f26392ed8ea16020630ef142 | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <marcelo@kvack.org> | Mon Mar 17 10:08:18 2008 -0300 |
committer | Avi Kivity <avi@qumranet.com> | Tue Mar 25 10:22:17 2008 +0200 |
tree | 28f7aa56ee06f60030384f2de99d10449d6e5ed8 | |
parent | 4b1a80fa65aa9e2ec5696998856136c886385538 [diff] |
KVM: MMU: handle page removal with shadow mapping Do not assume that a shadow mapping will always point to the same host frame number. Fixes crash with madvise(MADV_DONTNEED). [avi: move after first printk(), add another printk()] Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@qumranet.com>