summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcg: Add tcg_constant_ptrRichard Henderson2022-04-201-0/+2
* accel/tcg: Remove ATOMIC_MMU_IDXRichard Henderson2022-04-202-2/+0Star
* tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson2022-04-202-7/+29
* Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-209-9/+0Star
* Merge tag 'pull-fixes-for-7.1-200422-1' of https://github.com/stsquad/qemu in...Richard Henderson2022-04-2037-424/+5780
|\
| * tests/guest-debug: better handle gdb crashesAlex Bennée2022-04-201-5/+6
| * target/i386: fix byte swap issue with XMM register accessAlex Bennée2022-04-201-2/+2
| * tests/tcg: add missing reference files for float_convsAlex Bennée2022-04-202-0/+1496
| * tests/tcg: add float_convd testAlex Bennée2022-04-205-0/+4058
| * tests/tcg: remove duplicate sha512-sse caseAlex Bennée2022-04-201-7/+0Star
| * tests/tcg: fix non-static buildPaolo Bonzini2022-04-201-1/+0Star
| * tests/docker: remove SKIP_DOCKER_BUILDPaolo Bonzini2022-04-202-68/+1Star
| * tests/tcg: isolate from QEMU's config-host.makPaolo Bonzini2022-04-203-4/+7
| * tests/tcg: invoke Makefile.target directly from QEMU's makefilePaolo Bonzini2022-04-204-146/+35Star
| * tests/tcg: list test targets in Makefile.prereqsPaolo Bonzini2022-04-203-23/+19Star
| * tests/tcg: prepare Makefile.prereqs at configure timePaolo Bonzini2022-04-203-23/+14Star
| * tests/tcg: remove CONFIG_USER_ONLY from config-target.makPaolo Bonzini2022-04-202-13/+7Star
| * tests/tcg: remove CONFIG_LINUX_USER from config-target.makPaolo Bonzini2022-04-203-4/+2Star
| * tests/tcg: add compiler test variables when using containersPaolo Bonzini2022-04-206-11/+28
| * tests/docker: do not duplicate rules for hexagon-crossPaolo Bonzini2022-04-202-22/+4Star
| * tests/docker: simplify docker-TEST@IMAGE targetsPaolo Bonzini2022-04-201-10/+2Star
| * tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)Paolo Bonzini2022-04-201-1/+1
| * tests/docker: inline variable definitions or move close to usePaolo Bonzini2022-04-201-16/+16
| * tests/docker: remove unnecessary default definitionsPaolo Bonzini2022-04-201-5/+0Star
| * tests/docker: remove dead variablePaolo Bonzini2022-04-201-1/+0Star
| * tests/docker: remove test targetsPaolo Bonzini2022-04-202-27/+1Star
| * tests/docker: remove dead code for linux-user containersPaolo Bonzini2022-04-201-11/+0Star
| * docs/devel: drop :hidden: and :includehidden: tagsAlex Bennée2022-04-207-9/+1Star
| * docs/devel: add some notes on the binfmt-image-debian targetsAlex Bennée2022-04-201-0/+38
| * tests/avocado: update aarch64_virt test to exercise -cpu maxAlex Bennée2022-04-203-25/+52
* | Merge tag 'pull-block-2022-04-20' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson2022-04-208-167/+673
|\ \
| * | qcow2: Add errp to rebuild_refcount_structure()Hanna Reitz2022-04-201-14/+19
| * | iotests/108: Test new refcount rebuild algorithmHanna Reitz2022-04-202-1/+339
| * | qcow2: Improve refcount structure rebuildingHanna Reitz2022-04-201-97/+235
| * | iotests/303: Check for zstd supportHanna Reitz2022-04-201-1/+3
| * | iotests/065: Check for zstd supportHanna Reitz2022-04-201-6/+18
| * | iotests.py: Add supports_qcow2_zstd_compression()Hanna Reitz2022-04-201-0/+20
| * | tests/qemu-iotests: Move the bash and sanitizer checks to meson.buildThomas Huth2022-04-202-26/+14Star
| * | tests/qemu-iotests/meson.build: Improve the indentationThomas Huth2022-04-201-29/+32
| |/
* | Merge tag 'pull-request-2022-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2022-04-2040-265/+289
|\ \ | |/ |/|
| * tests/avocado: Allow overwrite smp and memory size command line optionsAhmed Abouzied2022-04-201-2/+4
| * hw: Add compat machines for 7.1Cornelia Huck2022-04-2010-7/+79
| * docs/ccid: convert to restructuredTextLucas Ramage2022-04-203-182/+172Star
| * tests/qtest: properly initialise the vring used idxAlex Bennée2022-04-201-0/+2
| * tests/qtest: Move the fuzz tests to x86 onlyThomas Huth2022-04-206-43/+22Star
| * tests/qtest: Enable more tests for the "mipsel" targetThomas Huth2022-04-202-11/+4Star
| * tests: Drop perl-Test-Harness from the CI containers / VMsThomas Huth2022-04-2018-20/+6Star
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-04-20515-1791/+3179
|\
| * target/i386: Remove unused XMMReg, YMMReg types and CPUState fieldsPeter Maydell2022-04-131-18/+0Star
| * target/i386: do not access beyond the low 128 bits of SSE registersPaolo Bonzini2022-04-131-28/+47