summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-10-04iotests: Use _img_infoMax Reitz6-68/+26
2014-10-03qtest/bios-tables: Correct Q35 command lineJohn Snow1-6/+4
2014-10-03qemu-iotests: Fix supported cache modes for 052Kevin Wolf1-2/+3
2014-10-03make check-block: Use default cache modesKevin Wolf1-1/+1
2014-10-03vmdk: Fix integer overflow in offset calculationFam Zheng3-0/+92
2014-09-29Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell5-0/+60
2014-09-29libqos: use microseconds instead of iterations for virtio timeoutStefan Hajnoczi3-43/+42
2014-09-29libqos: improve event_index test with timeoutStefan Hajnoczi3-4/+31
2014-09-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-3/+77
2014-09-26qapi: Ignore files created during make checkEric Blake1-0/+3
2014-09-26qapi: Consistent whitespace in tests/MakefileEric Blake1-16/+16
2014-09-26qemu-iotests: Test missing "driver" key for blockdev-addFam Zheng2-0/+30
2014-09-26tests: add QMP input visitor test for unions with no discriminatorMichael Roth3-0/+30
2014-09-26tests: avoid running duplicate qom-testsMichael Roth1-1/+2
2014-09-25qemu-iotests: Fail test if explicit test case number is unknownFam Zheng1-2/+8
2014-09-25block: Catch simultaneous usage of options and their aliasesKevin Wolf2-0/+68
2014-09-25block: Improve message for device name clashing with node nameMarkus Armbruster1-1/+1
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos3-3/+27
2014-09-22block: delete cow block driverStefan Hajnoczi5-12/+5
2014-09-22ahci: Add test_identify case to ahci-test.John Snow1-0/+304
2014-09-22ahci: Add test_hba_enable to ahci-test.John Snow1-0/+156
2014-09-22ahci: Add test_hba_spec to ahci-test.John Snow1-1/+560
2014-09-22ahci: add test_pci_enable to ahci-test.John Snow2-0/+59
2014-09-22ahci: Add test_pci_spec to ahci-test.John Snow1-6/+299
2014-09-22ahci: Adding basic functionality qtest.John Snow2-0/+198
2014-09-22layout: Add generators for refcount table and blocksMaria Kustova1-1/+137
2014-09-22fuzz: Add fuzzing functions for entries of refcount table and blocksMaria Kustova1-1/+15
2014-09-22image-fuzzer: Trivial readability and formatting improvementsMaria Kustova2-31/+28
2014-09-22iotests: Add more tests for qcow2 corruptionMax Reitz2-2/+105
2014-09-22qcow2: Use qcow2_signal_corruption() for overlapsMax Reitz1-5/+5
2014-09-22thread-pool: Convert thread_pool_aiocb_info.cancel to cancel_asyncFam Zheng1-8/+26
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-11/+150
2014-09-18qdev: Move global validation to a single functionEduardo Habkost1-11/+55
2014-09-18qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()Eduardo Habkost1-1/+1
2014-09-18test-qdev-global-props: Test handling of hotpluggable and non-device typesEduardo Habkost1-0/+55
2014-09-18test-qdev-global-props: Initialize not_used=true for all propsEduardo Habkost1-2/+5
2014-09-18test-qdev-global-props: Run tests on subprocessEduardo Habkost1-6/+43
2014-09-18tests: disable global props test for old glibMichael S. Tsirkin1-1/+1
2014-09-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell8-30/+121
2014-09-14test-qdev-global-props: Trivial comment fixEduardo Habkost1-1/+1
2014-09-12qcow2: Add falloc and full preallocation optionHu Tao1-27/+27
2014-09-12qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao1-1/+1
2014-09-12block: round up file size to nearest sectorHu Tao4-0/+91
2014-09-12libqos virtio: Increase ISR timeoutMarc Marí1-2/+2
2014-09-12iotests: Send the correct fd in socket_scm_helperStratos Psomadakis1-1/+1
2014-09-10qemu-iotests: Run 025 for Archipelago block driverChrysostomos Nanakos1-1/+1
2014-09-08qtest/ide: Uninitialize PC allocatorJohn Snow1-0/+2
2014-09-08libqos: add a simple first-fit memory allocatorJohn Snow2-10/+279
2014-09-08libqos: Added EVENT_IDX supportMarc Marí4-1/+156
2014-09-08libqos: Added MSI-X supportMarc Marí7-62/+426