Re: [Qemu-devel] [PATCH 12/21] ppc/pnv: populate device tree for RTC devices

2017-04-09 Thread David Gibson
On Wed, Apr 05, 2017 at 02:41:37PM +0200, Cédric Le Goater wrote: > The code could be common to any ISA device but we are missing the IO > length. > > Signed-off-by: Cédric Le Goater Reviewed-by: David Gibson > --- > hw/ppc/pnv.c | 30 ++ > 1 file changed, 30 inser

[Qemu-devel] [PATCH 12/21] ppc/pnv: populate device tree for RTC devices

2017-04-05 Thread Cédric Le Goater
The code could be common to any ISA device but we are missing the IO length. Signed-off-by: Cédric Le Goater --- hw/ppc/pnv.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c index a3c8f6594d10..2f9c41e350d4 100644 --- a/hw/ppc/pnv.c