aboutsummaryrefslogtreecommitdiff
path: root/include/hw/nubus
AgeCommit message (Expand)Author
2024-02-27hw/nubus: add nubus-virtio-mmio deviceMark Cave-Ayland
2024-02-27hw/nubus: increase maximum Declaration ROM size from 128k to 1MbMark Cave-Ayland
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2021-09-29nubus: add support for slot IRQsMark Cave-Ayland
2021-09-29nubus-bridge: embed the NubusBus object directly within nubus-bridgeMark Cave-Ayland
2021-09-29nubus: move NubusBus from mac-nubus-bridge to nubus-bridgeMark Cave-Ayland
2021-09-29mac-nubus-bridge: rename MacNubusState to MacNubusBridgeMark Cave-Ayland
2021-09-29nubus-bridge: introduce separate NubusBridge structureMark Cave-Ayland
2021-09-29nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland
2021-09-29nubus-device: add romfile property for loading declaration ROMsMark Cave-Ayland
2021-09-29nubus-device: remove nubus_register_rom() and nubus_register_format_block()Mark Cave-Ayland
2021-09-29nubus: use bitmap to manage available slotsMark Cave-Ayland
2021-09-29nubus-device: expose separate super slot memory regionMark Cave-Ayland
2021-09-29nubus-device: rename slot_nb variable to slotMark Cave-Ayland
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27nubus: Delete unused NUBUS_BRIDGE macroEduardo Habkost
2019-10-28hw/m68k: add Nubus supportLaurent Vivier