KVM: Add mmu cache clear function
authorDor Laor <dor.laor@qumranet.com>
Fri, 30 Mar 2007 10:06:33 +0000 (13:06 +0300)
committerAvi Kivity <avi@qumranet.com>
Thu, 3 May 2007 07:52:28 +0000 (10:52 +0300)
commite0fa826f969c262c23908953bf85add487cc2e6c
treeb9fdaaffea660aadd1120267e6966da3f5d10afe
parentdf513e2cdd099822ed32cbc20aaf4ff310372202
KVM: Add mmu cache clear function

Functions that play around with the physical memory map
need a way to clear mappings to possibly nonexistent or
invalid memory.  Both the mmu cache and the processor tlb
are cleared.

Signed-off-by: Dor Laor <dor.laor@qumranet.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm.h
drivers/kvm/mmu.c