aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-16qemu-io: Remove "growable" optionMax Reitz
2015-02-16qemu-io: Use blk_new_open() in openfile()Max Reitz
2015-02-16qemu-nbd: Use blk_new_open() in main()Max Reitz
2015-02-16qemu-img: Use BlockBackend as far as possibleMax Reitz
2015-02-16qemu-img: Use blk_new_open() in img_rebase()Max Reitz
2015-02-16qemu-img: Use blk_new_open() in img_open()Max Reitz
2015-02-16block/xen: Use blk_new_open() in blk_connect()Max Reitz
2015-02-16blockdev: Use blk_new_open() in blockdev_init()Max Reitz
2015-02-16iotests: Add test for driver=qcow2, format=qcow2Max Reitz
2015-02-16block: Add Error parameter to bdrv_find_protocol()Max Reitz
2015-02-16block: Add blk_new_open()Max Reitz
2015-02-16block: Lift some BDS functions to the BlockBackendMax Reitz
2015-02-16iotests: Add test for qemu-img convert to NBDMax Reitz
2015-02-16qemu-img: Fix qemu-img convert -nMax Reitz
2015-02-16qemu-iotests: Add 093 for IO throttlingFam Zheng
2015-02-16qemu-iotests: Allow caller to disable underscore convertion for qmpFam Zheng
2015-02-16qemu-iotests: Add VM method qtest() to iotests.pyFam Zheng
2015-02-16qtest: Add scripts/qtest.pyFam Zheng
2015-02-16qemu-io: Account IO by aio_read and aio_writeFam Zheng
2015-02-16qtest: Fix deadloop by running main loop AIO context's timersFam Zheng
2015-02-16block: vmdk - fixed sizeof() errorJeff Cody
2015-02-16savevm: Improve error message for blocked migrationKevin Wolf
2015-02-16nbd: fix the co_queue multi-adding bugBin Wu
2015-02-16qtest/ahci: Adding simple dma read-write testJohn Snow
2015-02-16qtest/ahci: Assert sector size in identify testJohn Snow
2015-02-16libqos/ahci: Add ahci_clean_memJohn Snow
2015-02-16libqos/ahci: add ahci_ioJohn Snow
2015-02-16libqos/ahci: Add ahci_guest_ioJohn Snow
2015-02-16libqos/ahci: add ahci command size settersJohn Snow
2015-02-16libqos/ahci: add ahci command verifyJohn Snow
2015-02-16libqos/ahci: add ahci command functionsJohn Snow
2015-02-16libqos/ahci: Add ide cmd propertiesJohn Snow
2015-02-16qtest/ahci: add ahci_write_fisJohn Snow
2015-02-16qtest/ahci: Demagic ahci tests.John Snow
2015-02-16libqos/ahci: Add cmd response sanity check helpersJohn Snow
2015-02-16libqos/ahci: Add port_check_nonbusy helperJohn Snow
2015-02-16libqos/ahci: Add ahci_port_check_interrupts helperJohn Snow
2015-02-16libqos/ahci: Add ahci_port_check_error helperJohn Snow
2015-02-16libqos/ahci: Add command header helpersJohn Snow
2015-02-16qtest/ahci: rename 'Command' to 'CommandHeader'John Snow
2015-02-16libqos/ahci: Add ahci_port_clear helperJohn Snow
2015-02-16libqos/ahci: Add ahci_port_select helperJohn Snow
2015-02-16dataplane: endianness-aware accessesCornelia Huck
2015-02-16libqos/ahci: create libqos/ahci.cJohn Snow
2015-02-16qtest/ahci: Bookmark FB and CLB pointersJohn Snow
2015-02-16qtest/ahci: remove getter/setter macrosJohn Snow
2015-02-16libqos/ahci: Functional register helpersJohn Snow
2015-02-16qtest/ahci: remove guest_malloc globalJohn Snow
2015-02-16qtest/ahci: remove pcibus globalJohn Snow
2015-02-16qtest/ahci: finalize AHCIQState consolidationJohn Snow