aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-10-05rtc: implement century bytePaolo Bonzini1-2/+30
2012-10-05rtc: fix overflow in mktimegmPaolo Bonzini1-0/+45
2012-10-05qtest: implement QTEST_STOPPaolo Bonzini1-13/+25
2012-09-28qemu-iotests: add tests for streaming error handlingPaolo Bonzini3-2/+229
2012-09-28qemu-iotests: map underscore to dash in QMP argument namesPaolo Bonzini1-1/+7
2012-09-28qemu-iotests: add test for pausing a streaming operationPaolo Bonzini3-5/+41
2012-09-28qemu-iotests: add initial tests for live block commitJeff Cody3-0/+184
2012-08-29qemu-iotests: add backing file smaller than image test caseStefan Hajnoczi2-2/+35
2012-08-16check-qjson: add test for large JSON objectsMichael Roth1-0/+53
2012-08-15qemu-iotests: Fix 030 after switch to GenericErrorKevin Wolf1-4/+2
2012-08-15block: Enable qemu_open/close to work with fd setsCorey Bryant1-1/+1
2012-08-10qemu-iotests: skip 039 with ./check -nocacheStefan Hajnoczi2-0/+15
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi1-0/+6
2012-08-10qemu-iotests: Save some sed processesKevin Wolf1-10/+10
2012-08-06qemu-iotests: Be more flexible with image creation optionsKevin Wolf2-7/+7
2012-08-06qemu-iotests: add 039 qcow2 lazy refcounts testStefan Hajnoczi3-0/+190
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi2-7/+7
2012-08-06qemu-iotests: ignore qemu-img create lazy_refcounts outputStefan Hajnoczi1-1/+2
2012-08-06qcow2: introduce dirty bitStefan Hajnoczi2-12/+12
2012-08-06qemu-iotests: add qed.py image manipulation utilityStefan Hajnoczi1-0/+235
2012-07-28tests: Makefile: include dependency filesEduardo Habkost1-0/+2
2012-07-27target-or32: Add testcasesJia Liu52-0/+2579
2012-07-23qapi: add test case for deallocating traversal of incomplete structureLaszlo Ersek1-0/+42
2012-07-23qapi: fix error propagationPaolo Bonzini1-8/+16
2012-07-17fdc-test: Clean up a bitKevin Wolf1-16/+20
2012-07-17fdc-test: introduce test_relative_seekPavel Hrdina1-5/+41
2012-07-17qemu-iotests: Valgrind supportKevin Wolf2-0/+21
2012-07-17qtest: Test we don't put hard disk info into CMOS for a CD-ROMMarkus Armbruster1-0/+22
2012-07-17qtest: Cover qdev property for BIOS CHS translationMarkus Armbruster1-6/+7
2012-07-17qtest: Cover qdev properties for disk geometryMarkus Armbruster1-2/+4
2012-07-17qtest: Add hard disk geometry testMarkus Armbruster2-0/+405
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2-0/+262
2012-07-09qtest: Tidy up temporary files properlyMarkus Armbruster1-13/+16
2012-07-09fdc_test: introduce test_sense_interruptPavel Hrdina1-1/+24
2012-07-09fdc_test: update media_change testPavel Hrdina1-8/+17
2012-06-27qtest: fix infinite loop when QEMU aborts abruptlyAnthony Liguori1-0/+5
2012-06-22libqtest: Fix socket_accept() to pass address_lenAndreas Färber1-0/+1
2012-06-21qtest: add a fuzz test to fdc-testBlue Swirl1-0/+17
2012-06-15qemu-iotests: add 036 autoclear feature bit testStefan Hajnoczi3-0/+121
2012-06-15qemu-iotests: add qcow2.py set-feature-bit commandStefan Hajnoczi1-0/+23
2012-06-15fdc-test: introduced qtest read_without_mediaPavel Hrdina1-0/+66
2012-06-15qemu-iotests: COW with many AIO requests on the same clusterKevin Wolf3-0/+1043
2012-06-15qemu-iotests: Some backing file COW testsKevin Wolf3-0/+765
2012-06-15qemu-iotests: start vms in qtest modePaolo Bonzini2-2/+4
2012-06-15qemu-iotests: fill streaming test image with dataPaolo Bonzini1-1/+12
2012-06-11rewrite iov_send_recv() and move it to iov.cMichael Tokarev1-0/+107
2012-06-11Merge remote-tracking branch 'afaerber-or/qom-next-1' into stagingAnthony Liguori3-2/+788
2012-06-09target-xtensa: add MMU pagewalking testsMax Filippov1-14/+207
2012-06-08qapi: Add String visitor coverage to serialization unit testsMichael Roth1-0/+40
2012-06-08qapi: String visitor, use %f representation for floatsMichael Roth1-1/+1
2012-06-08qapi: Unit tests for visitor-based serializationMichael Roth2-1/+747
2012-06-07rewrite iov_* functionsMichael Tokarev2-0/+155
2012-06-07build: do not sprinkle around GENERATED_HEADERS dependenciesPaolo Bonzini1-1/+0
2012-05-25fdc-test: introduced qtest no_media_on_start and cmos qtest for floppyPavel Hrdina1-17/+48
2012-05-25qemu-iotests: mark 035 qcow2-onlyStefan Hajnoczi1-1/+1
2012-05-21tests: Add rtc-test (fix test regression)Stefan Weil1-1/+1
2012-05-19tests: Fix linker failure for fdc-testStefan Weil1-1/+1
2012-05-14Merge remote-tracking branch 'sweil/for-1.1' into stagingAnthony Liguori1-1/+1
2012-05-14fix some common typosJim Meyering1-1/+1
2012-05-10tests/Makefile: Add missing $(EXESUF)Kevin Wolf1-2/+2
2012-05-10stream: do not copy unallocated sectors from the basePaolo Bonzini1-2/+3
2012-05-10stream: add testcase for partial streamingPaolo Bonzini2-3/+29
2012-05-10stream: fix sectors not allocated testPaolo Bonzini2-4/+7
2012-05-10qemu-io: correctly print non-integer values as decimalsPaolo Bonzini12-4173/+4173
2012-05-10qtest: Add floppy testKevin Wolf2-0/+197
2012-05-10qtest: Add function to send QMP commandsKevin Wolf2-27/+113
2012-05-10qemu-iotests: strip spaces from qemu-img/qemu-io/qemu command linesPaolo Bonzini1-3/+3
2012-05-02qemu-iotests: Many parallel allocating I/O requestsKevin Wolf3-0/+465
2012-05-02qemu-iotests: ignore fragmentation information for qedDong Xu Wang1-0/+1
2012-04-27qemu-iotests: add block-stream speed value test caseStefan Hajnoczi2-18/+71
2012-04-26qtest: Fix more format errors with qtest_sendfStefan Weil1-3/+4
2012-04-23Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-2/+2
2012-04-23Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-6/+6
2012-04-23qtest: fix memread and memwrite on 32 bit hostsBlue Swirl1-2/+2
2012-04-23Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori25-161/+798
2012-04-23Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori4-0/+315
2012-04-23qmp: make block job command naming consistentStefan Hajnoczi1-6/+6
2012-04-21target-xtensa: add tests for LOOPNEZ and LOOPGTZMax Filippov1-0/+36
2012-04-21qtest: add m48t59 tests for SparcBlue Swirl2-0/+262
2012-04-20qemu-iotests: Fix test 031 for qcow2 v3 supportKevin Wolf3-26/+172
2012-04-20qemu-iotests: Add -o and make v3 the default for qcow2Kevin Wolf3-5/+52
2012-04-20qemu-iotests: Test backing file COW with zero clustersKevin Wolf3-0/+195
2012-04-20qemu-iotests: add a simple test for write_zeroesPaolo Bonzini3-0/+103
2012-04-20Add .gitignore for tests/David Gibson1-0/+13
2012-04-20iotests: Resolve test failures caused by hostnameAndreas Färber1-1/+1
2012-04-19qtest: add register fuzzing to RTC testBlue Swirl1-0/+17
2012-04-19iotests: fix error in 005Dong Xu Wang2-2/+2
2012-04-19qemu-iotests: Test bdrv_close while AIO is in flightKevin Wolf3-0/+148
2012-04-19qemu-iotests: Always filter cluster_size out in _make_test_imgKevin Wolf11-127/+125
2012-04-14tests: remove .SECONDARY special targetPaolo Bonzini1-2/+0
2012-04-14target-xtensa: add test for IBREAK invalidationMax Filippov1-0/+34
2012-04-14target-xtensa: add tests for LBEG/LEND invalidationMax Filippov1-0/+50
2012-04-14target-xtensa: improve unit tests debuggingMax Filippov2-0/+20
2012-04-05qemu-iotests: Fix call syntax for qemu-ioStefan Weil3-6/+6
2012-04-05qemu-iotests: Fix call syntax for qemu-imgStefan Weil1-2/+7
2012-04-05qemu-iotests: Test unknown qcow2 header extensionsKevin Wolf3-0/+149
2012-04-05qemu-iotests: qcow2.pyKevin Wolf1-0/+207
2012-03-31tests: fix out-of-tree building for lm32 targetMichael Walle1-5/+8
2012-03-30qtest: avoid a warning with RTC testBlue Swirl1-3/+3
2012-03-30qtest: fix out of tree buildBlue Swirl1-0/+2
2012-03-30qtest: add rtc-test test-caseAnthony Liguori2-0/+268
2012-03-30qtest: add C version of test infrastructureAnthony Liguori3-3/+746
2012-03-30test makefile overhaulPaolo Bonzini14-44/+3336
2012-03-27qapi: add strict mode to input visitorPaolo Bonzini1-1/+4
2012-03-26test: add test-qmp-commands to make checkMichael Roth1-0/+1
2012-03-26test: remove qemu-ga referenceMichael Roth1-1/+1
2012-03-12Add 'make check-block'Kevin Wolf2-1/+27
2012-03-12make check: Add qemu-iotests subsetKevin Wolf2-0/+22
2012-03-12qemu-iotests: Mark some tests as quickKevin Wolf1-12/+12
2012-03-03Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl2-0/+224
2012-02-29qemu-iotests: Test rebase with short backing fileKevin Wolf2-0/+6
2012-02-29qemu-iotests: 026: Reduce output changes for cache=none qcow2Kevin Wolf2-2/+8
2012-02-29qemu-iotests: Filter out DOS line endingsKevin Wolf1-1/+7
2012-02-29test: add image streaming testsStefan Hajnoczi3-0/+157
2012-02-29qemu-iotests: add iotests Python moduleStefan Hajnoczi1-0/+164
2012-02-29qemu-iotests: export TEST_DIR for non-bash testsStefan Hajnoczi1-0/+2
2012-02-23Merge qemu-iotests into for-anthonyKevin Wolf69-0/+153385
2012-02-23qemu-iotests: common.config: Allow use of arbitrary qemu* pathsLucas Meneghel Rodrigues1-3/+9
2012-02-23qemu-iotests: check: print relevant path informationLucas Meneghel Rodrigues1-0/+3
2012-02-23qemu-iotests: test loading internal snapshotsKevin Wolf3-0/+76
2012-02-23qemu-iotests: Update filter for default cluster sizeKevin Wolf2-2/+5
2012-02-23qemu-iotests: add qed support to 025 image resize testStefan Hajnoczi1-1/+1
2012-02-23qemu-iotests: Update rbd supportJosh Durgin1-1/+1
2012-02-23qemu-iotests: common.config: Fix no $TEST_DIR directoryMitnick Lyu1-1/+5
2012-02-23qemu-iotests: only run 016 for file and sheepdog protocolsChristoph Hellwig1-2/+1
2012-02-23qemu-iotests: Use zero-based offsets for IO patternsStefan Hajnoczi12-1863/+1873
2012-02-23qemu-iotests: add support for rbd and sheepdog protocolsMORITA Kazutaka31-4/+89
2012-02-23qemu-iotests: filter IMGFMT correctly in 019Stefan Hajnoczi3-4/+10
2012-02-23qemu-iotests: README: Fix spellingStefan Weil1-1/+1
2012-02-23qemu-iotests: add support for qed formatStefan Hajnoczi9-9/+16
2012-02-23qemu-iotests: filter TEST_DIR correctly in 019Christoph Hellwig2-3/+3
2012-02-22qemu-iotests: fix 019 golden outputKevin Wolf1-15/+562
2012-02-22qemu-iotests: update expected results after qemu-img changesKevin Wolf1-30/+90
2012-02-22qemu-iotests: add read/write from smaller backing image testStefan Hajnoczi3-0/+560
2012-02-22qemu-iotests: add sub-cluster allocating write test for sparse image formatsStefan Hajnoczi3-0/+101
2012-02-22qemu-iotests: improve test for qemu-img convert with backing fileKevin Wolf1-23/+36
2012-02-22qemu-iotests: consider more cases in parsing qemu-io outputKevin Wolf1-1/+1
2012-02-22qemu-iotests: qcow2 error path testsKevin Wolf3-0/+751
2012-02-22qemu-iotests: improve rebase testKevin Wolf2-2/+85
2012-02-22qemu-iotests: test bdrv_truncateStefan Hajnoczi3-0/+105
2012-02-22qemu-iotests: explicitly use bash interpreterStefan Hajnoczi30-30/+30
2012-02-22qemu-iotests: test qemu-img rebaseKevin Wolf3-0/+186
2012-02-22qemu-iotests: test larger clusters sizes on qcow2Kevin Wolf7-818/+26645
2012-02-22qemu-iotests: 019: Make cluster size dynamicKevin Wolf2-6/+6
2012-02-22qemu-iotests: align test requests according to cluster sizeKevin Wolf10-42/+59
2012-02-22qemu-iotests: add support for vdi format "static" optionStefan Weil1-2/+2
2012-02-22qemu-iotests: fix expected result for 019 after qemu-io changeKevin Wolf1-2/+2
2012-02-22qemu-iotests: test bdrv_load/save_vmstateKevin Wolf3-0/+8867
2012-02-22qemu-iotests: common.pattern: allow spaces in io() operationKevin Wolf1-9/+9
2012-02-22qemu-iotests: test invalid pattern argument handling in qemu-ioChristoph Hellwig3-0/+156
2012-02-22qemu-iotests: replace FSF postal addresses with www.gnu.org linksChristoph Hellwig26-74/+26
2012-02-22qemu-iotests: test commiting changes to backing fileKevin Wolf3-0/+1186
2012-02-22qemu-iotests: test qemu-img convert with backing file for the output imageKevin Wolf4-0/+1213
2012-02-22qemu-iotests: test merge of backing file when convertingKevin Wolf3-0/+1183
2012-02-22qemu-iotests: simple backing file testKevin Wolf4-0/+1181
2012-02-22qemu-iotests: test I/O after EOF for growable filesChristoph Hellwig3-0/+96
2012-02-22qemu-iotests: fix pattern for write testStefan Weil1-1/+1
2012-02-22qemu-iotests: make a few more tests genericChristoph Hellwig8-9/+10
2012-02-22qemu-iotests: remove test image after 015 is doneChristoph Hellwig1-1/+1
2012-02-22qemu-iotests: add support for the vdi image formatChristoph Hellwig1-0/+6
2012-02-22qemu-iotests: add test for refcount table growth and snapshotsKevin Wolf3-0/+106
2012-02-22qemu-iotests: skip test 005 for vpc format imagesChristoph Hellwig1-1/+4
2012-02-22qemu-iotests: Initial import into the public repository.Christoph Hellwig39-0/+110986
2012-02-21qapi: add tests for string-based visitorsPaolo Bonzini1-2/+10
2012-02-20target-xtensa: add breakpoint testsMax Filippov2-0/+224
2012-01-19tests: Silence gtester in MakefileStefan Weil1-1/+1
2012-01-13cris: Update paths to match the move of tests/crisEdgar E. Iglesias1-5/+5
2012-01-12test: eliminate libcheck tests and have make check use gtesterAnthony Liguori1-5/+6
2012-01-12build: split unit test builds to a separate makefile fragmentAnthony Liguori1-0/+38
2012-01-12tests: mv tests/* -> tests/tcgAnthony Liguori225-0/+0
2011-12-09tests/qruncom.c: Remove libqemu.a exampleChen Wei-Ren1-284/+0
2011-12-09tests/Makefile: Remove qruncom targetChen Wei-Ren1-6/+0
2011-12-02fix spelling in tests sub directoryDong Xu Wang2-3/+3
2011-10-16target-xtensa: rename dc232b board to simMax Filippov1-1/+1
2011-10-15target-xtensa: add MAC16 unit testsMax Filippov2-0/+244
2011-10-15target-xtensa: fix guest hang on masked CCOMPARE interruptMax Filippov1-0/+63
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-09-10target-xtensa: add regression testsuiteMax Filippov28-0/+3087
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-5/+5
2011-09-01trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-05-08Fix spelling in comments (intruction -> instruction)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (accessable -> accessible, priveleged -> privileged)Stefan Weil1-2/+2
2011-04-14tests/test-mmap.c: Check mmap() return value before using itPeter Maydell1-1/+1
2011-04-03tests/cris: Fix some errors and potential crashesStefan Weil4-4/+4
2011-03-07lm32: opcode testsuiteMichael Walle67-0/+3048
2011-02-20tests: Fix two memory leaksStefan Weil1-0/+2
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl1-2/+2
2011-01-17Replace 'extern inline' with 'static inline'Blue Swirl10-28/+41
2011-01-14do not pass bogus $(SRC_PATH) include paths to cc during configurePaolo Bonzini1-1/+2
2010-10-23rewrite i386 tests MakefilePaolo Bonzini1-42/+78
2010-10-23fix test_pathPaolo Bonzini2-3/+12
2010-10-23make runcom compile on recent distributionsPaolo Bonzini1-7/+4
2010-10-23disable test_enter on i386, it is brokenPaolo Bonzini1-0/+5
2010-10-23unbreak "make" from vpath-built tests directoryPaolo Bonzini1-0/+1
2010-09-14Remove wrong semicolon in macro definitionStefan Weil1-1/+1
2010-07-29cris: Correct settls1 testcase.Edgar E. Iglesias1-2/+8
2010-07-29cris: Correct ADDO and ADDOQ testcases.Edgar E. Iglesias2-3/+3
2010-07-25tests: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-12/+12
2010-05-07Add missing 'static' attributeStefan Weil2-2/+2