Age | Commit message (Expand) | Author |
2021-09-30 | qbus: Rename qbus_create_inplace() to qbus_init() | Peter Maydell |
2021-09-30 | pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init() | Peter Maydell |
2021-09-30 | ipack: Rename ipack_bus_new_inplace() to ipack_bus_init() | Peter Maydell |
2021-09-30 | scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named() | Peter Maydell |
2021-09-30 | target/arm: Don't put FPEXC and FPSID in org.gnu.gdb.arm.vfp XML | Peter Maydell |
2021-09-30 | target/arm: Move gdbstub related code out of helper.c | Peter Maydell |
2021-09-30 | target/arm: Fix coding style issues in gdbstub code in helper.c | Peter Maydell |
2021-09-30 | configs: Don't include 32-bit-only GDB XML in aarch64 linux configs | Peter Maydell |
2021-09-30 | docs/system/arm: xlnx-versal-virt: BBRAM and eFUSE Usage | Tong Ho |
2021-09-30 | hw/arm: xlnx-zcu102: Add Xilinx eFUSE device | Tong Ho |
2021-09-30 | hw/arm: xlnx-zcu102: Add Xilinx BBRAM device | Tong Ho |
2021-09-30 | hw/arm: xlnx-versal-virt: Add Xilinx eFUSE device | Tong Ho |
2021-09-30 | hw/arm: xlnx-versal-virt: Add Xilinx BBRAM device | Tong Ho |
2021-09-30 | hw/nvram: Introduce Xilinx battery-backed ram | Tong Ho |
2021-09-30 | hw/nvram: Introduce Xilinx ZynqMP eFuse device | Tong Ho |
2021-09-30 | hw/nvram: Introduce Xilinx Versal eFuse device | Tong Ho |
2021-09-30 | hw/nvram: Introduce Xilinx eFuse QOM | Tong Ho |
2021-09-30 | arm: tcg: Adhere to SMCCC 1.3 section 5.2 | Alexander Graf |
2021-09-30 | allwinner-h3: Switch to SMC as PSCI conduit | Alexander Graf |
2021-09-29 | Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.2-pull-request' ... | Peter Maydell |
2021-09-29 | q800: configure nubus available slots for Quadra 800 | Mark Cave-Ayland |
2021-09-29 | q800: wire up nubus IRQs | Mark Cave-Ayland |
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 | macfb: don't register declaration ROM | 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-09-28 | Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ... | Peter Maydell |
2021-09-27 | Merge remote-tracking branch 'remotes/philmd/tags/integration-testing-2021092... | Peter Maydell |
2021-09-27 | tests/acceptance: Test powernv machines | Cédric Le Goater |
2021-09-27 | tests/acceptance/ppc_prep_40p.py: clean up unused import | Cleber Rosa |
2021-09-27 | tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update | Cleber Rosa |
2021-09-27 | tests/acceptance/boot_xen.py: removed unused import | Cleber Rosa |
2021-09-27 | acceptance/tests/vnc.py: use explicit syntax for enabling passwords | Cleber Rosa |
2021-09-27 | Acceptance Tests: improve check-acceptance description | Cleber Rosa |
2021-09-27 | qemu: Split machine_ppc.py acceptance tests | David Gibson |
2021-09-27 | tests/Makefile: add AVOCADO_TESTS option to make check-acceptance | Willian Rampazzo |