]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - virt/kvm/kvm_main.c
kvm: Add arch specific mmu notifier for page invalidation
authorTang Chen <tangchen@cn.fujitsu.com>
Wed, 24 Sep 2014 07:57:57 +0000 (15:57 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 24 Sep 2014 12:07:59 +0000 (14:07 +0200)
commitfe71557afbec641fee73711e40602bed37f6f33b
tree208a7e97f956a18a1126b47aab6ba050f6b3da28
parent445b8236959bfe624a5aa9bce89f44a3bec9b2b1
kvm: Add arch specific mmu notifier for page invalidation

This will be used to let the guest run while the APIC access page is
not pinned.  Because subsequent patches will fill in the function
for x86, place the (still empty) x86 implementation in the x86.c file
instead of adding an inline function in kvm_host.h.

Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/arm/include/asm/kvm_host.h
arch/arm64/include/asm/kvm_host.h
arch/powerpc/include/asm/kvm_host.h
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/x86.c
virt/kvm/kvm_main.c