Re: [Qemu-devel] [PATCH] spapr_pci: fix device tree props for MSI/MSI-X

2015-09-15 Thread David Gibson
On Tue, Sep 15, 2015 at 04:34:59PM -0500, Michael Roth wrote: > PAPR requires ibm,req#msi and ibm,req#msi-x to be present in the > device node to define the number of msi/msi-x interrupts the device > supports, respectively. > > Currently we have ibm,req#msi-x hardcoded to a non-sensical constant

[Qemu-devel] [PATCH] spapr_pci: fix device tree props for MSI/MSI-X

2015-09-15 Thread Michael Roth
PAPR requires ibm,req#msi and ibm,req#msi-x to be present in the device node to define the number of msi/msi-x interrupts the device supports, respectively. Currently we have ibm,req#msi-x hardcoded to a non-sensical constant that happens to be 2, and are missing ibm,req#msi entirely. The result o