aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-05-22libqos/ahci: Add halted command helpersJohn Snow
2015-05-22tests: add test case for encrypted qcow2 read/writeDaniel P. Berrange
2015-05-22qemu-iotests: Make debugging python tests easierFam Zheng
2015-05-22qemu-iotests: qemu-img info on afl VMDK image with a huge capacityFam Zheng
2015-05-22qemu-iotests: Test unaligned sub-block zero writeFam Zheng
2015-05-22iotests, parallels: check for incorrectly closed image in testsDenis V. Lunev
2015-05-22iotests, parallels: test for newly created parallels image via qemu-imgDenis V. Lunev
2015-05-22iotests, parallels: test for write into Parallels imageDenis V. Lunev
2015-05-22iotests, parallels: quote TEST_IMG in 076 test to be path-safeDenis V. Lunev
2015-05-14qapi: Turn generators' mandatory option -i into an argumentMarkus Armbruster
2015-05-14tests: Add missing dependencies on $(qapi-py)Markus Armbruster
2015-05-14qapi: Support downstream events and commandsEric Blake
2015-05-14qapi: Support downstream alternatesEric Blake
2015-05-14qapi: Support downstream flat unionsEric Blake
2015-05-14qapi: Support downstream simple unionsEric Blake
2015-05-14qapi: Support downstream structsEric Blake
2015-05-14qapi: Support downstream enumsEric Blake
2015-05-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2015-05-12Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...Peter Maydell
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-05-11rocker: add testsScott Feldman
2015-05-11json-parser: Accept 'null' in QMPEric Blake
2015-05-11acpi: update expected files for memory unplugMichael S. Tsirkin
2015-05-05qapi: Check for member name conflicts with a base classEric Blake
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake
2015-05-05qapi: Drop support for inline nested typesEric Blake
2015-05-05qapi: Drop tests for inline nested structsEric Blake
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake
2015-05-05qapi: Use 'struct' instead of 'type' in schemaEric Blake
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake
2015-05-05qapi: Require valid namesEric Blake
2015-05-05qapi: More rigourous checking of typesEric Blake
2015-05-05qapi: Add some type check testsEric Blake
2015-05-05qapi: Unify type bypass and add testsEric Blake
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake
2015-05-05qapi: Add tests of redefined expressionsEric Blake
2015-05-05qapi: Better error messages for bad expressionsEric Blake
2015-05-05qapi: Add some expr testsEric Blake
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake
2015-05-05qapi: Rename anonymous union type in testEric Blake
2015-05-05qapi: Segregate anonymous unions into alternates in generatorEric Blake
2015-05-05qapi: Tighten checking of unionsEric Blake
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake
2015-05-05qapi: Clean up test coverage of simple unionsEric Blake
2015-05-05qapi: Add some union testsEric Blake
2015-05-05qapi: Better error messages for bad enumsEric Blake
2015-05-05qapi: Add some enum testsEric Blake