aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-10-26tests: add atomic_add-benchEmilio G. Cota
2016-10-26int128: Use __int128 if availableRichard Henderson
2016-10-25qdict: implement a qdict_crumple method for un-flattening a dictDaniel P. Berrange
2016-10-25qapi: don't pass two copies of TestInputVisitorData to testsDaniel P. Berrange
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange
2016-10-25tests: Restore check-qdict unit testMarkus Armbruster
2016-10-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161024'...Peter Maydell
2016-10-24tests: Add test code for hbitmap serializationFam Zheng
2016-10-24tests: Add test code for meta bitmapFam Zheng
2016-10-24iotests: Do not rely on unavailable domains in 162Max Reitz
2016-10-24iotests: Remove raciness from 162Max Reitz
2016-10-24qemu-iotests: Test I/O in a single drive from a throttling groupAlberto Garcia
2016-10-24block: Remove "options" indirection from blockdev-addKevin Wolf
2016-10-24tests: Add tests for the ARM MPTimerDmitry Osipenko
2016-10-24tests: ptimer: Replace 10000 with 1Dmitry Osipenko
2016-10-24tests: ptimer: Change the copyright commentDmitry Osipenko
2016-10-24tests: ptimer: Add tests for "no counter round down" policyDmitry Osipenko
2016-10-24tests: ptimer: Add tests for "no immediate reload" policyDmitry Osipenko
2016-10-24tests: ptimer: Add tests for "no immediate trigger" policyDmitry Osipenko
2016-10-24tests: ptimer: Add tests for "continuous trigger" policyDmitry Osipenko
2016-10-24tests: ptimer: Add tests for "wraparound after one period" policyDmitry Osipenko
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24tests: start chardev unit testsMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: rename some frontend functionsMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-10-24test-i386: fix bitrot for 64-bitPaolo Bonzini
2016-10-24qht-bench: relax test_start/stop atomic accessesEmilio G. Cota
2016-10-19crypto: fix initialization of crypto in testsDaniel P. Berrange
2016-10-19qtest: fix make check complaint in crypto moduleGonglei
2016-10-19crypto: add CTR mode supportGonglei
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei
2016-10-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-10-17tests: cleanup ptimer-testPaolo Bonzini
2016-10-17tests: add a m25p80 testCédric Le Goater
2016-10-17tests: Add test case for x86 feature parsing compatibilityEduardo Habkost
2016-10-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161017' into...Peter Maydell
2016-10-17tests/docker/Makefile.include: add a generic docker-run targetAlex Bennée
2016-10-17tests/docker: make test-mingw honour TARGET_LISTAlex Bennée
2016-10-17tests/docker: test-build scriptAlex Bennée
2016-10-17tests/docker: add travis dockerfileAlex Bennée
2016-10-16spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson
2016-10-16libqos: Limit spapr-pci to 32-bit MMIO for nowDavid Gibson
2016-10-16libqos: Correct error in PCI hole sizing for spaprDavid Gibson
2016-10-16libqos: Isolate knowledge of spapr memory map to qpci_init_spapr()David Gibson
2016-10-14tests/boot-sector: Increase time-out to 90 secondsThomas Huth