summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-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
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-07-26Add tests for sync modes 'TOP' and 'NONE'Ian Main
2013-07-26blockdev: Rename 'readonly' option to 'read-only'Kevin Wolf
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf
2013-07-25pc-testdev: add I/O port to test memory.c auto split/combinePaolo Bonzini
2013-07-25qtest: add test for ISA I/O space endiannessPaolo Bonzini
2013-07-22tests: Add test-bitops.c with some sextract testsPeter Maydell
2013-07-18boot-order-test: Add tests for Sun4uMarkus Armbruster
2013-07-18libqos: Generalize I/O-mapped fw_cfgMarkus Armbruster
2013-07-18boot-order-test: Add tests for Sun4mMarkus Armbruster
2013-07-18boot-order-test: Add tests for PowerPC PREPMarkus Armbruster
2013-07-18boot-order-test: Code motion for better readabilityMarkus Armbruster
2013-07-18boot-order-test: Better separate target-specific and generic partsMarkus Armbruster
2013-07-18boot-order-test: Cover -boot once in ppc testsMarkus Armbruster
2013-07-18boot-order-test: Add tests for PowerMacsAndreas Färber
2013-07-18libqos: Add support for memory-mapped fw_cfgMarkus Armbruster
2013-07-18libqos: include dependenciesAnthony Liguori
2013-07-18boot-order-test: New; covering just PC for nowMarkus Armbruster
2013-07-18libqtest: New qtest_end() to go with qtest_start()Markus Armbruster
2013-07-18libqtest: Plug fd and memory leaks in qtest_quit()Markus Armbruster
2013-07-15qemu-iotests: Update 051 reference outputKevin Wolf
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf
2013-07-15blockdev: add sync mode to drive-backup QMP commandStefan Hajnoczi
2013-07-04add a header file for atomic operationsPaolo Bonzini
2013-07-02int128: optimize and add test casesPaolo Bonzini
2013-06-28qemu-iotests: add 055 drive-backup test caseStefan Hajnoczi
2013-06-28qemu-iotests: extract wait_until_completed() into iotests.pyStefan Hajnoczi
2013-06-24Revert "block: Disable driver-specific options for 1.5"Kevin Wolf
2013-06-14ide-test: fix failure for test_flushMichael Roth
2013-06-06ide-test: Add FLUSH CACHE test caseKevin Wolf
2013-06-06ide-test: Add enum value for DEVKevin Wolf
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf
2013-06-04qemu-iotests: make create_image() commonStefan Hajnoczi
2013-06-04qemu-iotests: make compare_images() commonStefan Hajnoczi
2013-06-04qemu-iotests: make cancel_and_wait() commonStefan Hajnoczi
2013-06-04qemu-iotests: make assert_no_active_block_jobs() commonStefan Hajnoczi
2013-06-04qemu-iotests: fix 054 cluster size help outputStefan Hajnoczi
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth