Re: [PATCH v2 09/12] hw/s390x/css-bridge: Realize sysbus device before accessing it

2023-10-20 Thread Eric Farman
On Thu, 2023-10-19 at 09:16 +0200, Philippe Mathieu-Daudé wrote: > qbus_new() should not be called on unrealized device. > > Signed-off-by: Philippe Mathieu-Daudé > --- >  hw/s390x/css-bridge.c | 7 +++ >  1 file changed, 3 insertions(+), 4 deletions(-) Reviewed-by: Eric Farman

Re: [PATCH v2 09/12] hw/s390x/css-bridge: Realize sysbus device before accessing it

2023-10-19 Thread Thomas Huth
On 19/10/2023 09.16, Philippe Mathieu-Daudé wrote: qbus_new() should not be called on unrealized device. Signed-off-by: Philippe Mathieu-Daudé --- hw/s390x/css-bridge.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Reviewed-by: Thomas Huth

[PATCH v2 09/12] hw/s390x/css-bridge: Realize sysbus device before accessing it

2023-10-19 Thread Philippe Mathieu-Daudé
qbus_new() should not be called on unrealized device. Signed-off-by: Philippe Mathieu-Daudé --- hw/s390x/css-bridge.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hw/s390x/css-bridge.c b/hw/s390x/css-bridge.c index 4017081d49..15d26efc95 100644 --- a/hw/s390x/css-br