KVM: Add kvm_arch_sync_events to sync with asynchronize events
[safe/jmp/linux-2.6] / arch / s390 / kvm / kvm-s390.c
index be84971..0d33893 100644 (file)
@@ -212,6 +212,10 @@ static void kvm_free_vcpus(struct kvm *kvm)
        }
 }
 
+void kvm_arch_sync_events(struct kvm *kvm)
+{
+}
+
 void kvm_arch_destroy_vm(struct kvm *kvm)
 {
        kvm_free_vcpus(kvm);