aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14vfio: Fix CID 1458134 in vfio_register_ram_discard_listener()David Hildenbrand
2021-07-14Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...Peter Maydell
2021-07-14Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2021-07-13-tag' in...Peter Maydell
2021-07-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int...Peter Maydell
2021-07-14Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell
2021-07-13Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202...Peter Maydell
2021-07-13Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell
2021-07-13tests/acceptance/cpu_queries.py: use the proper logging channelsCleber Rosa
2021-07-13tests/acceptance/linux_ssh_mips_malta.py: drop identical setUpCleber Rosa
2021-07-13Acceptance tests: do not try to reuse packages from the systemCleber Rosa
2021-07-13python: Configure tox to skip missing interpretersWainer dos Santos Moschetta
2021-07-13Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210713' in...Peter Maydell
2021-07-13tests/acceptance: Handle cpu tag on x86_cpu_model_versions testsWainer dos Santos Moschetta
2021-07-13tests/acceptance: Add set_vm_arg() to the Test classWainer dos Santos Moschetta
2021-07-13python/qemu: Add args property to the QEMUMachine classWainer dos Santos Moschetta
2021-07-13tests/acceptance: Tagging tests with "cpu:VALUE"Wainer dos Santos Moschetta
2021-07-13tests/acceptance: Let the framework handle "cpu:VALUE" tagged testsWainer dos Santos Moschetta
2021-07-13tests/acceptance: Fix mismatch on cpu tagged testsWainer dos Santos Moschetta
2021-07-13tests/acceptance: Automatic set -cpu to the test vmWainer dos Santos Moschetta
2021-07-13tests/acceptance: Tag NetBSD tests as 'os:netbsd'Philippe Mathieu-Daudé
2021-07-13avocado_qemu: Add Intel iommu testsEric Auger
2021-07-13avocado_qemu: Add SMMUv3 testsEric Auger
2021-07-13Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DIST...Willian Rampazzo
2021-07-13avocado_qemu: Fix KNOWN_DISTROS map into the LinuxDistro classWillian Rampazzo
2021-07-13tests/acceptance: Ignore binary data sent on serial consolePhilippe Mathieu-Daudé
2021-07-13Acceptance Tests: support choosing specific distro and versionCleber Rosa
2021-07-13Acceptance Tests: move definition of distro checksums to the frameworkCleber Rosa
2021-07-13Acceptance Tests: rename attribute holding the distro image checksumCleber Rosa
2021-07-13Acceptance Tests: distinguish between temp and logs dirCleber Rosa
2021-07-13Acceptance Tests: log information when creating QEMUMachineCleber Rosa
2021-07-13Acceptance Tests: use the job work directory for created VMsCleber Rosa
2021-07-13migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()Peter Xu
2021-07-13migration: Clear error at entry of migrate_fd_connect()Peter Xu
2021-07-13migration: Don't do migrate cleanup if during postcopy resumePeter Xu
2021-07-13migration: Release return path early for paused postcopyPeter Xu
2021-07-13migration: failover: emit a warning when the card is not fully unpluggedLaurent Vivier
2021-07-13migration/rdma: prevent from double free the same mrLi Zhijian
2021-07-13target/hppa: Clean up DisasCondRichard Henderson
2021-07-13target/hppa: Use tcg_constant_*Richard Henderson
2021-07-13target/openrisc: Use dc->zero in gen_add, gen_addcRichard Henderson
2021-07-13target/openrisc: Cache constant 0 in DisasContextRichard Henderson
2021-07-13target/openrisc: Use tcg_constant_tl for dc->R0Richard Henderson
2021-07-13target/openrisc: Use tcg_constant_*Richard Henderson
2021-07-13target/alpha: Use tcg_constant_* elsewhereRichard Henderson
2021-07-13target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson
2021-07-13target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson
2021-07-13target/alpha: Store set into rx flagRichard Henderson
2021-07-13target/i386: Correct implementation for FCS, FIP, FDS and FDPZiqiao Kong
2021-07-13target/i386: Split out do_fninitRichard Henderson
2021-07-13target/i386: Trivial code motion and code style fixZiqiao Kong