commit | a48d06f9b7cedbb8ad7804d1720168b7ee6a34e7 | [log] [tgz] |
---|---|---|
author | Wanpeng Li <wanpengli@tencent.com> | Thu Aug 01 11:30:13 2019 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 05 12:55:45 2019 +0200 |
tree | 6922286f3f80af87baca222e0f3736c486c1dc9a | |
parent | 266e85a5ec9100dcd9ae03601453bbc96fefee5d [diff] |
KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire kvm_set_pending_timer() will take care to wake up the sleeping vCPU which has pending timer, don't need to check this in apic_timer_expired() again. Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Wanpeng Li <wanpengli@tencent.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>