aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-15ide: stop PIO transfer on errorsPaolo Bonzini
2014-08-15ahci: remove duplicate PORT_IRQ_* constantsPaolo Bonzini
2014-08-15ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini
2014-08-15ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini
2014-08-15ide: remove wrong setting of BM_STATUS_INTPaolo Bonzini
2014-08-15ide: wrap start_dma callbackPaolo Bonzini
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini
2014-08-15ide: simplify async_cmd_done callbacksPaolo Bonzini
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini
2014-08-15ide: simplify reset callbacksPaolo Bonzini
2014-08-15ide: stash aiocb for flushesPaolo Bonzini
2014-08-15ide-test: add test for werror=stopPaolo Bonzini
2014-08-15libqtest: add QTEST_LOG for debugging qtest testcasesPaolo Bonzini
2014-08-15blkdebug: report errors on flush tooPaolo Bonzini
2014-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2014-08-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-08-15block: Catch !bs->drv in bdrv_check()Max Reitz
2014-08-15iotests: Add test for image header overlapMax Reitz
2014-08-15qcow2: Catch !*host_offset for data allocationMax Reitz
2014-08-15qcow2: Return useful error code in refcount_init()Max Reitz
2014-08-15mirror: Handle failure for potentially large allocationsKevin Wolf
2014-08-15vpc: Handle failure for potentially large allocationsKevin Wolf
2014-08-15vmdk: Handle failure for potentially large allocationsKevin Wolf
2014-08-15vhdx: Handle failure for potentially large allocationsKevin Wolf
2014-08-15vdi: Handle failure for potentially large allocationsKevin Wolf
2014-08-15rbd: Handle failure for potentially large allocationsKevin Wolf
2014-08-15raw-win32: Handle failure for potentially large allocationsKevin Wolf
2014-08-15raw-posix: Handle failure for potentially large allocationsKevin Wolf
2014-08-15qed: Handle failure for potentially large allocationsKevin Wolf
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf
2014-08-15qcow1: Handle failure for potentially large allocationsKevin Wolf
2014-08-15parallels: Handle failure for potentially large allocationsKevin Wolf
2014-08-15nfs: Handle failure for potentially large allocationsKevin Wolf
2014-08-15iscsi: Handle failure for potentially large allocationsKevin Wolf
2014-08-15dmg: Handle failure for potentially large allocationsKevin Wolf
2014-08-15curl: Handle failure for potentially large allocationsKevin Wolf
2014-08-15cloop: Handle failure for potentially large allocationsKevin Wolf
2014-08-15bochs: Handle failure for potentially large allocationsKevin Wolf
2014-08-15block: Handle failure for potentially large allocationsKevin Wolf
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf
2014-08-15block: iotest - update 084 to test static VDI image creationJeff Cody
2014-08-15block: vpc - use block layer ops in vpc_create, instead of posix callsJeff Cody
2014-08-15block: use the standard 'ret' instead of 'result'Jeff Cody
2014-08-15block: vdi - use block layer ops in vdi_create, instead of posix callsJeff Cody
2014-08-15block: allow bdrv_unref() to be passed NULL pointersJeff Cody
2014-08-15test-coroutine: add baseline test that times the cost of function callsPaolo Bonzini
2014-08-15block: VHDX endian fixesJeff Cody
2014-08-15block: vhdx - add error checkJeff Cody
2014-08-15thread-pool: avoid deadlock in nested aio_poll() callsStefan Hajnoczi