aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-15target/riscv: csr: Remove redundant check in fp csr read/write routinesBin Meng1-24/+0
2021-07-15target/riscv: pmp: Fix some typosBin Meng1-5/+5
2021-07-14Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...Peter Maydell23-72/+603
2021-07-14Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2021-07-13-tag' in...Peter Maydell1-1/+2
2021-07-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int...Peter Maydell7-631/+574
2021-07-14Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell10-111/+172
2021-07-13Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202...Peter Maydell3-7/+48
2021-07-13Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell56-1078/+1205
2021-07-13tests/acceptance/cpu_queries.py: use the proper logging channelsCleber Rosa1-3/+1
2021-07-13tests/acceptance/linux_ssh_mips_malta.py: drop identical setUpCleber Rosa1-5/+2
2021-07-13Acceptance tests: do not try to reuse packages from the systemCleber Rosa1-1/+1
2021-07-13python: Configure tox to skip missing interpretersWainer dos Santos Moschetta3-1/+6
2021-07-13Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210713' in...Peter Maydell5-2/+11
2021-07-13tests/acceptance: Handle cpu tag on x86_cpu_model_versions testsWainer dos Santos Moschetta1-8/+32
2021-07-13tests/acceptance: Add set_vm_arg() to the Test classWainer dos Santos Moschetta1-0/+21
2021-07-13python/qemu: Add args property to the QEMUMachine classWainer dos Santos Moschetta1-0/+5
2021-07-13tests/acceptance: Tagging tests with "cpu:VALUE"Wainer dos Santos Moschetta4-11/+17
2021-07-13tests/acceptance: Let the framework handle "cpu:VALUE" tagged testsWainer dos Santos Moschetta6-16/+8
2021-07-13tests/acceptance: Fix mismatch on cpu tagged testsWainer dos Santos Moschetta2-6/+6
2021-07-13tests/acceptance: Automatic set -cpu to the test vmWainer dos Santos Moschetta2-0/+22
2021-07-13tests/acceptance: Tag NetBSD tests as 'os:netbsd'Philippe Mathieu-Daudé2-0/+3
2021-07-13avocado_qemu: Add Intel iommu testsEric Auger1-0/+119
2021-07-13avocado_qemu: Add SMMUv3 testsEric Auger2-0/+138
2021-07-13Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DIST...Willian Rampazzo1-3/+55
2021-07-13avocado_qemu: Fix KNOWN_DISTROS map into the LinuxDistro classWillian Rampazzo1-37/+49
2021-07-13tests/acceptance: Ignore binary data sent on serial consolePhilippe Mathieu-Daudé1-2/+5
2021-07-13Acceptance Tests: support choosing specific distro and versionCleber Rosa2-10/+102
2021-07-13Acceptance Tests: move definition of distro checksums to the frameworkCleber Rosa2-14/+37
2021-07-13Acceptance Tests: rename attribute holding the distro image checksumCleber Rosa2-6/+10
2021-07-13Acceptance Tests: distinguish between temp and logs dirCleber Rosa2-4/+16
2021-07-13Acceptance Tests: log information when creating QEMUMachineCleber Rosa1-2/+4
2021-07-13Acceptance Tests: use the job work directory for created VMsCleber Rosa1-1/+2
2021-07-13migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()Peter Xu1-2/+11
2021-07-13migration: Clear error at entry of migrate_fd_connect()Peter Xu1-0/+16
2021-07-13migration: Don't do migrate cleanup if during postcopy resumePeter Xu1-1/+12
2021-07-13migration: Release return path early for paused postcopyPeter Xu1-4/+4
2021-07-13migration: failover: emit a warning when the card is not fully unpluggedLaurent Vivier1-0/+4
2021-07-13migration/rdma: prevent from double free the same mrLi Zhijian1-0/+1
2021-07-13target/hppa: Clean up DisasCondRichard Henderson1-34/+9
2021-07-13target/hppa: Use tcg_constant_*Richard Henderson1-38/+18
2021-07-13target/openrisc: Use dc->zero in gen_add, gen_addcRichard Henderson1-5/+5
2021-07-13target/openrisc: Cache constant 0 in DisasContextRichard Henderson1-6/+6
2021-07-13target/openrisc: Use tcg_constant_tl for dc->R0Richard Henderson1-8/+2
2021-07-13target/openrisc: Use tcg_constant_*Richard Henderson1-33/+9
2021-07-13target/alpha: Use tcg_constant_* elsewhereRichard Henderson1-32/+14
2021-07-13target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson1-14/+2
2021-07-13target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson1-1/+1
2021-07-13target/alpha: Store set into rx flagRichard Henderson1-5/+1
2021-07-13target/i386: Correct implementation for FCS, FIP, FDS and FDPZiqiao Kong3-9/+56
2021-07-13target/i386: Split out do_fninitRichard Henderson1-14/+8