Revision a48d06f9b7cedbb8ad7804d1720168b7ee6a34e7 authored by Wanpeng Li on 01 August 2019, 03:30:13 UTC, committed by Paolo Bonzini on 05 August 2019, 10:55:45 UTC
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>
1 parent 266e85a
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top