Re: [Qemu-devel] [PATCH 11/21] ppc/pnv: scan ISA bus to populate device tree

2017-04-10 Thread Cédric Le Goater
On 04/10/2017 07:17 AM, David Gibson wrote: > On Wed, Apr 05, 2017 at 02:41:36PM +0200, Cédric Le Goater wrote: >> This is an empty shell that we will use to include nodes in the device >> tree for ISA devices. We expect RTC, UART and IPMI BT devices. >> >> Signed-off-by: Cédric Le Goater > > Thi

Re: [Qemu-devel] [PATCH 11/21] ppc/pnv: scan ISA bus to populate device tree

2017-04-09 Thread David Gibson
On Wed, Apr 05, 2017 at 02:41:36PM +0200, Cédric Le Goater wrote: > This is an empty shell that we will use to include nodes in the device > tree for ISA devices. We expect RTC, UART and IPMI BT devices. > > Signed-off-by: Cédric Le Goater This is so simple, I'd probably fold it into the next pa

[Qemu-devel] [PATCH 11/21] ppc/pnv: scan ISA bus to populate device tree

2017-04-05 Thread Cédric Le Goater
This is an empty shell that we will use to include nodes in the device tree for ISA devices. We expect RTC, UART and IPMI BT devices. Signed-off-by: Cédric Le Goater --- hw/ppc/pnv.c | 32 1 file changed, 32 insertions(+) diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c