]> git.proxmox.com Git - mirror_qemu.git/commit
kvm: x86: Wire up MSI support for in-kernel irqchip
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 16 May 2012 18:41:12 +0000 (15:41 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 16 May 2012 21:04:45 +0000 (18:04 -0300)
commitffb8d4296e01f0ead3ba81b08a34637c5bbff0da
tree12c8c989a977cd5b5cb5fcb361fc82e6a93d766a
parent08a82ac01cb5409480128f8e1f144557d99b74a3
kvm: x86: Wire up MSI support for in-kernel irqchip

Catch writes to the MSI MMIO region in the KVM APIC and forward them to
the kernel. Provide the kernel support GSI routing, this allows to
enable MSI support also for in-kernel irqchip mode.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
hw/kvm/apic.c