KVM: Add kvm_arch_sync_events to sync with asynchronize events
[safe/jmp/linux-2.6] / arch / x86 / kvm / x86.c
index cc17546..b0fc079 100644 (file)
@@ -4127,6 +4127,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_all_assigned_devices(kvm);