summaryrefslogtreecommitdiffstats
path: root/include/hw/nubus
Commit message (Expand)AuthorAgeFilesLines
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-2/+2
* nubus: add support for slot IRQsMark Cave-Ayland2021-09-291-0/+6
* nubus-bridge: embed the NubusBus object directly within nubus-bridgeMark Cave-Ayland2021-09-291-1/+1
* nubus: move NubusBus from mac-nubus-bridge to nubus-bridgeMark Cave-Ayland2021-09-292-1/+2
* mac-nubus-bridge: rename MacNubusState to MacNubusBridgeMark Cave-Ayland2021-09-291-2/+2
* nubus-bridge: introduce separate NubusBridge structureMark Cave-Ayland2021-09-292-1/+7
* nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland2021-09-292-0/+8
* nubus-device: add romfile property for loading declaration ROMsMark Cave-Ayland2021-09-291-0/+6
* nubus-device: remove nubus_register_rom() and nubus_register_format_block()Mark Cave-Ayland2021-09-291-19/+0Star
* nubus: use bitmap to manage available slotsMark Cave-Ayland2021-09-292-7/+10
* nubus-device: expose separate super slot memory regionMark Cave-Ayland2021-09-291-0/+1
* nubus-device: rename slot_nb variable to slotMark Cave-Ayland2021-09-291-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-9/+3Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-092-5/+6
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-6/+11
* nubus: Delete unused NUBUS_BRIDGE macroEduardo Habkost2020-08-271-1/+0Star
* hw/m68k: add Nubus supportLaurent Vivier2019-10-282-0/+93