nubus: move NubusBus from mac-nubus-bridge to nubus-bridge

Now that Nubus has its own address space rather than mapping directly into the
system bus, move the Nubus reference from MacNubusBridge to NubusBridge.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210924073808.1041-16-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
Mark Cave-Ayland 2021-09-24 08:38:03 +01:00 committed by Laurent Vivier
parent f48d613484
commit 1fa04232db
5 changed files with 17 additions and 8 deletions

View file

@ -62,6 +62,8 @@ struct NubusDevice {
struct NubusBridge {
SysBusDevice parent_obj;
NubusBus *bus;
};
#endif