KVM: Remove irq_pending bitmap
authorGleb Natapov <gleb@redhat.com>
Mon, 11 May 2009 10:35:48 +0000 (13:35 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:57 +0000 (11:48 +0300)
commit923c61bbc6413e87e5f6b0bae663d202a8de0537
treea4ae8262a60f343bedb29f06be8510a21ef11dc8
parentfa9726b0733461781933ab7180aca45e46d0a891
KVM: Remove irq_pending bitmap

Only one interrupt vector can be injected from userspace irqchip at
any given time so no need to store it in a bitmap. Put it into interrupt
queue directly.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/irq.c
arch/x86/kvm/x86.c
arch/x86/kvm/x86.h
This page took 0.092451 seconds and 5 git commands to generate.