From 1c0b3b8f7bfb63054f9681143bf58ec3e3e77ecd Mon Sep 17 00:00:00 2001 From: Bryan Cantrill Date: Mon, 1 Aug 2011 14:59:44 -0700 Subject: HVM-326 support (or remove) KVM timer migration --- kvm_vmx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'kvm_vmx.c') diff --git a/kvm_vmx.c b/kvm_vmx.c index 9579b99..fa09406 100644 --- a/kvm_vmx.c +++ b/kvm_vmx.c @@ -826,7 +826,6 @@ vmx_vcpu_load(struct kvm_vcpu *vcpu, int cpu) if (vcpu->cpu != cpu) { vcpu_clear(vmx); - kvm_migrate_timers(vcpu); set_bit(KVM_REQ_TLB_FLUSH, &vcpu->requests); } -- cgit v1.2.3