summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* modules-test: ui-spice-app is not built as modulePaolo Bonzini2019-08-231-3/+0Star
* modules-test: fix const castPaolo Bonzini2019-08-231-1/+1
* test: skip tests if socket_check_protocol_support() failedMarc-André Lureau2019-08-223-3/+9
* test-char: skip tcp tests if ipv4 check failedMarc-André Lureau2019-08-222-5/+14
* tests: specify the address family when checking bindMarc-André Lureau2019-08-222-15/+13Star
* tests/docker: add podman supportMarc-André Lureau2019-08-221-2/+6
* docker.py: add podman supportMarc-André Lureau2019-08-221-5/+43
* docker.py: add --run-as-current-userMarc-André Lureau2019-08-222-1/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-08-224-0/+80
|\
| * tests: add module loading testMarc-André Lureau2019-08-214-0/+80
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-08-212-5/+5
|\ \ | |/ |/|
| * test: Use g_strndup instead of plain strnduptony.nguyen@bt.com2019-08-212-5/+5
* | test-bitmap: test set 1 bit case for bitmap_setWei Yang2019-08-201-0/+12
* | util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk2019-08-202-4/+6
* | tests: Fix uninitialized byte in test_visitor_in_fuzzAndrey Shinkevich2019-08-201-5/+3Star
* | test-throttle: Fix uninitialized use of burst_lengthAndrey Shinkevich2019-08-201-0/+2
|/
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-20-2019' ...Peter Maydell2019-08-209-2029/+2598
|\
| * target/mips: tests/tcg: Fix target configurations for MSA testsAleksandar Markovic2019-08-198-2028/+2576
| * target/mips: tests/tcg: Add optional printing of more detailed failure infoAleksandar Markovic2019-08-191-1/+22
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-08-19' in...Peter Maydell2019-08-2010-15/+121
|\ \
| * | iotests: Fix 141 when run with qedMax Reitz2019-08-193-7/+12
| * | iotests: Full mirror to existing non-zero imageMax Reitz2019-08-192-6/+60
| * | iotests: Test convert -n to pre-filled imageMax Reitz2019-08-192-0/+25
| * | iotests: Convert to preallocated encrypted qcow2Max Reitz2019-08-192-1/+23
| * | mirror: Fix bdrv_has_zero_init() useMax Reitz2019-08-191-1/+1
| |/
* / decodetree: Allow !function with no input bitsRichard Henderson2019-08-192-0/+11
|/
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-1...Peter Maydell2019-08-193-22/+40
|\
| * tests: Run the iotests during "make check" againThomas Huth2019-08-173-22/+40
* | tests/test-hbitmap: test next_zero and _next_dirty_area after truncateVladimir Sementsov-Ogievskiy2019-08-171-0/+22
* | iotests/257: test traditional sync modesJohn Snow2019-08-172-2/+3128
* | block/backup: improve sync=bitmap work estimatesJohn Snow2019-08-162-20/+20
* | iotests/257: test API failuresJohn Snow2019-08-162-0/+152
* | iotests/257: Refactor backup helpersJohn Snow2019-08-162-120/+128
* | iotests/257: add EmulatedBitmap classJohn Snow2019-08-161-49/+75
* | iotests/257: add Pattern classJohn Snow2019-08-161-26/+32
* | iotests: test bitmap moving inside 254Vladimir Sementsov-Ogievskiy2019-08-162-2/+110
* | iotests: add test 257 for bitmap-mode backupsJohn Snow2019-08-163-0/+2664
* | iotests: Add virtio-scsi device helperJohn Snow2019-08-165-18/+10Star
* | iotests: teach FilePath to produce multiple pathsJohn Snow2019-08-161-10/+24
* | iotests: teach run_job to cancel pending jobsJohn Snow2019-08-161-2/+22
* | iotests: add testing shim for script-style python testsJohn Snow2019-08-161-14/+26
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-08-1610-62/+845
|\
| * block-backend: Queue requests while drainedKevin Wolf2019-08-161-0/+1
| * iotests: Add test for concurrent stream/commitMax Reitz2019-08-163-0/+197
| * tests: Test mid-drain bdrv_replace_child_noperm()Max Reitz2019-08-161-0/+308
| * tests: Test polling in bdrv_drop_intermediate()Max Reitz2019-08-161-0/+167
| * iotests: Test migration with all kinds of filter nodesKevin Wolf2019-08-163-0/+100
| * iotests: Move migration helpers to iotests.pyKevin Wolf2019-08-162-23/+23
| * iotests/118: Add -blockdev based testsKevin Wolf2019-08-162-15/+32
| * iotests/118: Create test classes dynamicallyKevin Wolf2019-08-161-48/+21Star