Re: [Qemu-devel] [PATCH] PPC: e500: convert SysBus init method to a realize method

2018-10-01 Thread David Gibson
On Mon, Oct 01, 2018 at 05:04:13PM +0200, Cédric Le Goater wrote: > Signed-off-by: Cédric Le Goater Applied to ppc-for-3.1, thanks. > --- > hw/pci-host/ppce500.c | 14 ++ > 1 file changed, 6 insertions(+), 8 deletions(-) > > diff --git a/hw/pci-host/ppce500.c b/hw/pci-host/ppce500.

Re: [Qemu-devel] [PATCH] PPC: e500: convert SysBus init method to a realize method

2018-10-01 Thread Philippe Mathieu-Daudé
On 01/10/2018 17:04, Cédric Le Goater wrote: > Signed-off-by: Cédric Le Goater Reviewed-by: Philippe Mathieu-Daudé > --- > hw/pci-host/ppce500.c | 14 ++ > 1 file changed, 6 insertions(+), 8 deletions(-) > > diff --git a/hw/pci-host/ppce500.c b/hw/pci-host/ppce500.c > index eb75e0

[Qemu-devel] [PATCH] PPC: e500: convert SysBus init method to a realize method

2018-10-01 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater --- hw/pci-host/ppce500.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/hw/pci-host/ppce500.c b/hw/pci-host/ppce500.c index eb75e080fc10..b8f8c112e662 100644 --- a/hw/pci-host/ppce500.c +++ b/hw/pci-host/ppce500.c @@ -436,8 +436