aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori2010-10-111-4/+0
* block: Fix image re-open in bdrv_commitKevin Wolf2010-08-301-4/+9
* block: Change bdrv_eject() not to drop the imageMarkus Armbruster2010-08-031-3/+4
* block: Fix bdrv_has_zero_initKevin Wolf2010-08-031-4/+2
* Fix -snapshot deleting images on disk changeBlue Swirl2010-07-281-0/+5
* block: Use error codes from lower levels for error messageStefan Weil2010-07-281-8/+19
* Make default invocation of block drivers safer (v3)Anthony Liguori2010-07-151-0/+4
* qcow2/vdi: Change check to distinguish error casesKevin Wolf2010-07-061-2/+1
* qemu-img check: Distinguish different kinds of errorsKevin Wolf2010-07-061-3/+7
* block: Handle multiwrite errors only when all requests have completedKevin Wolf2010-07-021-4/+1
* block: Fix early failure in multiwriteKevin Wolf2010-07-021-6/+29
* block: Fix virtual media change for if=noneMarkus Armbruster2010-07-021-0/+8
* block: Clean up bdrv_snapshots()Markus Armbruster2010-07-021-5/+4
* savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster2010-07-021-0/+26
* block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster2010-07-021-0/+22
* Don't reset bs->is_temporary in bdrv_open_commonRyan Harper2010-07-021-1/+0
* block: allow filenames with colons again for host devicesChristoph Hellwig2010-07-021-11/+18
* block: Add bdrv_(p)write_syncKevin Wolf2010-06-221-0/+37
* block: fix a warning and possible truncationBlue Swirl2010-06-151-1/+2
* block: New bdrv_next()Markus Armbruster2010-06-151-0/+8
* block: Decouple block device "commit all" from DriveInfoMarkus Armbruster2010-06-151-0/+9
* block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster2010-06-151-0/+12
* savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho2010-06-151-0/+17
* block: call the snapshot handlers of the protocol driversMORITA Kazutaka2010-06-041-18/+43
* close all the block drivers before the qemu process exitsMORITA Kazutaka2010-06-041-0/+9
* block: Assume raw for drives without mediaKevin Wolf2010-06-041-2/+2
* Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512Jes Sorensen2010-06-041-6/+7
* Cleanup: bdrv_open() no need to shift total_size just to shift back.Jes Sorensen2010-06-041-2/+2
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-031-6/+7
|\
| * block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()Nicholas A. Bellinger2010-05-281-1/+3
| * add support for protocol driver create_optionsMORITA Kazutaka2010-05-281-4/+3
| * block: Fix multiwrite with overlapping requestsKevin Wolf2010-05-281-1/+1
* | Monitor: Drop QMP documentation from codeLuiz Capitulino2010-06-011-69/+0
|/
* Add cache=unsafe parameter to -driveAlexander Graf2010-05-261-0/+29
* block: Add SG_IO device check in refresh_total_sectors()Nicholas Bellinger2010-05-211-0/+4
* block: Make find_image_format() return 'raw' BlockDriver for SG_IO devicesNicholas Bellinger2010-05-211-0/+5
* block: fix sector comparism in multiwrite_req_compareChristoph Hellwig2010-05-211-1/+13
* block: Remove special case for vvfatKevin Wolf2010-05-171-5/+0
* Fix docs for block stats monitor commandDaniel P. Berrange2010-05-171-12/+11
* use qemu_free() instead of free()Bruce Rogers2010-05-171-1/+1
* block: Fix bdrv_commitKevin Wolf2010-05-171-3/+3
* block: Fix protocol detection for Windows devicesKevin Wolf2010-05-171-4/+6
* block: Avoid unchecked casts for AIOCBsKevin Wolf2010-05-171-1/+2
* block: Release allocated options after bdrv_openJan Kiszka2010-05-031-0/+1
* block: Add wr_highest_sector blockstatKevin Wolf2010-05-031-15/+58
* block: Cache total_sectors to reduce bdrv_getlength callsStefan Hajnoczi2010-05-031-5/+38
* block: Set backing_hd to NULL after deleting itStefan Hajnoczi2010-05-031-1/+3
* block: bdrv_has_zero_initKevin Wolf2010-05-031-0/+13
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+25
* block: Avoid forward declaration of bdrv_open_commonKevin Wolf2010-05-031-74/+71