linux/drivers/xen
Konrad Rzeszutek Wilk 1233471572 xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs.
When we allocate a vector for MSI/MSI-X we save away the PIRQ, and the
vector value. When we unmap (de-allocate) the MSI/MSI-X vector(s) we
need to provide the PIRQ and the vector value. What we did instead
was to provide the GSI (which was zero) and the vector value, and we
got these unhappy error messages:

(XEN) irq.c:1575: dom0: pirq 0 not mapped
[    7.733415] unmap irq failed -22

This patches fixes this and we use the PIRQ value instead of the GSI
value.

CC: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2010-11-22 12:10:34 -08:00
..
xenbus Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen 2010-10-28 17:11:17 -07:00
xenfs
Kconfig
Makefile xen: register xen pci notifier 2010-10-27 18:56:07 +01:00
balloon.c xen/balloon: make sure we only include remaining extra ram 2010-11-19 22:18:26 -08:00
biomerge.c
cpu_hotplug.c
events.c xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs. 2010-11-22 12:10:34 -08:00
evtchn.c
features.c
grant-table.c
manage.c
pci.c xen: register xen pci notifier 2010-10-27 18:56:07 +01:00
platform-pci.c
swiotlb-xen.c
sys-hypervisor.c
xencomm.c