diff options
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index cc17546a2406..b0fc079f1bee 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -4127,6 +4127,10 @@ static void kvm_free_vcpus(struct kvm *kvm) | |||
4127 | 4127 | ||
4128 | } | 4128 | } |
4129 | 4129 | ||
4130 | void kvm_arch_sync_events(struct kvm *kvm) | ||
4131 | { | ||
4132 | } | ||
4133 | |||
4130 | void kvm_arch_destroy_vm(struct kvm *kvm) | 4134 | void kvm_arch_destroy_vm(struct kvm *kvm) |
4131 | { | 4135 | { |
4132 | kvm_free_all_assigned_devices(kvm); | 4136 | kvm_free_all_assigned_devices(kvm); |