Re: [PATCH v5 16/20] nubus-bridge: embed the NubusBus object directly within nubus-bridge

2021-09-23 Thread Laurent Vivier
Le 23/09/2021 à 11:13, Mark Cave-Ayland a écrit : > Since nubus-bridge is a container for NubusBus then it should be embedded > directly within the bridge device using qbus_create_inplace(). > > Signed-off-by: Mark Cave-Ayland > Reviewed-by: Philippe Mathieu-Daudé > --- > hw/m68k/q800.c

[PATCH v5 16/20] nubus-bridge: embed the NubusBus object directly within nubus-bridge

2021-09-23 Thread Mark Cave-Ayland
Since nubus-bridge is a container for NubusBus then it should be embedded directly within the bridge device using qbus_create_inplace(). Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé --- hw/m68k/q800.c | 2 +- hw/nubus/mac-nubus-bridge.c | 9 +