KVM: Let ioapic know the irq line status
authorYang Zhang <yang.z.zhang@Intel.com>
Thu, 11 Apr 2013 11:21:40 +0000 (19:21 +0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 16 Apr 2013 02:20:34 +0000 (23:20 -0300)
commitaa2fbe6d44892070d78995f0df875ce930904e29
treebc2350a65c4e656df5597ebe4111bcfd98116bfe
parentf3bff6318fa0f54956b02ed451d9b120441006ea
KVM: Let ioapic know the irq line status

Userspace may deliver RTC interrupt without query the status. So we
want to track RTC EOI for this case.

Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/i8254.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/assigned-dev.c
virt/kvm/eventfd.c
virt/kvm/ioapic.c
virt/kvm/ioapic.h
virt/kvm/irq_comm.c
virt/kvm/kvm_main.c