aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-03-01tests: fix virtio-blk-test leaksMarc-André Lureau2-8/+9
2017-03-01tests: add specialized device_find functionMarc-André Lureau2-6/+27
2017-03-01tests: fix usb-test leaksMarc-André Lureau4-0/+17
2017-03-01tests: allows to run single test in usb-hcd-ehci-testMarc-André Lureau1-5/+4
2017-03-01tests: fix virtio-9p-test leaksMarc-André Lureau1-1/+1
2017-03-01tests: fix virtio-scsi-test leakMarc-André Lureau1-1/+1
2017-03-01tests: fix e1000e leaksMarc-André Lureau1-1/+5
2017-03-01tests: fix i440fx-test leaksMarc-André Lureau1-0/+5
2017-03-01tests: fix e1000-test leakMarc-André Lureau1-0/+1
2017-03-01tests: fix tco-test leaksMarc-André Lureau1-14/+21
2017-03-01tests: fix eepro100-test leakMarc-André Lureau1-0/+1
2017-03-01tests: fix ipmi-bt-test leakMarc-André Lureau1-0/+1
2017-03-01tests: fix ipmi-kcs-test leakMarc-André Lureau1-0/+1
2017-03-01tests: fix bios-tables-test leakMarc-André Lureau1-1/+1
2017-03-01tests: fix hd-geo-test leaksMarc-André Lureau1-17/+36
2017-03-01tests: fix ide-test leaksMarc-André Lureau1-0/+12
2017-03-01tests: fix vhost-user-test leaksMarc-André Lureau3-4/+15
2017-03-01tests: fix q35-test leaksMarc-André Lureau1-0/+3
2017-03-01tests: fix endianness-test leaksMarc-André Lureau1-0/+3
2017-03-01tests: fix ptimer leaksMarc-André Lureau2-47/+80
2017-03-01glib-compat: add g_test_add_data_func_full fallbackMarc-André Lureau1-10/+0
2017-03-01tests: fix leaks in test-io-channel-commandMarc-André Lureau1-4/+2
2017-03-01tests: fix qmp response leakMarc-André Lureau6-10/+15
2017-02-28tests/prom-env: Enable the test for the sun4u machine, tooThomas Huth2-3/+2
2017-02-28ide: remove undefined behavior in ide-testJohn Snow1-0/+1
2017-02-27tests-aio-multithread: use atomic_read properlyPaolo Bonzini1-2/+2
2017-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell10-9/+112
2017-02-25Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell7-4/+77
2017-02-24Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...Peter Maydell2-229/+739
2017-02-24tests: Use opened block node for block job testsKevin Wolf2-2/+10
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf2-4/+4
2017-02-24iotests: Fix another race in 030John Snow1-1/+4
2017-02-24qemu-img: Add tests for raw image preallocationNir Soffer3-0/+80
2017-02-24qemu-iotests: redirect nbd server stdout to /dev/nullJeff Cody1-1/+1
2017-02-24qemu-iotests: add ability to exclude certain protocols from testsJeff Cody1-0/+12
2017-02-24qemu-iotests: Test 137 only supports 'file' protocolJeff Cody1-1/+1
2017-02-24docker: Install python2 explicitly in docker imageFam Zheng1-1/+1
2017-02-24new: debian docker targets for cross-compilingAlex Bennée5-1/+60
2017-02-24tests/docker: add basic user mapping supportAlex Bennée2-2/+16
2017-02-23option: Fix checking of sizes for overflow and trailing crapMarkus Armbruster1-12/+9
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster1-20/+20
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster1-47/+73
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster1-0/+6
2017-02-23test-cutils: Drop suffix from test_qemu_strtosz_simple()Markus Armbruster1-4/+4
2017-02-23test-cutils: Use qemu_strtosz() more oftenMarkus Armbruster1-17/+17
2017-02-23util/cutils: New qemu_strtosz()Markus Armbruster1-8/+8
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster1-19/+19
2017-02-23util/cutils: New qemu_strtosz_metric()Markus Armbruster1-7/+6
2017-02-23test-cutils: Cover qemu_strtosz() around range limitsMarkus Armbruster1-2/+59
2017-02-23test-cutils: Cover qemu_strtosz() with trailing crapMarkus Armbruster1-0/+19