index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
nubus
Age
Commit message (
Expand
)
Author
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-29
nubus: add support for slot IRQs
Mark Cave-Ayland
2021-09-29
nubus-bridge: make slot_available_mask a qdev property
Mark Cave-Ayland
2021-09-29
nubus-bridge: embed the NubusBus object directly within nubus-bridge
Mark Cave-Ayland
2021-09-29
nubus: move NubusBus from mac-nubus-bridge to nubus-bridge
Mark Cave-Ayland
2021-09-29
mac-nubus-bridge: rename MacNubusState to MacNubusBridge
Mark Cave-Ayland
2021-09-29
nubus-bridge: introduce separate NubusBridge structure
Mark Cave-Ayland
2021-09-29
nubus: move nubus to its own 32-bit address space
Mark Cave-Ayland
2021-09-29
nubus-device: add romfile property for loading declaration ROMs
Mark Cave-Ayland
2021-09-29
nubus-device: remove nubus_register_rom() and nubus_register_format_block()
Mark Cave-Ayland
2021-09-29
nubus: generate bus error when attempting to access empty slots
Mark Cave-Ayland
2021-09-29
nubus: add trace-events for empty slot accesses
Mark Cave-Ayland
2021-09-29
nubus: implement BusClass get_dev_path()
Mark Cave-Ayland
2021-09-29
nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_a...
Mark Cave-Ayland
2021-09-29
nubus: use bitmap to manage available slots
Mark Cave-Ayland
2021-09-29
nubus-device: expose separate super slot memory region
Mark Cave-Ayland
2021-09-29
nubus-device: rename slot_nb variable to slot
Mark Cave-Ayland
2021-09-29
nubus: add comment indicating reference documents
Mark Cave-Ayland
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2020-08-21
meson: convert hw/nubus
Paolo Bonzini
2020-05-15
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
2019-10-28
hw/m68k: add Nubus support
Laurent Vivier