summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster
2017-02-23util/cutils: New qemu_strtosz_metric()Markus Armbruster
2017-02-23test-cutils: Cover qemu_strtosz() around range limitsMarkus Armbruster
2017-02-23test-cutils: Cover qemu_strtosz() with trailing crapMarkus Armbruster
2017-02-23test-cutils: Cover qemu_strtosz() invalid inputMarkus Armbruster
2017-02-23test-cutils: Add missing qemu_strtosz()... endptr checksMarkus Armbruster
2017-02-23option: Fix to reject invalid and overflowing numbersMarkus Armbruster
2017-02-23util/cutils: Rename qemu_strtoll(), qemu_strtoull()Markus Armbruster
2017-02-23test-cutils: Clean up qemu_strtoul() result checksMarkus Armbruster
2017-02-23test-cutils: Add missing qemu_strtol()... endptr checksMarkus Armbruster
2017-02-23test-qemu-opts: Cover qemu_opts_parse()Markus Armbruster
2017-02-22tests: Don't check qobject_type() before qobject_to_qbool()Markus Armbruster
2017-02-22tests: Don't check qobject_type() before qobject_to_qfloat()Markus Armbruster
2017-02-22tests: Don't check qobject_type() before qobject_to_qint()Markus Armbruster
2017-02-22tests: Don't check qobject_type() before qobject_to_qstring()Markus Armbruster
2017-02-22tests: Don't check qobject_type() before qobject_to_qlist()Markus Armbruster