summary refs log tree commit diff stats
path: root/include/hw/nubus/nubus.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/nubus: increase maximum Declaration ROM size from 128k to 1MbMark Cave-Ayland2024-02-271-1/+1
* 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-291-0/+2
* nubus-bridge: introduce separate NubusBridge structureMark Cave-Ayland2021-09-291-0/+6
* nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland2021-09-291-0/+6
* 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/+0
* nubus: use bitmap to manage available slotsMark Cave-Ayland2021-09-291-7/+6
* 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-181-6/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-3/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* nubus: Delete unused NUBUS_BRIDGE macroEduardo Habkost2020-08-271-1/+0
* hw/m68k: add Nubus supportLaurent Vivier2019-10-281-0/+69