aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c4
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
4130void kvm_arch_sync_events(struct kvm *kvm)
4131{
4132}
4133
4130void kvm_arch_destroy_vm(struct kvm *kvm) 4134void kvm_arch_destroy_vm(struct kvm *kvm)
4131{ 4135{
4132 kvm_free_all_assigned_devices(kvm); 4136 kvm_free_all_assigned_devices(kvm);