aboutsummaryrefslogtreecommitdiffstats
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-22block: Add bdrv_(p)write_syncKevin Wolf1-0/+37
2010-06-15block: fix a warning and possible truncationBlue Swirl1-1/+2
2010-06-15block: New bdrv_next()Markus Armbruster1-0/+8
2010-06-15block: Decouple block device "commit all" from DriveInfoMarkus Armbruster1-0/+9
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster1-0/+12
2010-06-15savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho1-0/+17
2010-06-04block: call the snapshot handlers of the protocol driversMORITA Kazutaka1-18/+43
2010-06-04close all the block drivers before the qemu process exitsMORITA Kazutaka1-0/+9
2010-06-04block: Assume raw for drives without mediaKevin Wolf1-2/+2
2010-06-04Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512Jes Sorensen1-6/+7
2010-06-04Cleanup: bdrv_open() no need to shift total_size just to shift back.Jes Sorensen1-2/+2
2010-06-03Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-6/+7
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino1-69/+0
2010-05-28block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()Nicholas A. Bellinger1-1/+3
2010-05-28add support for protocol driver create_optionsMORITA Kazutaka1-4/+3
2010-05-28block: Fix multiwrite with overlapping requestsKevin Wolf1-1/+1
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf1-0/+29
2010-05-21block: Add SG_IO device check in refresh_total_sectors()Nicholas Bellinger1-0/+4
2010-05-21block: Make find_image_format() return 'raw' BlockDriver for SG_IO devicesNicholas Bellinger1-0/+5
2010-05-21block: fix sector comparism in multiwrite_req_compareChristoph Hellwig1-1/+13
2010-05-17block: Remove special case for vvfatKevin Wolf1-5/+0
2010-05-17Fix docs for block stats monitor commandDaniel P. Berrange1-12/+11
2010-05-17use qemu_free() instead of free()Bruce Rogers1-1/+1
2010-05-17block: Fix bdrv_commitKevin Wolf1-3/+3
2010-05-17block: Fix protocol detection for Windows devicesKevin Wolf1-4/+6
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf1-1/+2
2010-05-03block: Release allocated options after bdrv_openJan Kiszka1-0/+1
2010-05-03block: Add wr_highest_sector blockstatKevin Wolf1-15/+58
2010-05-03block: Cache total_sectors to reduce bdrv_getlength callsStefan Hajnoczi1-5/+38
2010-05-03block: Set backing_hd to NULL after deleting itStefan Hajnoczi1-1/+3
2010-05-03block: bdrv_has_zero_initKevin Wolf1-0/+13
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-1/+25
2010-05-03block: Avoid forward declaration of bdrv_open_commonKevin Wolf1-74/+71
2010-05-03block: Split bdrv_openKevin Wolf1-49/+86
2010-05-03block: separate raw images from the file protocolChristoph Hellwig1-29/+45
2010-04-23block: Free iovec arrays allocated by multiwrite_merge()Stefan Hajnoczi1-0/+3
2010-04-23block: Convert first_drv to QLISTStefan Hajnoczi1-10/+12
2010-04-23block: Convert bdrv_first to QTAILQStefan Hajnoczi1-22/+19
2010-04-23block: Do not export bdrv_firstStefan Hajnoczi1-1/+1
2010-04-23block: get rid of the BDRV_O_FILE flagChristoph Hellwig1-8/+11
2010-04-23Replace calls of old bdrv_openKevin Wolf1-15/+9
2010-04-23blkdebug: Add events and rulesKevin Wolf1-0/+12
2010-04-10block: Fix multiwrite memory leak in error caseKevin Wolf1-1/+2
2010-04-10block: Fix error code in multiwrite for immediate failuresKevin Wolf1-2/+2
2010-04-10block: Fix multiwrite error handlingKevin Wolf1-1/+1
2010-03-17Wrong error message in block_passwd commandShahar Havivi1-2/+5
2010-02-19block: more read-only changes, related to backing filesNaphtali Sprei1-12/+71
2010-02-10Monitor: remove unneeded checksLuiz Capitulino1-3/+0
2010-02-10block: saner flags filtering in bdrv_open2Christoph Hellwig1-7/+14
2010-02-10block: BLOCK_IO_ERROR QMP eventLuiz Capitulino1-0/+29