]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: lapic: reorganize start_hv_timer
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 29 Jun 2017 15:14:50 +0000 (17:14 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 29 Jun 2017 16:10:35 +0000 (18:10 +0200)
commit4e4cb1ca7e565e5fe6675bb9435deeb876712964
tree10ffc14864ccce597d51e84b9b75aee3c1e9a26a
parentccaaf383ee1181f6307f07a1cfda3f7998f3701b
KVM: lapic: reorganize start_hv_timer

There are many cases in which the hv timer must be canceled.  Split out
a new function to avoid duplication.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/lapic.c