spapr_pci: parent the MSI memory region to the PHB
commitdba95ebbf88a8b8f10f4691946b4406e4acc4f0f
authorGreg Kurz <groug@kaod.org>
Tue, 25 Jul 2017 17:59:18 +0000 (25 19:59 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 7 Sep 2017 23:30:54 +0000 (8 09:30 +1000)
treeb80360920b959909f70a72d4fd0458be6d14e664
parenta931ad137aabd4e798d9bd411d81fcf800e50529
spapr_pci: parent the MSI memory region to the PHB

This memory region should be owned by the PHB. This ensures the PHB
cannot be finalized as long as the the region is guest visible, or
used by a CPU or a device.

Signed-off-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_pci.c