]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - include/uapi/linux/kvm.h
KVM: Introduce direct MSI message injection for in-kernel irqchips
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 29 Mar 2012 19:14:12 +0000 (21:14 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 24 Apr 2012 12:59:47 +0000 (15:59 +0300)
commit07975ad3b30579ca27d880491ad992326b930c63
treefea166a02c387949a09a948a51781074bdc9ed68
parent1f15d10984c854e077da5aa1a23f901496b49773
KVM: Introduce direct MSI message injection for in-kernel irqchips

Currently, MSI messages can only be injected to in-kernel irqchips by
defining a corresponding IRQ route for each message. This is not only
unhandy if the MSI messages are generated "on the fly" by user space,
IRQ routes are a limited resource that user space has to manage
carefully.

By providing a direct injection path, we can both avoid using up limited
resources and simplify the necessary steps for user land.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Documentation/virtual/kvm/api.txt
arch/x86/kvm/Kconfig
include/linux/kvm.h
include/linux/kvm_host.h
virt/kvm/Kconfig
virt/kvm/irq_comm.c
virt/kvm/kvm_main.c