aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.hMarkus Armbruster
2016-03-22fw_cfg: Split fw_cfg_keys.h off fw_cfg.hMarkus Armbruster
2016-03-22Clean up includes some moreMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into ...Peter Maydell
2016-03-18qapi: Allow anonymous base for flat unionEric Blake
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-18qapi: Adjust names of implicit typesEric Blake
2016-03-18qapi: Fix command with named empty argument typeEric Blake
2016-03-17Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-03-17-3...Peter Maydell
2016-03-17crypto: implement the LUKS block encryption formatDaniel P. Berrange
2016-03-17iotests: Test QUORUM_REPORT_BAD in fifo modeAlberto Garcia
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-17block: Drop BB name from bad option errorMax Reitz
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz
2016-03-17crypto: add block encryption frameworkDaniel P. Berrange
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange
2016-03-17crypto: import an implementation of the XTS cipher modeDaniel P. Berrange
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange
2016-03-17crypto: skip testing of unsupported cipher algorithmsDaniel P. Berrange
2016-03-17crypto: add support for anti-forensic split algorithmDaniel P. Berrange
2016-03-17crypto: add support for generating initialization vectorsDaniel P. Berrange
2016-03-17crypto: add support for PBKDF2 algorithmDaniel P. Berrange
2016-03-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-03-15acpi-test: update UID for GSI linksMichael S. Tsirkin
2016-03-15Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-03-15Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-03-15-1...Peter Maydell
2016-03-15io: stronger check for support for IPv4/6Daniel P. Berrange
2016-03-14iotests: Add test for QMP event ratesAlberto Garcia
2016-03-14iotests: Correct 081's reference outputMax Reitz
2016-03-14block/vpc: add tests for image creation force_size parameterJeff Cody
2016-03-14block/vpc: tests for auto-detecting VPC and Hyper-V VHD imagesJeff Cody
2016-03-11acpi-test-data: add _DIS methodsMichael S. Tsirkin
2016-03-11i386: update expected DSDTMichael S. Tsirkin
2016-03-10io: assert errors before asserting content in I/O testDaniel P. Berrange
2016-03-10io: set correct error object in background reader test threadDaniel P. Berrange
2016-03-10io: wait for incoming client in socket testDaniel P. Berrange
2016-03-10io: bind to socket before creating QIOChannelSocketDaniel P. Berrange
2016-03-10io: initialize sockets in test programDaniel P. Berrange
2016-03-10io: use bind() to check for IPv4/6 availabilityDaniel P. Berrange
2016-03-08tests: update acpi test dataGerd Hoffmann
2016-03-05qapi: Drop useless 'data' member of unionsEric Blake
2016-03-05util: Shorten references into SocketAddressEric Blake
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake
2016-02-29iotests/124: Add cluster_size mismatch testJohn Snow
2016-02-29mirror: Rewrite mirror_iterationFam Zheng