aboutsummaryrefslogtreecommitdiff
path: root/include/hw/nubus
AgeCommit message (Expand)AuthorFilesLines
2021-09-29nubus: add support for slot IRQsMark Cave-Ayland1-0/+6
2021-09-29nubus-bridge: embed the NubusBus object directly within nubus-bridgeMark Cave-Ayland1-1/+1
2021-09-29nubus: move NubusBus from mac-nubus-bridge to nubus-bridgeMark Cave-Ayland2-1/+2
2021-09-29mac-nubus-bridge: rename MacNubusState to MacNubusBridgeMark Cave-Ayland1-2/+2
2021-09-29nubus-bridge: introduce separate NubusBridge structureMark Cave-Ayland2-1/+7
2021-09-29nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland2-0/+8
2021-09-29nubus-device: add romfile property for loading declaration ROMsMark Cave-Ayland1-0/+6
2021-09-29nubus-device: remove nubus_register_rom() and nubus_register_format_block()Mark Cave-Ayland1-19/+0
2021-09-29nubus: use bitmap to manage available slotsMark Cave-Ayland2-7/+10
2021-09-29nubus-device: expose separate super slot memory regionMark Cave-Ayland1-0/+1
2021-09-29nubus-device: rename slot_nb variable to slotMark Cave-Ayland1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-9/+3
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-5/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-6/+11
2020-08-27nubus: Delete unused NUBUS_BRIDGE macroEduardo Habkost1-1/+0
2019-10-28hw/m68k: add Nubus supportLaurent Vivier2-0/+93