|
@@ -232,15 +232,6 @@ static void pit_latch_status(struct kvm *kvm, int channel)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-int pit_has_pending_timer(struct kvm_vcpu *vcpu)
|
|
|
-{
|
|
|
- struct kvm_pit *pit = vcpu->kvm->arch.vpit;
|
|
|
-
|
|
|
- if (pit && kvm_vcpu_is_bsp(vcpu) && pit->pit_state.irq_ack)
|
|
|
- return atomic_read(&pit->pit_state.pit_timer.pending);
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
static void kvm_pit_ack_irq(struct kvm_irq_ack_notifier *kian)
|
|
|
{
|
|
|
struct kvm_kpit_state *ps = container_of(kian, struct kvm_kpit_state,
|