aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-03-01tests: fix tco-test leaksMarc-André Lureau
2017-03-01tests: fix eepro100-test leakMarc-André Lureau
2017-03-01tests: fix ipmi-bt-test leakMarc-André Lureau
2017-03-01tests: fix ipmi-kcs-test leakMarc-André Lureau
2017-03-01tests: fix bios-tables-test leakMarc-André Lureau
2017-03-01tests: fix hd-geo-test leaksMarc-André Lureau
2017-03-01tests: fix ide-test leaksMarc-André Lureau
2017-03-01tests: fix vhost-user-test leaksMarc-André Lureau
2017-03-01tests: fix q35-test leaksMarc-André Lureau
2017-03-01tests: fix endianness-test leaksMarc-André Lureau
2017-03-01tests: fix ptimer leaksMarc-André Lureau
2017-03-01glib-compat: add g_test_add_data_func_full fallbackMarc-André Lureau
2017-03-01tests: fix leaks in test-io-channel-commandMarc-André Lureau
2017-03-01tests: fix qmp response leakMarc-André Lureau
2017-02-28block: Add Error parameter to bdrv_append()Kevin Wolf
2017-02-28tests: Remove FIXME commentsKevin Wolf
2017-02-28mirror: Use real permissions in mirror/active commit block jobKevin Wolf
2017-02-28backup: Use real permissions in backup block jobKevin Wolf
2017-02-28blockjob: Add permissions to block_job_create()Kevin Wolf
2017-02-28hw/block: Introduce share-rw qdev propertyKevin Wolf
2017-02-28hw/block: Request permissionsKevin Wolf
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2017-02-28option: Tweak invalid size error message and unbreak iotest 049Markus Armbruster
2017-02-28new: dockerfiles/debian-s390-crossAlex Bennée
2017-02-28tests/test-vmstate.c: test array of ptr to primitiveHalil Pasic
2017-02-28tests/test-vmstate.c: test array of ptr with nullHalil Pasic
2017-02-28tests/prom-env: Enable the test for the sun4u machine, tooThomas Huth
2017-02-28ide: remove undefined behavior in ide-testJohn Snow
2017-02-27tests-aio-multithread: use atomic_read properlyPaolo Bonzini
2017-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-02-25Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell
2017-02-24Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...Peter Maydell
2017-02-24tests: Use opened block node for block job testsKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-02-24iotests: Fix another race in 030John Snow
2017-02-24qemu-img: Add tests for raw image preallocationNir Soffer
2017-02-24qemu-iotests: redirect nbd server stdout to /dev/nullJeff Cody
2017-02-24qemu-iotests: add ability to exclude certain protocols from testsJeff Cody
2017-02-24qemu-iotests: Test 137 only supports 'file' protocolJeff Cody
2017-02-24docker: Install python2 explicitly in docker imageFam Zheng
2017-02-24new: debian docker targets for cross-compilingAlex Bennée
2017-02-24tests/docker: add basic user mapping supportAlex Bennée
2017-02-23option: Fix checking of sizes for overflow and trailing crapMarkus Armbruster
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster
2017-02-23test-cutils: Drop suffix from test_qemu_strtosz_simple()Markus Armbruster
2017-02-23test-cutils: Use qemu_strtosz() more oftenMarkus Armbruster
2017-02-23util/cutils: New qemu_strtosz()Markus Armbruster