KVM: migrate PIT timer
[deliverable/linux.git] / arch / x86 / kvm / vmx.c
index bfe4db11989c08b79e63acb623a7289f1a2974dc..96445f341519c5933e899d1aa21039501d1b0588 100644 (file)
@@ -608,7 +608,7 @@ static void vmx_vcpu_load(struct kvm_vcpu *vcpu, int cpu)
 
        if (vcpu->cpu != cpu) {
                vcpu_clear(vmx);
-               kvm_migrate_apic_timer(vcpu);
+               kvm_migrate_timers(vcpu);
                vpid_sync_vcpu_all(vmx);
        }
 
This page took 0.027703 seconds and 5 git commands to generate.