aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-09-03block: posix: Always allocate the first blockNir Soffer8-21/+48
2019-09-02tests/docker: upgrade docker.py to python3Alex Bennée1-13/+14
2019-09-02tests: fix modules-test with no default machineMarc-André Lureau1-1/+3
2019-09-02build-sys: build ui-spice-app as a moduleMarc-André Lureau1-0/+3
2019-08-28VNC Acceptance test: simplify test namesCleber Rosa1-2/+2
2019-08-28Boot Linux Console Test: add a test for ppc64 + pseriesCleber Rosa1-0/+19
2019-08-28Acceptance tests: drop left over usage of ":avocado: enable"Cleber Rosa1-3/+0
2019-08-28tests/requirements.txt: pin paramiko version requirementCleber Rosa1-1/+1
2019-08-28tests.acceptance.avocado_qemu: Add support for powerpcSatheesh Rajendran1-0/+3
2019-08-29tests/boot-serial-test: add support for all the PowerNV machinesCédric Le Goater1-1/+2
2019-08-29ppc/pnv: Introduce PowerNV machines with fixed CPU modelsCédric Le Goater1-2/+14
2019-08-27configure: more resilient Python version captureCleber Rosa1-1/+1
2019-08-27BootLinuxSshTest: Only use 'test' for unittest.TestCase method namesPhilippe Mathieu-Daudé1-5/+5
2019-08-27tests: fix modules-test with no default machineMarc-André Lureau1-1/+3
2019-08-27build-sys: build ui-spice-app as a moduleMarc-André Lureau1-0/+3
2019-08-23modules-test: ui-spice-app is not built as modulePaolo Bonzini1-3/+0
2019-08-23modules-test: fix const castPaolo Bonzini1-1/+1
2019-08-22test: skip tests if socket_check_protocol_support() failedMarc-André Lureau3-3/+9
2019-08-22test-char: skip tcp tests if ipv4 check failedMarc-André Lureau2-5/+14
2019-08-22tests: specify the address family when checking bindMarc-André Lureau2-15/+13
2019-08-22tests/docker: add podman supportMarc-André Lureau1-2/+6
2019-08-22docker.py: add podman supportMarc-André Lureau1-5/+43
2019-08-22docker.py: add --run-as-current-userMarc-André Lureau2-1/+6
2019-08-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-0/+80
2019-08-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2-5/+5
2019-08-21tests: add module loading testMarc-André Lureau4-0/+80
2019-08-21test: Use g_strndup instead of plain strnduptony.nguyen@bt.com2-5/+5
2019-08-20test-bitmap: test set 1 bit case for bitmap_setWei Yang1-0/+12
2019-08-20util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk2-4/+6
2019-08-20tests: Fix uninitialized byte in test_visitor_in_fuzzAndrey Shinkevich1-5/+3
2019-08-20test-throttle: Fix uninitialized use of burst_lengthAndrey Shinkevich1-0/+2
2019-08-20Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-20-2019' ...Peter Maydell9-2029/+2598
2019-08-20Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-08-19' in...Peter Maydell10-15/+121
2019-08-19target/mips: tests/tcg: Fix target configurations for MSA testsAleksandar Markovic8-2028/+2576
2019-08-19target/mips: tests/tcg: Add optional printing of more detailed failure infoAleksandar Markovic1-1/+22
2019-08-19iotests: Fix 141 when run with qedMax Reitz3-7/+12
2019-08-19iotests: Full mirror to existing non-zero imageMax Reitz2-6/+60
2019-08-19iotests: Test convert -n to pre-filled imageMax Reitz2-0/+25
2019-08-19iotests: Convert to preallocated encrypted qcow2Max Reitz2-1/+23
2019-08-19mirror: Fix bdrv_has_zero_init() useMax Reitz1-1/+1
2019-08-19decodetree: Allow !function with no input bitsRichard Henderson2-0/+11
2019-08-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-1...Peter Maydell3-22/+40
2019-08-17tests: Run the iotests during "make check" againThomas Huth3-22/+40
2019-08-16tests/test-hbitmap: test next_zero and _next_dirty_area after truncateVladimir Sementsov-Ogievskiy1-0/+22
2019-08-16iotests/257: test traditional sync modesJohn Snow2-2/+3128
2019-08-16block/backup: improve sync=bitmap work estimatesJohn Snow2-20/+20
2019-08-16iotests/257: test API failuresJohn Snow2-0/+152
2019-08-16iotests/257: Refactor backup helpersJohn Snow2-120/+128
2019-08-16iotests/257: add EmulatedBitmap classJohn Snow1-49/+75
2019-08-16iotests/257: add Pattern classJohn Snow1-26/+32