summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-10-28clean-up: removed duplicate #includesAnand J2-5/+0
2016-10-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell3-0/+1417
2016-10-27qemu-iotests: Test creating floppy drivesKevin Wolf3-0/+1417
2016-10-27iotests: Add test for NBD's blockdev-add interfaceMax Reitz3-0/+201
2016-10-27iotests: Add assert_json_filename_equal() methodMax Reitz1-0/+20
2016-10-27socket_scm_helper: Accept fd directlyMax Reitz1-11/+18
2016-10-27iotests.py: Allow concurrent qemu instancesMax Reitz1-2/+4
2016-10-27iotests.py: Add qemu_nbd functionMax Reitz1-0/+8
2016-10-27block/nbd: Accept SocketAddressMax Reitz2-4/+4
2016-10-27block/nbd: Drop trailing "." in error messagesMax Reitz2-4/+4
2016-10-27qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAXKevin Wolf1-1/+1
2016-10-26tests: add atomic_add-benchEmilio G. Cota3-1/+167
2016-10-26int128: Use __int128 if availableRichard Henderson1-11/+11
2016-10-25qdict: implement a qdict_crumple method for un-flattening a dictDaniel P. Berrange1-8/+150
2016-10-25qapi: don't pass two copies of TestInputVisitorData to testsDaniel P. Berrange1-44/+32
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange3-3/+3
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange5-5/+5
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange10-26/+26
2016-10-25tests: Restore check-qdict unit testMarkus Armbruster1-1/+1
2016-10-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161024'...Peter Maydell5-73/+1401
2016-10-24tests: Add test code for hbitmap serializationFam Zheng1-0/+156
2016-10-24tests: Add test code for meta bitmapFam Zheng1-0/+116
2016-10-24iotests: Do not rely on unavailable domains in 162Max Reitz2-5/+16
2016-10-24iotests: Remove raciness from 162Max Reitz1-2/+1
2016-10-24qemu-iotests: Test I/O in a single drive from a throttling groupAlberto Garcia2-7/+30
2016-10-24block: Remove "options" indirection from blockdev-addKevin Wolf12-212/+173
2016-10-24tests: Add tests for the ARM MPTimerDmitry Osipenko2-0/+1108
2016-10-24tests: ptimer: Replace 10000 with 1Dmitry Osipenko1-28/+28
2016-10-24tests: ptimer: Change the copyright commentDmitry Osipenko3-3/+3
2016-10-24tests: ptimer: Add tests for "no counter round down" policyDmitry Osipenko1-41/+76
2016-10-24tests: ptimer: Add tests for "no immediate reload" policyDmitry Osipenko1-16/+57
2016-10-24tests: ptimer: Add tests for "no immediate trigger" policyDmitry Osipenko1-8/+56
2016-10-24tests: ptimer: Add tests for "continuous trigger" policyDmitry Osipenko1-3/+18
2016-10-24tests: ptimer: Add tests for "wraparound after one period" policyDmitry Osipenko1-23/+104
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2-5/+5
2016-10-24tests: start chardev unit testsMarc-André Lureau2-0/+257
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau1-0/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-16/+19
2016-10-24char: rename some frontend functionsMarc-André Lureau1-3/+3
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau1-18/+21
2016-10-24char: remove init callbackMarc-André Lureau1-1/+1
2016-10-24test-i386: fix bitrot for 64-bitPaolo Bonzini1-2/+2
2016-10-24qht-bench: relax test_start/stop atomic accessesEmilio G. Cota1-3/+3
2016-10-19crypto: fix initialization of crypto in testsDaniel P. Berrange2-10/+5
2016-10-19qtest: fix make check complaint in crypto moduleGonglei1-1/+4
2016-10-19crypto: add CTR mode supportGonglei1-0/+55
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-1/+1
2016-10-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-0/+44
2016-10-17tests: cleanup ptimer-testPaolo Bonzini3-13/+21
2016-10-17tests: add a m25p80 testCédric Le Goater2-0/+254