On 08.03.2012, at 02:12, David Gibson wrote: > Currently, the function spapr_create_phb() uses its parameters to > initialize the correct memory windows for the new PCI Host Bridge > (PHB). This is not the way things are supposed to be done with qdevs, > and means you can't create extra PHBs easily using -device. > > Since pSeries machines can and do have many PHBs with various > configurations, this is a real limitation, not just a theoretical. > This patch, therefore, alters the PHB initialization code to use qdev > properties to set these parameters of the new bridge, moving most of > the code from spapr_create_phb() to spapr_phb_init(). > > While we're at it, we change the naming of each PCI bus and its > associated memory regions to be less arbitrary and make it easier to > relate the guest and qemu views of memory to each other. > > Signed-off-by: Alexey Kardashevskiy <a...@ozlabs.ru> > Signed-off-by: David Gibson <da...@gibson.dropbear.id.au>
Andreas, could you please (n)ack this version? Alex