KVM: pit: Do not check pending pit timer in vcpu thread
authorJason Wang <jasowang@redhat.com>
Fri, 27 Aug 2010 09:15:06 +0000 (17:15 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:45 +0000 (10:51 +0200)
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: Jason Wang <jasowang@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found