summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-12-09vmdk: Fix creating big description fileFam Zheng2-8/+2024
2013-12-03tests: fix memleak in error path test for input visitorWenchao Xia1-0/+1
2013-12-02tests: Update .gitignore for test-int128 and test-bitopsMarkus Armbruster1-0/+2
2013-12-02tests: Fix schema parser test for in-tree buildMarkus Armbruster2-4/+5
2013-08-06vmdk: check l1 size before opening imageFam Zheng2-0/+14
2013-08-06vmdk: check l2 table size when openingFam Zheng2-0/+13
2013-08-06vmdk: check granularity field in openingFam Zheng2-1/+13
2013-08-06qemu-iotests: add empty test case for vmdkFam Zheng3-0/+54
2013-08-06qemu-iotests: add poke_file utility functionStefan Hajnoczi1-0/+6
2013-08-06qemu-iotests: filter QEMU version in monitor bannerStefan Hajnoczi2-33/+34
2013-08-05Merge remote-tracking branch 'filippov/tags/20130729-xtensa' into stagingAnthony Liguori2-9/+38
2013-08-02block: Disable driver-specific options for 1.6Kevin Wolf1-1/+1
2013-07-30target-mips: correct the values in the DSP testsPetar Jovanovic5-33/+37
2013-07-29qapi.py: Permit comments starting anywhere on the lineMarkus Armbruster3-2/+4
2013-07-29qapi.py: Fix diagnosing non-objects at a schema's top-levelMarkus Armbruster2-2/+2
2013-07-29qapi.py: Fix schema parser to check syntax systematicallyMarkus Armbruster17-22/+12
2013-07-29qapi.py: Reject invalid characters in schema fileMarkus Armbruster6-8/+4
2013-07-29qapi.py: Decent syntax error reportingMarkus Armbruster2-1/+3
2013-07-29qapi.py: Restructure lexer and parserMarkus Armbruster5-7/+5
2013-07-29tests: Use qapi-schema-test.json as schema parser testMarkus Armbruster5-4/+77
2013-07-29tests: QAPI schema parser testsMarkus Armbruster58-2/+120
2013-07-29tests/tcg/xtensa: Fix out-of-tree buildAndreas Färber1-9/+11
2013-07-29target-xtensa: add extui unit testMax Filippov2-0/+27
2013-07-29Merge branch 'trivial-patches' of git://git.corpit.ru/qemuAurelien Jarno3-7/+7
2013-07-29target-mips: fix mipsdsp_mul_q31_q31Petar Jovanovic2-10/+58
2013-07-29target-mips: fix mipsdsp_trunc16_sat16_roundPetar Jovanovic1-4/+20
2013-07-28target-mips: fix multiplication in mipsdsp_rndq15_mul_q15_q15Petar Jovanovic1-1/+18
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil3-7/+7
2013-07-26Add tests for sync modes 'TOP' and 'NONE'Ian Main6-2/+113
2013-07-26blockdev: Rename 'readonly' option to 'read-only'Kevin Wolf1-1/+1
2013-07-26qcow2: Use dashes instead of underscores in optionsKevin Wolf2-22/+22
2013-07-25pc-testdev: add I/O port to test memory.c auto split/combinePaolo Bonzini1-0/+102
2013-07-25qtest: add test for ISA I/O space endiannessPaolo Bonzini2-2/+226
2013-07-22tests: Add test-bitops.c with some sextract testsPeter Maydell2-0/+77
2013-07-18boot-order-test: Add tests for Sun4uMarkus Armbruster1-0/+14
2013-07-18libqos: Generalize I/O-mapped fw_cfgMarkus Armbruster7-63/+35
2013-07-18boot-order-test: Add tests for Sun4mMarkus Armbruster1-0/+14
2013-07-18boot-order-test: Add tests for PowerPC PREPMarkus Armbruster1-0/+25
2013-07-18boot-order-test: Code motion for better readabilityMarkus Armbruster1-22/+22
2013-07-18boot-order-test: Better separate target-specific and generic partsMarkus Armbruster1-57/+91
2013-07-18boot-order-test: Cover -boot once in ppc testsMarkus Armbruster1-0/+1
2013-07-18boot-order-test: Add tests for PowerMacsAndreas Färber2-2/+52
2013-07-18libqos: Add support for memory-mapped fw_cfgMarkus Armbruster2-0/+32
2013-07-18libqos: include dependenciesAnthony Liguori1-0/+1
2013-07-18boot-order-test: New; covering just PC for nowMarkus Armbruster2-0/+75
2013-07-18libqtest: New qtest_end() to go with qtest_start()Markus Armbruster4-6/+18
2013-07-18libqtest: Plug fd and memory leaks in qtest_quit()Markus Armbruster1-0/+4
2013-07-15qemu-iotests: Update 051 reference outputKevin Wolf2-33/+76
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf2-0/+26
2013-07-15blockdev: add sync mode to drive-backup QMP commandStefan Hajnoczi1-15/+21