Commit 23e7a794 authored by Jason Wang's avatar Jason Wang Committed by Avi Kivity
Browse files

KVM: pit: Do not check pending pit timer in vcpu thread



Pit interrupt injection was done by workqueue, so no need to check
pending pit timer in vcpu thread which could lead unnecessary
unblocking of vcpu.

Signed-off-by: default avatarJason Wang <jasowang@redhat.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 989044ee
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment