Re: [Qemu-devel] [PATCH v2 05/15] ppc/pnv: add a 'dt_isa_nodename' to the chip

2019-03-08 Thread David Gibson
On Fri, Mar 08, 2019 at 07:55:33AM +0100, Cédric Le Goater wrote: > On 3/8/19 1:01 AM, David Gibson wrote: > > On Thu, Mar 07, 2019 at 11:35:38PM +0100, Cédric Le Goater wrote: > >> The ISA bus has a different DT nodename on POWER9. Compute the name > >> when the PnvChip is realized, that is before

Re: [Qemu-devel] [PATCH v2 05/15] ppc/pnv: add a 'dt_isa_nodename' to the chip

2019-03-07 Thread Cédric Le Goater
On 3/8/19 1:01 AM, David Gibson wrote: > On Thu, Mar 07, 2019 at 11:35:38PM +0100, Cédric Le Goater wrote: >> The ISA bus has a different DT nodename on POWER9. Compute the name >> when the PnvChip is realized, that is before it is used by the machine >> to populate the device tree with the ISA dev

Re: [Qemu-devel] [PATCH v2 05/15] ppc/pnv: add a 'dt_isa_nodename' to the chip

2019-03-07 Thread David Gibson
On Thu, Mar 07, 2019 at 11:35:38PM +0100, Cédric Le Goater wrote: > The ISA bus has a different DT nodename on POWER9. Compute the name > when the PnvChip is realized, that is before it is used by the machine > to populate the device tree with the ISA devices. > > Signed-off-by: Cédric Le Goater

[Qemu-devel] [PATCH v2 05/15] ppc/pnv: add a 'dt_isa_nodename' to the chip

2019-03-07 Thread Cédric Le Goater
The ISA bus has a different DT nodename on POWER9. Compute the name when the PnvChip is realized, that is before it is used by the machine to populate the device tree with the ISA devices. Signed-off-by: Cédric Le Goater --- include/hw/ppc/pnv.h | 2 ++ hw/ppc/pnv.c | 18 +--