]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/kvm/vmx.c
KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too
authorGleb Natapov <gleb@redhat.com>
Tue, 21 Apr 2009 14:44:56 +0000 (17:44 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 10 Jun 2009 08:48:45 +0000 (11:48 +0300)
commit8061823a25218174f30c3dd943989e1d72f7d06e
treeee94e6ac86efe3c0bdeb933b8538ae06e99f6fe3
parent3438253926822a6bf8487b4f7d82f26a2c0b2388
KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too

At the vector level, kernel and userspace irqchip are fairly similar.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/irq.c
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c