aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-09-06qemu-iotests: Fixed test case 026Kevin Wolf
2013-09-06qemu-iotests: Whitespace cleanupKevin Wolf
2013-09-06aio / timers: fix build of test/test-aio.c on non-linux platformsAlex Bligh
2013-09-06add qemu-img convert -n option (skip target volume creation)Alexandre Derumier
2013-09-06qemu-iotests: Adjust test result 039Max Reitz
2013-09-06throttle: Add units testsBenoît Canet
2013-09-03Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-09-02qemu-iotests: Overlapping cluster allocationsMax Reitz
2013-09-01aio / timers: use g_usleep() not sleep()Alex Bligh
2013-08-30qcow2: Add corrupt bitMax Reitz
2013-08-30qemu-iotests: Snapshotting zero clustersMax Reitz
2013-08-30qemu-iotests: Update reference output for 051Kevin Wolf
2013-08-30Revert "block: Disable driver-specific options for 1.6"Kevin Wolf
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-08-22aio / timers: remove dummy_io_handler_flush from tests/test-aio.cAlex Bligh
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Add test harness for AioContext timersAlex Bligh
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh
2013-08-20OptsVisitor: introduce unit tests, with test cases for range flatteningLaszlo Ersek
2013-08-20Merge remote-tracking branch 'stefanha/block-next' into stagingAnthony Liguori
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-08-19tests: drop event_active_cb()Stefan Hajnoczi
2013-08-19aio: stop using .io_flush()Stefan Hajnoczi
2013-08-19tests: adjust test-thread-pool to new aio_poll() semanticsStefan Hajnoczi
2013-08-19tests: adjust test-aio to new aio_poll() semanticsStefan Hajnoczi
2013-08-16qdev: Set globals in instance_post_init functionEduardo Habkost
2013-08-16tests: Unit tests for qdev global properties handlingEduardo Habkost
2013-08-06vmdk: check l1 size before opening imageFam Zheng
2013-08-06vmdk: check l2 table size when openingFam Zheng
2013-08-06vmdk: check granularity field in openingFam Zheng
2013-08-06qemu-iotests: add empty test case for vmdkFam Zheng
2013-08-06qemu-iotests: add poke_file utility functionStefan Hajnoczi
2013-08-06qemu-iotests: filter QEMU version in monitor bannerStefan Hajnoczi
2013-08-05Merge remote-tracking branch 'filippov/tags/20130729-xtensa' into stagingAnthony Liguori
2013-08-02block: Disable driver-specific options for 1.6Kevin Wolf
2013-07-30target-mips: correct the values in the DSP testsPetar Jovanovic
2013-07-29qapi.py: Permit comments starting anywhere on the lineMarkus Armbruster
2013-07-29qapi.py: Fix diagnosing non-objects at a schema's top-levelMarkus Armbruster
2013-07-29qapi.py: Fix schema parser to check syntax systematicallyMarkus Armbruster
2013-07-29qapi.py: Reject invalid characters in schema fileMarkus Armbruster
2013-07-29qapi.py: Decent syntax error reportingMarkus Armbruster
2013-07-29qapi.py: Restructure lexer and parserMarkus Armbruster
2013-07-29tests: Use qapi-schema-test.json as schema parser testMarkus Armbruster
2013-07-29tests: QAPI schema parser testsMarkus Armbruster
2013-07-29tests/tcg/xtensa: Fix out-of-tree buildAndreas Färber
2013-07-29target-xtensa: add extui unit testMax Filippov
2013-07-29Merge branch 'trivial-patches' of git://git.corpit.ru/qemuAurelien Jarno
2013-07-29target-mips: fix mipsdsp_mul_q31_q31Petar Jovanovic
2013-07-29target-mips: fix mipsdsp_trunc16_sat16_roundPetar Jovanovic
2013-07-28target-mips: fix multiplication in mipsdsp_rndq15_mul_q15_q15Petar Jovanovic