-
- Downloads
KVM: Report IRQ injection status to userspace.
IRQ injection status is either -1 (if there was no CPU found that should except the interrupt because IRQ was masked or ioapic was misconfigured or ...) or >= 0 in that case the number indicates to how many CPUs interrupt was injected. If the value is 0 it means that the interrupt was coalesced and probably should be reinjected. Signed-off-by:Gleb Natapov <gleb@redhat.com> Signed-off-by:
Avi Kivity <avi@redhat.com>
Showing
- arch/ia64/kvm/kvm-ia64.c 10 additions, 2 deletionsarch/ia64/kvm/kvm-ia64.c
- arch/x86/include/asm/kvm_host.h 1 addition, 1 deletionarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/i8259.c 13 additions, 5 deletionsarch/x86/kvm/i8259.c
- arch/x86/kvm/x86.c 11 additions, 2 deletionsarch/x86/kvm/x86.c
- include/linux/kvm.h 6 additions, 1 deletioninclude/linux/kvm.h
- include/linux/kvm_host.h 2 additions, 2 deletionsinclude/linux/kvm_host.h
- virt/kvm/ioapic.c 16 additions, 7 deletionsvirt/kvm/ioapic.c
- virt/kvm/ioapic.h 1 addition, 1 deletionvirt/kvm/ioapic.h
- virt/kvm/irq_comm.c 28 additions, 13 deletionsvirt/kvm/irq_comm.c
Loading
Please register or sign in to comment