summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2016-01-26char: convert from GIOChannel to QIOChannelDaniel P. Berrange1-1/+1
2016-01-25qtest/fdc: Support for 2.88MB drivesJohn Snow1-1/+1
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell1-1/+1
2016-01-20iotests: Test that throttle values rangesFam Zheng3-0/+96
2016-01-20qcow2: Write full header on image creationKevin Wolf4-0/+32
2016-01-20qcow2: Write feature table only for v3 imagesKevin Wolf2-26/+1
2016-01-20qemu-iotests: Reduce racy output in 028Eric Blake2-5/+4
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-4/+3
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange1-10/+21
2016-01-15nbd: Split nbd.cFam Zheng1-1/+1
2016-01-13error: Consistently name Error * objects err, and not errpMarkus Armbruster1-3/+3
2016-01-13vhdx: Fix "log that needs to be replayed" error messageMarkus Armbruster1-2/+3
2016-01-13vmdk: Clean up "Invalid extent lines" error messageMarkus Armbruster1-3/+1
2016-01-13qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()Markus Armbruster15-89/+89
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2-6/+2
2016-01-13error: Don't decorate original error message when adding to itMarkus Armbruster2-2/+2
2016-01-13test-throttle: Simplify qemu_init_main_loop() error handlingMarkus Armbruster1-14/+1
2016-01-11libqos/ahci: organize headerJohn Snow1-12/+24
2016-01-11qtest/ahci: ATAPI data testsJohn Snow1-0/+97
2016-01-11libqos/ahci: add ahci_execJohn Snow2-0/+93
2016-01-11libqos/ahci: allow nondata commands for ahci_io variantsJohn Snow2-12/+5
2016-01-11libqos: allow zero-size allocationsJohn Snow3-10/+8
2016-01-11libqos/ahci: Switch to mutable propertiesJohn Snow1-2/+8
2016-01-11libqos/ahci: ATAPI identifyJohn Snow3-1/+13
2016-01-11libqos/ahci: ATAPI supportJohn Snow2-4/+89
2016-01-11ahci-test: fix memory leakJohn Snow1-2/+2
2016-01-08tests: acpi: print ASL diff in verbose modeIgor Mammedov1-0/+16
2016-01-07iotests: Add test cases for blockdev-mirrorFam Zheng2-25/+79
2016-01-07qemu-iotests: s390x: fix test 051Bo Tu3-85/+69
2016-01-07iotests: 095: Filter _img_info outputFam Zheng2-4/+2
2016-01-07iotests: 095: Use TEST_IMG override instead of "mv"Fam Zheng2-6/+4
2016-01-07iotests: 050: Use TEST_IMG override instead of "mv"Fam Zheng2-4/+9
2016-01-07iotests: 038: Use TEST_IMG override instead of "mv"Fam Zheng2-2/+5
2016-01-07iotests: 037: Use TEST_IMG override instead of "mv"Fam Zheng2-2/+5
2016-01-07iotests: 034: Use TEST_IMG override instead of "mv"Fam Zheng2-2/+6
2016-01-07iotests: 028: Use TEST_IMG override instead of "mv"Fam Zheng2-2/+5
2016-01-07iotests: 024: Use TEST_IMG override instead of "mv"Fam Zheng2-4/+10
2016-01-07iotests: 020: Use TEST_IMG override instead of "mv"Fam Zheng2-3/+6
2016-01-07iotests: 019: Use TEST_IMG override instead of "mv"Fam Zheng2-8/+9
2016-01-07iotests: 018: Use TEST_IMG override instead of "mv"Fam Zheng2-5/+5
2016-01-07qemu-iotests: make check-block.sh work on out-of-tree buildsPaolo Bonzini1-1/+1
2016-01-07iotests: 086: Add raw formatFam Zheng1-1/+1
2015-12-23Merge remote-tracking branch 'remotes/berrange/tags/pull-crypto-fixes-2015-12...Peter Maydell2-0/+15
2015-12-23Merge remote-tracking branch 'remotes/berrange/tags/pull-io-fixes-2015-12-23-...Peter Maydell1-6/+123
2015-12-23crypto: add ability to query hash digest lenDaniel P. Berrange1-0/+5
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange1-0/+10
2015-12-23io: fix stack allocation when sending of file descriptorsDaniel P. Berrange1-0/+96
2015-12-22io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange1-4/+25
2015-12-22io: bind to loopback IP addrs in test suiteDaniel P. Berrange1-2/+2