aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-29nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland
2021-09-29nubus-device: add romfile property for loading declaration ROMsMark Cave-Ayland
2021-09-29nubus-device: remove nubus_register_rom() and nubus_register_format_block()Mark Cave-Ayland
2021-09-29macfb: don't register declaration ROMMark Cave-Ayland
2021-09-29nubus: generate bus error when attempting to access empty slotsMark Cave-Ayland
2021-09-29nubus: add trace-events for empty slot accessesMark Cave-Ayland
2021-09-29nubus: implement BusClass get_dev_path()Mark Cave-Ayland
2021-09-29nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_a...Mark Cave-Ayland
2021-09-29nubus: use bitmap to manage available slotsMark Cave-Ayland
2021-09-29nubus-device: expose separate super slot memory regionMark Cave-Ayland
2021-09-29nubus-device: rename slot_nb variable to slotMark Cave-Ayland
2021-09-29nubus: add comment indicating reference documentsMark Cave-Ayland
2021-09-28Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell
2021-09-27Merge remote-tracking branch 'remotes/philmd/tags/integration-testing-2021092...Peter Maydell
2021-09-27tests/acceptance: Test powernv machinesCédric Le Goater
2021-09-27tests/acceptance/ppc_prep_40p.py: clean up unused importCleber Rosa
2021-09-27tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location updateCleber Rosa
2021-09-27tests/acceptance/boot_xen.py: removed unused importCleber Rosa
2021-09-27acceptance/tests/vnc.py: use explicit syntax for enabling passwordsCleber Rosa
2021-09-27Acceptance Tests: improve check-acceptance descriptionCleber Rosa
2021-09-27qemu: Split machine_ppc.py acceptance testsDavid Gibson
2021-09-27tests/Makefile: add AVOCADO_TESTS option to make check-acceptanceWillian Rampazzo
2021-09-27docs/devel/testing: add instruction to run a single acceptance testWillian Rampazzo
2021-09-27tests/Makefile: allow control over tags during check-acceptanceWillian Rampazzo
2021-09-27avocado_qemu: fix inheritance order on LinuxTest classWillian Rampazzo
2021-09-27avocado_qemu: explicitly return None to avoid R1710Willian Rampazzo
2021-09-27avocado_qemu: tweak ssh connect methodWillian Rampazzo
2021-09-27avocado_qemu: fix import module based on isortWillian Rampazzo
2021-09-27avocado_qemu: standardize super() call following PEP3135Willian Rampazzo
2021-09-27Acceptance Tests: add standard clean up at test tearDown()Cleber Rosa
2021-09-27Acceptance tests: add myself as a reviewer for the acceptance testsWillian Rampazzo
2021-09-27tests/acceptance: Linux boot test for record/replayPavel Dovgalyuk
2021-09-27tests/acceptance: add replay kernel test for alphaPavel Dovgalyuk
2021-09-27tests/acceptance: add replay kernel test for nios2Pavel Dovgalyuk
2021-09-27tests/acceptance: add replay kernel test for openriscPavel Dovgalyuk
2021-09-27tests/acceptance: add replay kernel test for s390xPavel Dovgalyuk
2021-09-27python/aqmp-tui: Add syntax highlightingG S Niteesh Babu
2021-09-27python: add optional pygments dependencyG S Niteesh Babu
2021-09-27python: Add entry point for aqmp-tuiG S Niteesh Babu
2021-09-27python/aqmp-tui: Add AQMP TUIG S Niteesh Babu
2021-09-27python: Add dependencies for AQMP TUIG S Niteesh Babu
2021-09-27python/aqmp: Add Coverage.py supportJohn Snow
2021-09-27python/aqmp: add LineProtocol testsJohn Snow
2021-09-27python/aqmp: add AsyncProtocol unit testsJohn Snow
2021-09-27python: bump avocado to v90.0John Snow
2021-09-27python/aqmp: add scary messageJohn Snow
2021-09-27python/aqmp: add asyncio_run compatibility wrapperJohn Snow
2021-09-27python/aqmp: add _raw() execution interfaceJohn Snow
2021-09-27python/aqmp: add execute() interfacesJohn Snow
2021-09-27python/aqmp: Add message routing to QMP protocolJohn Snow