On 2018-11-02 16:22, Mark Cave-Ayland wrote: > From: Laurent Vivier <[email protected]> > > Co-developed-by: Mark Cave-Ayland <[email protected]> > Signed-off-by: Mark Cave-Ayland <[email protected]> > Signed-off-by: Laurent Vivier <[email protected]> > --- > hw/Makefile.objs | 1 + > hw/nubus/Makefile.objs | 4 + > hw/nubus/mac-nubus-bridge.c | 45 ++++++++ > hw/nubus/nubus-bridge.c | 34 ++++++ > hw/nubus/nubus-bus.c | 111 +++++++++++++++++++ > hw/nubus/nubus-device.c | 215 > ++++++++++++++++++++++++++++++++++++ > include/hw/nubus/mac-nubus-bridge.h | 24 ++++ > include/hw/nubus/nubus.h | 69 ++++++++++++ > 8 files changed, 503 insertions(+) > create mode 100644 hw/nubus/Makefile.objs > create mode 100644 hw/nubus/mac-nubus-bridge.c > create mode 100644 hw/nubus/nubus-bridge.c > create mode 100644 hw/nubus/nubus-bus.c > create mode 100644 hw/nubus/nubus-device.c > create mode 100644 include/hw/nubus/mac-nubus-bridge.h > create mode 100644 include/hw/nubus/nubus.h
Reviewed-by: Thomas Huth <[email protected]>
