aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-30allwinner-h3: Switch to SMC as PSCI conduitAlexander Graf1-1/+1
2021-09-29Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.2-pull-request' ...Peter Maydell11-229/+278
2021-09-29q800: configure nubus available slots for Quadra 800Mark Cave-Ayland1-0/+9
2021-09-29q800: wire up nubus IRQsMark Cave-Ayland1-0/+6
2021-09-29nubus: add support for slot IRQsMark Cave-Ayland3-0/+16
2021-09-29nubus-bridge: make slot_available_mask a qdev propertyMark Cave-Ayland1-0/+7
2021-09-29nubus-bridge: embed the NubusBus object directly within nubus-bridgeMark Cave-Ayland4-7/+9
2021-09-29nubus: move NubusBus from mac-nubus-bridge to nubus-bridgeMark Cave-Ayland5-8/+17
2021-09-29mac-nubus-bridge: rename MacNubusState to MacNubusBridgeMark Cave-Ayland2-5/+7
2021-09-29nubus-bridge: introduce separate NubusBridge structureMark Cave-Ayland3-3/+9
2021-09-29nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland5-7/+44
2021-09-29nubus-device: add romfile property for loading declaration ROMsMark Cave-Ayland2-1/+49
2021-09-29nubus-device: remove nubus_register_rom() and nubus_register_format_block()Mark Cave-Ayland2-162/+0
2021-09-29macfb: don't register declaration ROMMark Cave-Ayland1-6/+0
2021-09-29nubus: generate bus error when attempting to access empty slotsMark Cave-Ayland1-16/+18
2021-09-29nubus: add trace-events for empty slot accessesMark Cave-Ayland4-3/+16
2021-09-29nubus: implement BusClass get_dev_path()Mark Cave-Ayland1-0/+16
2021-09-29nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_a...Mark Cave-Ayland2-21/+29
2021-09-29nubus: use bitmap to manage available slotsMark Cave-Ayland5-14/+41
2021-09-29nubus-device: expose separate super slot memory regionMark Cave-Ayland2-18/+19
2021-09-29nubus-device: rename slot_nb variable to slotMark Cave-Ayland2-8/+8
2021-09-29nubus: add comment indicating reference documentsMark Cave-Ayland1-0/+8
2021-09-28Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell16-6/+4214
2021-09-27Merge remote-tracking branch 'remotes/philmd/tags/integration-testing-2021092...Peter Maydell14-98/+409
2021-09-27tests/acceptance: Test powernv machinesCédric Le Goater1-0/+35
2021-09-27tests/acceptance/ppc_prep_40p.py: clean up unused importCleber Rosa1-1/+0
2021-09-27tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location updateCleber Rosa1-2/+2
2021-09-27tests/acceptance/boot_xen.py: removed unused importCleber Rosa1-1/+0
2021-09-27acceptance/tests/vnc.py: use explicit syntax for enabling passwordsCleber Rosa1-1/+1
2021-09-27Acceptance Tests: improve check-acceptance descriptionCleber Rosa1-1/+1
2021-09-27qemu: Split machine_ppc.py acceptance testsDavid Gibson5-70/+104
2021-09-27tests/Makefile: add AVOCADO_TESTS option to make check-acceptanceWillian Rampazzo2-1/+31
2021-09-27docs/devel/testing: add instruction to run a single acceptance testWillian Rampazzo1-0/+28
2021-09-27tests/Makefile: allow control over tags during check-acceptanceWillian Rampazzo2-3/+23
2021-09-27avocado_qemu: fix inheritance order on LinuxTest classWillian Rampazzo1-1/+1
2021-09-27avocado_qemu: explicitly return None to avoid R1710Willian Rampazzo1-0/+1
2021-09-27avocado_qemu: tweak ssh connect methodWillian Rampazzo1-2/+2
2021-09-27avocado_qemu: fix import module based on isortWillian Rampazzo1-13/+5
2021-09-27avocado_qemu: standardize super() call following PEP3135Willian Rampazzo1-2/+2
2021-09-27Acceptance Tests: add standard clean up at test tearDown()Cleber Rosa1-0/+1
2021-09-27Acceptance tests: add myself as a reviewer for the acceptance testsWillian Rampazzo1-0/+1
2021-09-27tests/acceptance: Linux boot test for record/replayPavel Dovgalyuk2-0/+117
2021-09-27tests/acceptance: add replay kernel test for alphaPavel Dovgalyuk1-0/+17
2021-09-27tests/acceptance: add replay kernel test for nios2Pavel Dovgalyuk1-0/+11
2021-09-27tests/acceptance: add replay kernel test for openriscPavel Dovgalyuk1-0/+11
2021-09-27tests/acceptance: add replay kernel test for s390xPavel Dovgalyuk1-0/+15
2021-09-27python/aqmp-tui: Add syntax highlightingG S Niteesh Babu1-2/+34
2021-09-27python: add optional pygments dependencyG S Niteesh Babu2-0/+13
2021-09-27python: Add entry point for aqmp-tuiG S Niteesh Babu1-0/+1
2021-09-27python/aqmp-tui: Add AQMP TUIG S Niteesh Babu2-1/+632