aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-21target/m68k: Fix MACSR to CCRRichard Henderson1-2/+4
2022-09-21target/m68k: Implement atomic test-and-setRichard Henderson1-10/+30
2022-09-20Merge tag 'pull-request-2022-09-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi21-143/+196
2022-09-20Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi29-743/+869
2022-09-20Merge tag 'pull-loongarch-20220920' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi6-152/+258
2022-09-20tests/docker: remove the Debian base imagesAlex Bennée6-74/+2
2022-09-20tests/docker: remove FROM qemu/ support from docker.pyAlex Bennée1-28/+10
2022-09-20tests/docker: update and flatten debian-toolchainAlex Bennée2-6/+3
2022-09-20tests/docker: update and flatten debian-hexagon-crossAlex Bennée1-7/+12
2022-09-20tests/docker: update and flatten debian-loongarch-crossAlex Bennée2-4/+5
2022-09-20tests/docker: update and flatten debian-amd64-crossAlex Bennée4-18/+169
2022-09-20tests/lcitool: bump to latest versionAlex Bennée5-4/+5
2022-09-20tests/docker: update and flatten debian-all-test-crossAlex Bennée3-7/+13
2022-09-20tests/docker: flatten debian-riscv64-test-crossAlex Bennée3-6/+6
2022-09-20Deprecate 32 bit big-endian MIPSAlex Bennée6-47/+26
2022-09-20gitlab-ci: update aarch32/aarch64 custom runner jobsAlex Bennée4-25/+24
2022-09-20gitlab-ci/custom-runners: Disable -static-pie for ubuntu-20.04-aarch64Richard Henderson1-1/+3
2022-09-20configure: explicitly set cflags for --disable-pieAlex Bennée1-0/+3
2022-09-20hw/ppc/spapr: Fix code style problems reported by checkpatchBernhard Beschow1-2/+3
2022-09-20hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failureXuzhou Cheng2-0/+2
2022-09-20hw/ppc: spapr: Use qemu_vfree() to free spapr->htabXuzhou Cheng1-1/+1
2022-09-20tests/vm: Remove obsolete Fedora VM testThomas Huth2-192/+1
2022-09-20tests/docker: remove amd64 qemu/debian10 dependencyAlex Bennée1-1/+0
2022-09-20tests/docker: remove tricore qemu/debian10 dependencyAlex Bennée2-2/+0
2022-09-20tests/docker: flatten debian-powerpc-test-crossAlex Bennée3-7/+7
2022-09-20tests/docker: update and flatten debian-sparc64-crossAlex Bennée3-7/+7
2022-09-20tests/docker: update and flatten debian-sh4-crossAlex Bennée3-7/+7
2022-09-20tests/docker: update and flatten debian-mips64-crossAlex Bennée3-7/+7
2022-09-20tests/docker: update and flatten debian-m68k-crossAlex Bennée3-7/+7
2022-09-20tests/docker: update and flatten debian-hppa-crossAlex Bennée3-7/+7
2022-09-20tests/docker: update and flatten debian-alpha-crossAlex Bennée3-7/+7
2022-09-20tests/avocado: reduce the default timeout to 120sAlex Bennée1-1/+1
2022-09-20tests/avocado: split the AST2x00Machine classesAlex Bennée1-0/+18
2022-09-20tests/avocado: add explicit timeout for ppc64le TCG testsAlex Bennée1-0/+2
2022-09-20tests/avocado: add explicit timeout for s390 TCG testsAlex Bennée1-0/+2
2022-09-20tests/avocado: add explicit timeout for Aarch64 TCG testsAlex Bennée1-0/+1
2022-09-20tests/avocado/boot_linux_console: Fix the test_aarch64_xlnx_versal_virt testThomas Huth1-3/+3
2022-09-20gitlab: reduce targets in cross_user_build_jobAlex Bennée1-1/+4
2022-09-20target/ppc: Clear fpstatus flags on helpers missing itVíctor Colombo1-11/+26
2022-09-20target/ppc: Zero second doubleword of VSR registers for FPR insnsVíctor Colombo1-0/+8
2022-09-20target/ppc: Set OV32 when OV is setVíctor Colombo1-2/+2
2022-09-20target/ppc: Zero second doubleword for VSX madd instructionsVíctor Colombo1-1/+1
2022-09-20target/ppc: Set result to QNaN for DENBCD when VXCVI occursVíctor Colombo1-2/+24
2022-09-20target/ppc: Zero second doubleword in DFP instructionsVíctor Colombo1-1/+4
2022-09-20target/ppc: Remove unused xer_* macrosVíctor Colombo1-4/+0
2022-09-20target/ppc: Remove extra space from s128 field in ppc_vsr_tVíctor Colombo1-1/+1
2022-09-20target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo3-26/+17
2022-09-20target/ppc: Move fsqrts to decodetreeVíctor Colombo3-23/+2
2022-09-20target/ppc: Move fsqrt to decodetreeVíctor Colombo3-13/+24
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo4-0/+8