xen: handled remapped IRQs when enabling a pcifront PCI device.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 11 Jan 2011 17:20:13 +0000 (17:20 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 3 Mar 2011 16:56:57 +0000 (11:56 -0500)
commit3f2a230caf21a1f7ac75f9e4892d0e5af9ccee88
tree465cfdf4781f37851e22b99aef7221234c3f9d24
parent100b33c8bd8a3235fd0b7948338d6cbb3db3c63d
xen: handled remapped IRQs when enabling a pcifront PCI device.

This happens to not be an issue currently because we take pains to try
to ensure that the GSI-IRQ mapping is 1-1 in a PV guest and that
regular event channels do not clash. However a subsequent patch is
going to break this 1-1 mapping.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
arch/x86/pci/xen.c