summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth2016-10-281-4/+4
* tests: enable virtio tests on SPAPRLaurent Vivier2016-10-287-13/+88
* tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier2016-10-284-176/+128Star
* tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier2016-10-284-29/+25Star
* tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier2016-10-289-217/+186Star
* tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier2016-10-282-1/+2
* tests: fix memory leak in virtio-scsi-testLaurent Vivier2016-10-281-0/+1
* tests: add atomic_add-benchEmilio G. Cota2016-10-263-1/+167
* int128: Use __int128 if availableRichard Henderson2016-10-261-11/+11
* qdict: implement a qdict_crumple method for un-flattening a dictDaniel P. Berrange2016-10-251-8/+150
* qapi: don't pass two copies of TestInputVisitorData to testsDaniel P. Berrange2016-10-251-44/+32Star
* qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange2016-10-253-3/+3
* qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange2016-10-255-5/+5
* qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-2510-26/+26
* tests: Restore check-qdict unit testMarkus Armbruster2016-10-251-1/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161024'...Peter Maydell2016-10-245-73/+1401
|\
| * tests: Add tests for the ARM MPTimerDmitry Osipenko2016-10-242-0/+1108
| * tests: ptimer: Replace 10000 with 1Dmitry Osipenko2016-10-241-28/+28
| * tests: ptimer: Change the copyright commentDmitry Osipenko2016-10-243-3/+3
| * tests: ptimer: Add tests for "no counter round down" policyDmitry Osipenko2016-10-241-41/+76
| * tests: ptimer: Add tests for "no immediate reload" policyDmitry Osipenko2016-10-241-16/+57
| * tests: ptimer: Add tests for "no immediate trigger" policyDmitry Osipenko2016-10-241-8/+56
| * tests: ptimer: Add tests for "continuous trigger" policyDmitry Osipenko2016-10-241-3/+18
| * tests: ptimer: Add tests for "wraparound after one period" policyDmitry Osipenko2016-10-241-23/+104
* | tests: Add test code for hbitmap serializationFam Zheng2016-10-241-0/+156
* | tests: Add test code for meta bitmapFam Zheng2016-10-241-0/+116
* | iotests: Do not rely on unavailable domains in 162Max Reitz2016-10-242-5/+16
* | iotests: Remove raciness from 162Max Reitz2016-10-241-2/+1Star
* | qemu-iotests: Test I/O in a single drive from a throttling groupAlberto Garcia2016-10-242-7/+30
* | block: Remove "options" indirection from blockdev-addKevin Wolf2016-10-2412-212/+173Star
|/
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-242-5/+5
* tests: start chardev unit testsMarc-André Lureau2016-10-242-0/+257
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-0/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-16/+19
* char: rename some frontend functionsMarc-André Lureau2016-10-241-3/+3
* char: remaining switch to CharBackend in frontendMarc-André Lureau2016-10-241-18/+21
* char: remove init callbackMarc-André Lureau2016-10-241-1/+1
* test-i386: fix bitrot for 64-bitPaolo Bonzini2016-10-241-2/+2
* qht-bench: relax test_start/stop atomic accessesEmilio G. Cota2016-10-241-3/+3
* crypto: fix initialization of crypto in testsDaniel P. Berrange2016-10-192-10/+5Star
* qtest: fix make check complaint in crypto moduleGonglei2016-10-191-1/+4
* crypto: add CTR mode supportGonglei2016-10-191-0/+55
* crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei2016-10-191-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-10-181-0/+44
|\
| * tests: Add test case for x86 feature parsing compatibilityEduardo Habkost2016-10-171-0/+44
* | tests: cleanup ptimer-testPaolo Bonzini2016-10-173-13/+21
* | tests: add a m25p80 testCédric Le Goater2016-10-172-0/+254
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161017' into...Peter Maydell2016-10-1712-122/+135
|\
| * spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2016-10-163-7/+7
| * libqos: Limit spapr-pci to 32-bit MMIO for nowDavid Gibson2016-10-161-17/+15Star