summary refs log tree commit diff stats
path: root/hw/nubus/nubus-device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/nubus-device: round Declaration ROM memory region address to qemu_target_p...Mark Cave-Ayland2024-02-271-4/+14
* hw/nubus/nubus-device: Fix memory leak in nubus_device_realizeMauro Matteo Cascella2023-02-271-0/+1
* nubus: add support for slot IRQsMark Cave-Ayland2021-09-291-0/+8
* nubus-device: add romfile property for loading declaration ROMsMark Cave-Ayland2021-09-291-1/+43
* nubus-device: remove nubus_register_rom() and nubus_register_format_block()Mark Cave-Ayland2021-09-291-143/+0
* nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_a...Mark Cave-Ayland2021-09-291-21/+0
* nubus: use bitmap to manage available slotsMark Cave-Ayland2021-09-291-5/+24
* nubus-device: expose separate super slot memory regionMark Cave-Ayland2021-09-291-18/+18
* nubus-device: rename slot_nb variable to slotMark Cave-Ayland2021-09-291-7/+7
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* hw/m68k: add Nubus supportLaurent Vivier2019-10-281-0/+215