summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: run-time skip test-qga if TSAN is enabledMarc-André Lureau2022-04-212-1/+8
* tests: remove block/qdict checks from check-qobject.cMarc-André Lureau2022-04-211-8/+0Star
* include: move qdict_{crumple,flatten} declarationsMarc-André Lureau2022-04-211-0/+1
* include: add qemu/keyval.hMarc-André Lureau2022-04-213-2/+3
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-212-2/+4
* Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-201-22/+20Star
|\
| * util/log: Remove qemu_log_closeRichard Henderson2022-04-201-2/+2
| * include/qemu/log: Move entire implementation out-of-lineRichard Henderson2022-04-201-0/+1
| * tests/unit: Do not reference QemuLogFile directlyRichard Henderson2022-04-201-18/+15Star
| * util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
| * util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-1/+1
* | Merge tag 'pull-fixes-for-7.1-200422-1' of https://github.com/stsquad/qemu in...Richard Henderson2022-04-2026-411/+5737
|\ \ | |/ |/|
| * tests/guest-debug: better handle gdb crashesAlex Bennée2022-04-201-5/+6
| * 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-202-2/+6
| * 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
| * tests/avocado: update aarch64_virt test to exercise -cpu maxAlex Bennée2022-04-202-25/+51
* | Merge tag 'pull-block-2022-04-20' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson2022-04-207-62/+425
|\ \
| * | iotests/108: Test new refcount rebuild algorithmHanna Reitz2022-04-202-1/+339
| * | 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
| |/
* | tests/avocado: Allow overwrite smp and memory size command line optionsAhmed Abouzied2022-04-201-2/+4
* | 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-2015-16/+2Star
|/
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-0650-53/+0Star
* include: move C/util-related declarations to cutils.hMarc-André Lureau2022-04-061-1/+1
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-4/+4
* tests: replace free_all() usage with g_autoMarc-André Lureau2022-04-061-87/+40Star