summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-05-22qtest: pre-buffer hex nibsJohn Snow1-3/+5
2015-05-22libqos/ahci: Swap memread/write with bufread/writeJohn Snow2-6/+6
2015-05-22qtest: add memset to qtest protocolJohn Snow1-7/+1
2015-05-22qtest: Add base64 encoded read/writeJohn Snow2-0/+80
2015-05-22qtest/ahci: add migrate halted dma testJohn Snow1-1/+74
2015-05-22qtest/ahci: add halted dma testJohn Snow1-0/+60
2015-05-22qtest/ahci: add flush migrate testJohn Snow1-1/+51
2015-05-22qtest/ahci: add migrate dma testJohn Snow2-0/+46
2015-05-22qtest/ahci: Add migration testJohn Snow1-0/+90
2015-05-22libqos: Add migration helpersJohn Snow4-17/+145
2015-05-22libqos/ahci: Fix sector set methodJohn Snow1-2/+4
2015-05-22libqos/ahci: Add halted command helpersJohn Snow2-0/+30
2015-05-22qemu-iotests: Test unaligned sub-block zero writeFam Zheng2-0/+43
2015-05-22iotests, parallels: check for incorrectly closed image in testsDenis V. Lunev2-0/+26
2015-05-22iotests, parallels: test for newly created parallels image via qemu-imgDenis V. Lunev3-0/+93
2015-05-22iotests, parallels: test for write into Parallels imageDenis V. Lunev2-0/+15
2015-05-22iotests, parallels: quote TEST_IMG in 076 test to be path-safeDenis V. Lunev1-5/+5
2015-05-14qapi: Turn generators' mandatory option -i into an argumentMarkus Armbruster1-4/+4
2015-05-14tests: Add missing dependencies on $(qapi-py)Markus Armbruster1-4/+4
2015-05-14qapi: Support downstream events and commandsEric Blake3-1/+23
2015-05-14qapi: Support downstream alternatesEric Blake2-2/+6
2015-05-14qapi: Support downstream flat unionsEric Blake2-2/+10
2015-05-14qapi: Support downstream simple unionsEric Blake2-2/+5
2015-05-14qapi: Support downstream structsEric Blake2-2/+10
2015-05-14qapi: Support downstream enumsEric Blake2-1/+6
2015-05-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell8-0/+285
2015-05-12Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...Peter Maydell1-2/+13
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell7-1/+1
2015-05-11rocker: add testsScott Feldman8-0/+285
2015-05-11json-parser: Accept 'null' in QMPEric Blake1-2/+13
2015-05-11acpi: update expected files for memory unplugMichael S. Tsirkin6-0/+0
2015-05-05qapi: Check for member name conflicts with a base classEric Blake13-13/+25
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake25-3/+31
2015-05-05qapi: Drop support for inline nested typesEric Blake9-11/+7
2015-05-05qapi: Drop tests for inline nested structsEric Blake6-63/+90
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake7-103/+102
2015-05-05qapi: Use 'struct' instead of 'type' in schemaEric Blake33-66/+66
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake19-52/+52
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake8-10/+6
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake10-17/+9
2015-05-05qapi: Require valid namesEric Blake18-26/+14
2015-05-05qapi: More rigourous checking of typesEric Blake51-68/+39
2015-05-05qapi: Add some type check testsEric Blake61-3/+119
2015-05-05qapi: Unify type bypass and add testsEric Blake13-0/+19
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng2-2/+1
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake28-40/+21
2015-05-05qapi: Add tests of redefined expressionsEric Blake25-0/+45
2015-05-05qapi: Better error messages for bad expressionsEric Blake23-29/+19
2015-05-05qapi: Add some expr testsEric Blake45-3/+72
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake20-41/+32