aboutsummaryrefslogtreecommitdiff
path: root/hw/nubus/nubus-device.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-29nubus: add support for slot IRQsMark Cave-Ayland1-0/+8
2021-09-29nubus-device: add romfile property for loading declaration ROMsMark Cave-Ayland1-1/+43
2021-09-29nubus-device: remove nubus_register_rom() and nubus_register_format_block()Mark Cave-Ayland1-143/+0
2021-09-29nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_a...Mark Cave-Ayland1-21/+0
2021-09-29nubus: use bitmap to manage available slotsMark Cave-Ayland1-5/+24
2021-09-29nubus-device: expose separate super slot memory regionMark Cave-Ayland1-18/+18
2021-09-29nubus-device: rename slot_nb variable to slotMark Cave-Ayland1-7/+7
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2019-10-28hw/m68k: add Nubus supportLaurent Vivier1-0/+215