Age | Commit message (Expand) | Author | Files | Lines |
2024-09-08 | hw/nubus/nubus-device: Range check 'slot' property | Peter Maydell | 1 | -0/+7 |
2024-07-23 | hw/nubus/virtio-mmio: Fix missing ERRP_GUARD() in realize handler | Zhao Liu | 1 | -0/+2 |
2024-02-27 | hw/nubus: add nubus-virtio-mmio device | Mark Cave-Ayland | 2 | -0/+103 |
2024-02-27 | hw/nubus-device: round Declaration ROM memory region address to qemu_target_p... | Mark Cave-Ayland | 1 | -4/+14 |
2023-09-08 | trace-events: Fix the name of the tracing.rst file | Thomas Huth | 1 | -1/+1 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-02-27 | hw/nubus/nubus-device: Fix memory leak in nubus_device_realize | Mauro Matteo Cascella | 1 | -0/+1 |
2021-09-30 | qbus: Rename qbus_create_inplace() to qbus_init() | Peter Maydell | 1 | -1/+1 |
2021-09-29 | nubus: add support for slot IRQs | Mark Cave-Ayland | 2 | -0/+10 |
2021-09-29 | nubus-bridge: make slot_available_mask a qdev property | Mark Cave-Ayland | 1 | -0/+7 |
2021-09-29 | nubus-bridge: embed the NubusBus object directly within nubus-bridge | Mark Cave-Ayland | 2 | -5/+7 |
2021-09-29 | nubus: move NubusBus from mac-nubus-bridge to nubus-bridge | Mark Cave-Ayland | 2 | -6/+14 |
2021-09-29 | mac-nubus-bridge: rename MacNubusState to MacNubusBridge | Mark Cave-Ayland | 1 | -3/+5 |
2021-09-29 | nubus-bridge: introduce separate NubusBridge structure | Mark Cave-Ayland | 1 | -2/+2 |
2021-09-29 | nubus: move nubus to its own 32-bit address space | Mark Cave-Ayland | 2 | -2/+32 |
2021-09-29 | nubus-device: add romfile property for loading declaration ROMs | Mark Cave-Ayland | 1 | -1/+43 |
2021-09-29 | nubus-device: remove nubus_register_rom() and nubus_register_format_block() | Mark Cave-Ayland | 1 | -143/+0 |
2021-09-29 | nubus: generate bus error when attempting to access empty slots | Mark Cave-Ayland | 1 | -16/+18 |
2021-09-29 | nubus: add trace-events for empty slot accesses | Mark Cave-Ayland | 3 | -3/+15 |
2021-09-29 | nubus: implement BusClass get_dev_path() | Mark Cave-Ayland | 1 | -0/+16 |
2021-09-29 | nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_a... | Mark Cave-Ayland | 2 | -21/+29 |
2021-09-29 | nubus: use bitmap to manage available slots | Mark Cave-Ayland | 3 | -7/+31 |
2021-09-29 | nubus-device: expose separate super slot memory region | Mark Cave-Ayland | 1 | -18/+18 |
2021-09-29 | nubus-device: rename slot_nb variable to slot | Mark Cave-Ayland | 1 | -7/+7 |
2021-09-29 | nubus: add comment indicating reference documents | Mark Cave-Ayland | 1 | -0/+8 |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2020-08-21 | meson: convert hw/nubus | Paolo Bonzini | 2 | -4/+7 |
2020-05-15 | hw: Remove unnecessary DEVICE() cast | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-10-28 | hw/m68k: add Nubus support | Laurent Vivier | 6 | -0/+411 |