aboutsummaryrefslogtreecommitdiff
path: root/include/hw/nubus/nubus.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-27hw/nubus: increase maximum Declaration ROM size from 128k to 1MbMark Cave-Ayland1-1/+1
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-Ayland1-0/+2
2021-09-29nubus-bridge: introduce separate NubusBridge structureMark Cave-Ayland1-0/+6
2021-09-29nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland1-0/+6
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-Ayland1-7/+6
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 Habkost1-6/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-3/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-08-27nubus: Delete unused NUBUS_BRIDGE macroEduardo Habkost1-1/+0
2019-10-28hw/m68k: add Nubus supportLaurent Vivier1-0/+69