aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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-28block: Add Error parameter to bdrv_append()Kevin Wolf1-1/+1
2017-02-28tests: Remove FIXME commentsKevin Wolf2-2/+2
2017-02-28mirror: Use real permissions in mirror/active commit block jobKevin Wolf2-3/+3
2017-02-28backup: Use real permissions in backup block jobKevin Wolf1-4/+7
2017-02-28blockjob: Add permissions to block_job_create()Kevin Wolf2-5/+6
2017-02-28hw/block: Introduce share-rw qdev propertyKevin Wolf1-0/+53
2017-02-28hw/block: Request permissionsKevin Wolf1-3/+3
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-1/+1
2017-02-28block: Add permissions to blk_new()Kevin Wolf2-4/+6
2017-02-28option: Tweak invalid size error message and unbreak iotest 049Markus Armbruster1-5/+9
2017-02-28new: dockerfiles/debian-s390-crossAlex Bennée1-0/+22
2017-02-28tests/test-vmstate.c: test array of ptr to primitiveHalil Pasic1-0/+48
2017-02-28tests/test-vmstate.c: test array of ptr with nullHalil Pasic1-17/+57
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