summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-04add a header file for atomic operationsPaolo Bonzini1-4/+4
2013-07-02int128: optimize and add test casesPaolo Bonzini2-1/+217
2013-06-28qemu-iotests: add 055 drive-backup test caseStefan Hajnoczi3-0/+288
2013-06-28qemu-iotests: extract wait_until_completed() into iotests.pyStefan Hajnoczi2-12/+17
2013-06-24Revert "block: Disable driver-specific options for 1.5"Kevin Wolf1-1/+1
2013-06-14ide-test: fix failure for test_flushMichael Roth1-1/+4
2013-06-06ide-test: Add FLUSH CACHE test caseKevin Wolf1-0/+40
2013-06-06ide-test: Add enum value for DEVKevin Wolf1-1/+2
2013-06-06cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf1-4/+4
2013-06-04qemu-iotests: make create_image() commonStefan Hajnoczi3-40/+27
2013-06-04qemu-iotests: make compare_images() commonStefan Hajnoczi2-31/+15
2013-06-04qemu-iotests: make cancel_and_wait() commonStefan Hajnoczi3-53/+38
2013-06-04qemu-iotests: make assert_no_active_block_jobs() commonStefan Hajnoczi3-61/+57
2013-06-04qemu-iotests: fix 054 cluster size help outputStefan Hajnoczi1-1/+1
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth1-1/+4
2013-05-29tests: set MALLOC_PERTURB_ to expose memory bugsStefan Hajnoczi2-2/+6
2013-05-24qemu-iotests: Try creating huge qcow2 imageKevin Wolf4-1/+70
2013-05-24qcow2.py: Subcommand for changing header fieldsKevin Wolf1-0/+17
2013-05-23qapi: add native list coverage for QMP input visitor testsMichael Roth1-0/+338
2013-05-23qapi: add native list coverage for QMP output visitor testsMichael Roth1-0/+332
2013-05-23qapi: add native list coverage for visitor serialization testsMichael Roth1-18/+433
2013-05-23qapi: fix visitor serialization tests for numbers/doublesMichael Roth1-17/+8
2013-05-23qapi: add QMP input test for large integersMichael Roth1-0/+20
2013-05-22Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-1/+0
2013-05-19target-mips: fix EXTPDP and setting up pos field in the DSPControl regPetar Jovanovic1-0/+18
2013-05-18remove some double-includesMichael Tokarev1-1/+0
2013-05-17target-mips: fix incorrect behaviour for EXTPPetar Jovanovic1-0/+18
2013-05-15Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-2/+7
2013-05-15ide-test: Fix endianness problemsKevin Wolf1-5/+27
2013-05-15qapi: fix leak in unit testsMichael Roth1-2/+7
2013-05-08Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori9-7/+453