summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* libqos: Give get_machine_allocator() internal linkageMarkus Armbruster2020-04-292-3/+1Star
* fuzz: Simplify how we compute available machines and typesMarkus Armbruster2020-04-294-80/+57Star
* tests/test-logging: Fix test for -dfilter 0..0xffffffffffffffffMarkus Armbruster2020-04-291-2/+2
* test-qemu-opts: Simplify test_has_help_option() after bug fixMarkus Armbruster2020-04-291-19/+17Star
* qemu-option: Fix has_help_option()'s sloppy parsingMarkus Armbruster2020-04-291-2/+2
* qemu-option: Fix sloppy recognition of "id=..." after ",,"Markus Armbruster2020-04-291-2/+2
* tests-qemu-opts: Cover has_help_option(), qemu_opt_has_help_opt()Markus Armbruster2020-04-291-0/+44
* tests/docker: add docs FEATURE flag and use for test-miscAlex Bennée2020-04-157-6/+8
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-04-141-1/+1
|\
| * tests: numa: test one backend with prealloc enabledIgor Mammedov2020-04-141-1/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-04-133-36/+10Star
|\|
| * piix: fix xenfv regression, add compat machine xenfv-4.2Olaf Hering2020-04-113-36/+10Star
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-fixes-070420-1' ...Peter Maydell2020-04-071-4/+1Star
|\ \
| * | tests/tcg: remove extraneous pasting macrosAlex Bennée2020-04-071-4/+1Star
| |/
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-04-071-0/+2
|\ \
| * | job: take each job's lock individually in job_txn_applyStefan Reiter2020-04-071-0/+2
| |/
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-04-07' in...Peter Maydell2020-04-0710-31/+193
|\ \
| * | iotests/common.pattern: Quote echosMax Reitz2020-04-071-11/+11
| * | qemu-img: Report convert errors by bytes, not sectorsEric Blake2020-04-071-1/+1
| * | qcow2: Forbid discard in qcow2 v2 images with backing filesAlberto Garcia2020-04-078-19/+181
| |/
* | tests/acceptance/machine_sparc_leon3: Disable HelenOS testPhilippe Mathieu-Daudé2020-04-061-0/+4
* | tests/acceptance/ppc_prep_40p: Use mirror for ftp.software.ibm.comPhilippe Mathieu-Daudé2020-04-061-1/+2
* | tests/acceptance/ppc_prep_40p: Use cdn.netbsd.org hostnamePhilippe Mathieu-Daudé2020-04-061-2/+2
* | Acceptance test: Fix to EXEC migrationOksana Vohchana2020-04-061-3/+3
|/
* qtest: add tulip test caseLi Qiang2020-03-312-0/+92
* tests/docker: Add libepoxy and libudev packages to the Fedora imagePhilippe Mathieu-Daudé2020-03-271-0/+2
* tests/docker: Use Python3 PyYAML in the Fedora imagePhilippe Mathieu-Daudé2020-03-271-1/+1
* tests/docker: Install gcrypt devel package in Debian imagePhilippe Mathieu-Daudé2020-03-271-0/+1
* tests/docker: Keep package list sortedPhilippe Mathieu-Daudé2020-03-272-4/+8
* tests/vm: fix basevm configAlex Bennée2020-03-271-8/+8
* tests/vm: update NetBSD to 9.0Gerd Hoffmann2020-03-271-18/+7Star
* tests/vm: update FreeBSD to 12.1Gerd Hoffmann2020-03-271-2/+2
* tests/vm: move vga setupGerd Hoffmann2020-03-276-2/+8
* tests/vm: write raw console logGerd Hoffmann2020-03-271-0/+6
* iotests/138: Test leaks/corruptions fixed reportMax Reitz2020-03-262-2/+53
* iotests: Add poke_file_[bl]e functionsMax Reitz2020-03-261-0/+24
* qcow2: Avoid feature name extension on small cluster sizeEric Blake2020-03-262-4/+8
* qcow2: List autoclear bit names in headerEric Blake2020-03-263-13/+13
* tests/migration: Reduce autoconverge initial bandwidthPhilippe Mathieu-Daudé2020-03-251-1/+1
* iotests/026: Move v3-exclusive test to new fileMax Reitz2020-03-246-43/+98
* iotests: Fix cleanup path in some testsMax Reitz2020-03-243-1/+8
* iotests: Increase pause_wait() timeoutKevin Wolf2020-03-211-1/+1
* iotests.py: Enable faulthandlerKevin Wolf2020-03-211-0/+3
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/target_renesas_rx-20...Peter Maydell2020-03-201-0/+1
|\
| * Add rx-softmmuYoshinori Sato2020-03-191-0/+1
* | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2020-03-191-200/+114Star
|\ \ | |/ |/|
| * block/dirty-bitmap: improve _next_dirty_area APIVladimir Sementsov-Ogievskiy2020-03-181-15/+28
| * block/dirty-bitmap: add _next_dirty APIVladimir Sementsov-Ogievskiy2020-03-181-57/+73
| * block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy2020-03-181-18/+18
| * hbitmap: drop meta bitmaps as they are unusedVladimir Sementsov-Ogievskiy2020-03-181-115/+0Star