x86/xen: Wrap XEN MSI management into irqdomain
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Aug 2020 11:16:58 +0000 (13:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2020 14:52:37 +0000 (16:52 +0200)
commit2e4386eba0c0830becc5c88848b765950970533d
tree59944caa48f44e5e8c92226045a89983620427c1
parent43e9e705dd57c466c4bfe32ab8c17db537b89297
x86/xen: Wrap XEN MSI management into irqdomain

To allow utilizing the irq domain pointer in struct device it is necessary
to make XEN/MSI irq domain compatible.

While the right solution would be to truly convert XEN to irq domains, this
is an exercise which is not possible for mere mortals with limited XENology.

Provide a plain irqdomain wrapper around XEN. While this is blatant
violation of the irqdomain design, it's the only solution for a XEN igorant
person to make progress on the issue which triggered this change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20200826112333.622352798@linutronix.de
arch/x86/pci/xen.c