From f90c9f95e9e45cef519c3f6724e2b398be08f31c Mon Sep 17 00:00:00 2001
From: Daniel J Blueman <daniel@numascale.com>
Date: Fri, 10 Feb 2017 15:08:28 +0800
Subject: [PATCH] Fix boot hang

Signed-off-by: Daniel J Blueman <daniel@numascale.com>
---
 arch/x86/kvm/svm.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
index 8ca1eca..769505f 100644
--- a/arch/x86/kvm/svm.c
+++ b/arch/x86/kvm/svm.c
@@ -5312,9 +5312,6 @@ static struct kvm_x86_ops svm_x86_ops __ro_after_init = {
 	.vcpu_free = svm_free_vcpu,
 	.vcpu_reset = svm_vcpu_reset,
 
-	.vm_init = avic_vm_init,
-	.vm_destroy = avic_vm_destroy,
-
 	.prepare_guest_switch = svm_prepare_guest_switch,
 	.vcpu_load = svm_vcpu_load,
 	.vcpu_put = svm_vcpu_put,
-- 
2.7.4

