aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-07-01Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-07-01libqtest: escape strings in QMP commands, fix leakPaolo Bonzini
2014-07-01block: make 'top' argument to block-commit optionalJeff Cody
2014-07-01iotests: Add more tests to quick groupMax Reitz
2014-07-01iotests: Add qemu tests to quick groupMax Reitz
2014-07-01iotests: Simplify qemu-iotests-quick.shMax Reitz
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu
2014-06-30tests/test-qmp-event: fix for GLib < 2.31Paolo Bonzini
2014-06-29tests: add human format test for string output visitorHu Tao
2014-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-06-27iotests: Fix 083 for out-of-tree buildsMax Reitz
2014-06-27iotests: Drop Python version from 065's ShebangMax Reitz
2014-06-27iotests: Use $PYTHON for Python scriptsMax Reitz
2014-06-27iotests: Source common.envMax Reitz
2014-06-27iotests: Allow out-of-tree runMax Reitz
2014-06-27qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode.Benoît Canet
2014-06-27qapi script: clean up in scriptsWenchao Xia
2014-06-27quorum: Add the rewrite-corrupted parameter to quorumBenoît Canet
2014-06-27block: add qemu-iotest for resize base during live commitJeff Cody
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf
2014-06-26block: Always pass driver name through options QDictKevin Wolf
2014-06-26qemu-iotests: Test 0-length image for mirrorFam Zheng
2014-06-26qemu-iotests: Test BLOCK_JOB_READY event for 0Kb image active commitFam Zheng
2014-06-24Fix new typos (found by codespell)Stefan Weil
2014-06-24Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' i...Peter Maydell
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-06-23vmstate: Refactor & increase tests for primitive typesJuan Quintela
2014-06-23tests: vmstate static checker: add size mismatch inside substructureAmit Shah
2014-06-23tests: vmstate static checker: add substructure for usb-kbd for hid sectionAmit Shah
2014-06-23tests: vmstate static checker: remove SubsectionsAmit Shah
2014-06-23tests: vmstate static checker: remove a subsectionAmit Shah
2014-06-23tests: vmstate static checker: remove Description inside FieldsAmit Shah
2014-06-23tests: vmstate static checker: remove DescriptionAmit Shah
2014-06-23tests: vmstate static checker: remove FieldsAmit Shah
2014-06-23tests: vmstate static checker: change description nameAmit Shah
2014-06-23tests: vmstate static checker: remove last field in a structAmit Shah
2014-06-23tests: vmstate static checker: remove a fieldAmit Shah
2014-06-23tests: vmstate static checker: remove a sectionAmit Shah
2014-06-23tests: vmstate static checker: minimum_version_id checkAmit Shah
2014-06-23tests: vmstate static checker: version mismatch inside a DescriptionAmit Shah
2014-06-23tests: vmstate static checker: add version error in main sectionAmit Shah
2014-06-23tests: vmstate static checker: incompat machine typesAmit Shah
2014-06-23tests: vmstate static checker: add dump1 and dump2 filesAmit Shah
2014-06-23test: add test cases for qapi eventWenchao Xia
2014-06-23qapi script: add event supportWenchao Xia
2014-06-23json-lexer: fix escaped backslash in single-quoted stringPaolo Bonzini
2014-06-23qtest: fix vhost-user-test unbalanced mutex locksNikolay Nikolaev
2014-06-23qtest: fix qtest for vhost-userNikolay Nikolaev
2014-06-19tests: simplify codeMichael S. Tsirkin
2014-06-19qapi: make string output visitor parse int listHu Tao