KVM: Handle spurious acks for PIT interrupts
authorAvi Kivity <avi@qumranet.com>
Sun, 17 Aug 2008 13:03:46 +0000 (16:03 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:19 +0000 (10:15 +0200)
commitdc7404cea34ef997dfe89ca94d16358e9d29c8d8
treef62ea13dc8a824f40543c4d690fbe1f3238a3084
parent85428ac7c39ab5fff23b5d14ccb32941e9401285
KVM: Handle spurious acks for PIT interrupts

Spurious acks can be generated, for example if the PIC is being reset.
Handle those acks gracefully rather than flooding the log with warnings.

Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/i8254.c