MIPS: KVM: Migrate hrtimer to follow VCPU
authorJames Hogan <james.hogan@imgtec.com>
Thu, 29 May 2014 09:16:34 +0000 (10:16 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 30 May 2014 11:01:33 +0000 (13:01 +0200)
commit3a0ba77408f824b1cebf5134c710a8455d7bc8f4
tree99d001667ae0f950a31e18d85e4b65a9f419cca3
parentc73c99b0dfa7cab4100fb2699d0b7362322278a1
MIPS: KVM: Migrate hrtimer to follow VCPU

When a VCPU is scheduled in on a different CPU, refresh the hrtimer used
for emulating count/compare so that it gets migrated to the same CPU.

This should prevent a timer interrupt occurring on a different CPU to
where the guest it relates to is running, which would cause the guest
timer interrupt not to be delivered until after the next guest exit.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Gleb Natapov <gleb@kernel.org>
Cc: kvm@vger.kernel.org
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: Sanjay Lal <sanjayl@kymasys.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/kvm/kvm_tlb.c
This page took 0.025067 seconds and 5 git commands to generate.