Re: [Qemu-devel] [PATCH 2/2] pseries: Configure PCI bridge using properties

2012-03-10 Thread Alexander Graf
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 eas

[Qemu-devel] [PATCH 2/2] pseries: Configure PCI bridge using properties

2012-03-07 Thread David Gibson
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 h