KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
[safe/jmp/linux-2.6] / arch / powerpc / kvm / powerpc.c
index b850d24..53826a5 100644 (file)
@@ -170,6 +170,10 @@ int kvm_arch_set_memory_region(struct kvm *kvm,
        return 0;
 }
 
+void kvm_arch_flush_shadow(struct kvm *kvm)
+{
+}
+
 struct kvm_vcpu *kvm_arch_vcpu_create(struct kvm *kvm, unsigned int id)
 {
        struct kvm_vcpu *vcpu;