pseries: Fix bug in PCI MSI allocation
commit70c68cf638b4cf44a42a937622deac3ad3c7833c
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Mon, 12 Nov 2012 16:46:59 +0000 (12 16:46 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 26 Nov 2012 18:53:26 +0000 (26 19:53 +0100)
tree9e7dc8c0c5b9b1dc6981932dd8cd5a761193d199
parent752ced0488806830f18f96b60ae6f3d1fadfd089
pseries: Fix bug in PCI MSI allocation

In one of the recent reworks to the XICS code, a bug was introduced where
we use the wrong sense and allocate level interrupts instead of message
interrupts for PCI MSIs.  This patch fixes it.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/spapr_pci.c