aboutsummaryrefslogtreecommitdiffstats
path: root/block.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-11block: Keep track of devices' I/O statusLuiz Capitulino1-0/+10
2011-09-12block: New change_media_cb() parameter loadMarkus Armbruster1-1/+2
2011-09-12block: New bdrv_set_buffer_alignment()Markus Armbruster1-0/+1
2011-09-12block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster1-0/+38
2011-09-12block: Show whether the virtual tray is open in info blockMarkus Armbruster1-0/+6
2011-09-12block: Drop BlockDriverState member removableMarkus Armbruster1-1/+0
2011-09-12block: Clean up remaining users of "removable"Markus Armbruster1-1/+2
2011-09-12block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster1-1/+1
2011-09-12block: Drop medium lock tracking, ask device models insteadMarkus Armbruster1-1/+6
2011-09-12block: Leave enforcing tray lock to device modelsMarkus Armbruster1-1/+1
2011-09-06block: Declare qemu_blockalign() in block.h, not block_int.hMarkus Armbruster1-0/+2
2011-09-06block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster1-1/+11
2011-09-06block: Generalize change_cb() to BlockDevOpsMarkus Armbruster1-3/+6
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster1-3/+4
2011-08-26block: latency accountingChristoph Hellwig1-0/+1
2011-08-25block: explicit I/O accountingChristoph Hellwig1-0/+17
2011-08-23block: parse cache mode flags in a single placeStefan Hajnoczi1-0/+1
2011-08-02block: Add bdrv_co_readv/writevKevin Wolf1-0/+5
2011-08-01block: Removed unused function bdrv_write_syncFrediano Ziglio1-2/+0
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng1-0/+1
2011-06-15Replaced tabs with spaces in block.h and block_int.hDevin Nakamura1-3/+3
2011-05-19block: Remove type hint, it's guest matter, doesn't belong hereMarkus Armbruster1-5/+0
2011-04-07Do not delete BlockDriverState when deleting the driveRyan Harper1-0/+1
2011-02-20fdc: move floppy geometry guessing to block.cBlue Swirl1-0/+10
2011-02-07Add flag to indicate external users to block deviceMarcelo Tosatti1-0/+2
2011-01-31block: tell drivers about an image resizeChristoph Hellwig1-1/+2
2010-12-17block: add discard supportChristoph Hellwig1-0/+1
2010-12-17qemu-img.c: Re-factor img_create()Jes Sorensen1-0/+4
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-1/+1
2010-10-22Copy snapshots out of QCOW2 diskedison1-0/+2
2010-09-08block: Fix BDRV_O_CACHE_MASKKevin Wolf1-1/+1
2010-07-26Fix -snapshot deleting images on disk changeBlue Swirl1-0/+1
2010-07-06qemu-img check: Distinguish different kinds of errorsKevin Wolf1-1/+9
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster1-0/+1
2010-07-02savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster1-0/+1
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster1-0/+3
2010-06-22block: Add bdrv_(p)write_syncKevin Wolf1-0/+4
2010-06-15block: New bdrv_next()Markus Armbruster1-0/+1
2010-06-15block: Decouple block device "commit all" from DriveInfoMarkus Armbruster1-0/+1
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster1-0/+8
2010-06-15savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho1-0/+1
2010-06-04close all the block drivers before the qemu process exitsMORITA Kazutaka1-0/+1
2010-05-28block.h: Make BDRV_SECTOR_SIZE 64 bit safeJes Sorensen1-1/+1
2010-05-28add support for protocol driver create_optionsMORITA Kazutaka1-0/+1
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf1-0/+1
2010-05-17block: Remove semicolon in BDRV_SECTOR_MASK macroStefan Hajnoczi1-1/+1
2010-05-03block: bdrv_has_zero_initKevin Wolf1-0/+1
2010-05-03block: separate raw images from the file protocolChristoph Hellwig1-0/+1
2010-04-23block.h: bdrv_create2 doesn't exist any moreKevin Wolf1-4/+0
2010-04-23block: get rid of the BDRV_O_FILE flagChristoph Hellwig1-4/+0