summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-15libqos: allow qpci_iomap to return BAR mapping sizeJohn Snow5-7/+10
2014-08-15libqos: Fixes a small memory leak.John Snow2-0/+8
2014-08-15libqtest: Correct small memory leak.John Snow1-0/+1
2014-08-15libqos: Correct memory leakJohn Snow1-0/+3
2014-08-15qtest: Adding qtest_memset and qmemset.John Snow2-0/+36
2014-08-15q35: Enable the ioapic device to be seen by qtest.John Snow1-1/+1
2014-08-15ahci: construct PIO Setup FIS for PIO commandsPaolo Bonzini1-0/+70
2014-08-15ide: make all commands go through cmd_donePaolo Bonzini4-24/+16
2014-08-15ide: stop PIO transfer on errorsPaolo Bonzini1-3/+2
2014-08-15ahci: remove duplicate PORT_IRQ_* constantsPaolo Bonzini2-24/+3
2014-08-15ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini3-23/+23
2014-08-15ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini3-11/+11
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini6-34/+15
2014-08-15ide: remove wrong setting of BM_STATUS_INTPaolo Bonzini2-5/+0
2014-08-15ide: wrap start_dma callbackPaolo Bonzini3-11/+11
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini5-24/+5
2014-08-15ide: simplify async_cmd_done callbacksPaolo Bonzini2-4/+2
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini5-13/+5
2014-08-15ide: simplify reset callbacksPaolo Bonzini5-13/+6
2014-08-15ide: stash aiocb for flushesPaolo Bonzini1-1/+3
2014-08-15ide-test: add test for werror=stopPaolo Bonzini1-0/+81
2014-08-15libqtest: add QTEST_LOG for debugging qtest testcasesPaolo Bonzini1-1/+6
2014-08-15blkdebug: report errors on flush tooPaolo Bonzini1-0/+20
2014-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell42-28/+808
2014-08-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell57-478/+2507
2014-08-15block: Catch !bs->drv in bdrv_check()Max Reitz1-0/+3
2014-08-15iotests: Add test for image header overlapMax Reitz2-0/+17
2014-08-15qcow2: Catch !*host_offset for data allocationMax Reitz1-0/+11
2014-08-15qcow2: Return useful error code in refcount_init()Max Reitz1-2/+4
2014-08-15mirror: Handle failure for potentially large allocationsKevin Wolf1-1/+6
2014-08-15vpc: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15vmdk: Handle failure for potentially large allocationsKevin Wolf1-2/+10
2014-08-15vhdx: Handle failure for potentially large allocationsKevin Wolf2-3/+17
2014-08-15vdi: Handle failure for potentially large allocationsKevin Wolf1-5/+20
2014-08-15rbd: Handle failure for potentially large allocationsKevin Wolf1-2/+5
2014-08-15raw-win32: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15raw-posix: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15qed: Handle failure for potentially large allocationsKevin Wolf2-3/+10
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf5-32/+130
2014-08-15qcow1: Handle failure for potentially large allocationsKevin Wolf1-7/+26
2014-08-15parallels: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15nfs: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15iscsi: Handle failure for potentially large allocationsKevin Wolf1-1/+4
2014-08-15dmg: Handle failure for potentially large allocationsKevin Wolf1-6/+13
2014-08-15curl: Handle failure for potentially large allocationsKevin Wolf1-1/+7
2014-08-15cloop: Handle failure for potentially large allocationsKevin Wolf1-3/+20
2014-08-15bochs: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15block: Handle failure for potentially large allocationsKevin Wolf1-7/+27
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf5-8/+32
2014-08-15block: iotest - update 084 to test static VDI image creationJeff Cody2-2/+28