hw/pcie-root-port: Fix PCIe root port initialization
commit2c533c5479f0f712578422529b20651f01adb0f4
authorMarcel Apfelbaum <marcel@redhat.com>
Sun, 17 Jul 2016 16:53:08 +0000 (17 19:53 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 28 Jul 2016 21:07:09 +0000 (29 00:07 +0300)
tree7582b33a6a51ee72d03c724179384795948d10f4
parent6b4495401bdf442457b713b7e3994b465c55af35
hw/pcie-root-port: Fix PCIe root port initialization

Specify the root port interrupt pin as part of the init
process for cases when msi/msix are not enabled.

Fixes "hw/pci/pci.c:196:23: runtime error: shift exponent -1 is negative"
warning from clang's sanitizer.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci-bridge/ioh3420.c