summaryrefslogtreecommitdiffstats
path: root/block.h
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Allow >4 GB VM stateKevin Wolf2011-12-151-1/+1
* Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi2011-12-051-0/+1
* block: add interface to toggle copy-on-readStefan Hajnoczi2011-12-051-0/+4
* block: add bdrv_co_is_allocated() interfaceStefan Hajnoczi2011-12-051-0/+2
* block: add I/O throttling algorithmZhi Yong Wu2011-12-051-0/+1
* block: add the blockio limits command line supportZhi Yong Wu2011-12-051-0/+4
* block: allow migration to work with image files (v3)Anthony Liguori2011-11-211-0/+4
* block: add eject request callbackPaolo Bonzini2011-11-111-0/+10
* qapi: Convert query-blockLuiz Capitulino2011-10-271-5/+0
* block: Rename the BlockIOStatus enum valuesLuiz Capitulino2011-10-271-1/+2
* block: iostatus: Drop BDRV_IOS_INVALLuiz Capitulino2011-10-271-2/+1
* block: add bdrv_co_discard and bdrv_aio_discard supportPaolo Bonzini2011-10-211-0/+4
* block: unify flush implementationsPaolo Bonzini2011-10-211-0/+1
* block: Keep track of devices' I/O statusLuiz Capitulino2011-10-111-0/+10
* block: New change_media_cb() parameter loadMarkus Armbruster2011-09-121-1/+2
* block: New bdrv_set_buffer_alignment()Markus Armbruster2011-09-121-0/+1
* block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster2011-09-121-0/+38
* block: Show whether the virtual tray is open in info blockMarkus Armbruster2011-09-121-0/+6
* block: Drop BlockDriverState member removableMarkus Armbruster2011-09-121-1/+0
* block: Clean up remaining users of "removable"Markus Armbruster2011-09-121-1/+2
* block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster2011-09-121-1/+1
* block: Drop medium lock tracking, ask device models insteadMarkus Armbruster2011-09-121-1/+6
* block: Leave enforcing tray lock to device modelsMarkus Armbruster2011-09-121-1/+1
* block: Declare qemu_blockalign() in block.h, not block_int.hMarkus Armbruster2011-09-061-0/+2
* block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster2011-09-061-1/+11
* block: Generalize change_cb() to BlockDevOpsMarkus Armbruster2011-09-061-3/+6
* block: Attach non-qdev devices as wellMarkus Armbruster2011-09-061-3/+4
* block: latency accountingChristoph Hellwig2011-08-261-0/+1
* block: explicit I/O accountingChristoph Hellwig2011-08-251-0/+17
* block: parse cache mode flags in a single placeStefan Hajnoczi2011-08-231-0/+1
* block: Add bdrv_co_readv/writevKevin Wolf2011-08-021-0/+5
* block: Removed unused function bdrv_write_syncFrediano Ziglio2011-08-011-2/+0
* block: add bdrv_get_allocated_file_size() operationFam Zheng2011-07-191-0/+1
* Replaced tabs with spaces in block.h and block_int.hDevin Nakamura2011-06-151-3/+3
* block: Remove type hint, it's guest matter, doesn't belong hereMarkus Armbruster2011-05-191-5/+0
* Do not delete BlockDriverState when deleting the driveRyan Harper2011-04-071-0/+1
* fdc: move floppy geometry guessing to block.cBlue Swirl2011-02-201-0/+10
* Add flag to indicate external users to block deviceMarcelo Tosatti2011-02-071-0/+2
* block: tell drivers about an image resizeChristoph Hellwig2011-01-311-1/+2
* block: add discard supportChristoph Hellwig2010-12-171-0/+1
* qemu-img.c: Re-factor img_create()Jes Sorensen2010-12-171-0/+4
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-1/+1
* Copy snapshots out of QCOW2 diskedison2010-10-221-0/+2
* block: Fix BDRV_O_CACHE_MASKKevin Wolf2010-09-081-1/+1
* Fix -snapshot deleting images on disk changeBlue Swirl2010-07-261-0/+1
* qemu-img check: Distinguish different kinds of errorsKevin Wolf2010-07-061-1/+9
* block: Fix virtual media change for if=noneMarkus Armbruster2010-07-021-0/+1
* savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster2010-07-021-0/+1
* block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster2010-07-021-0/+3
OpenPOWER on IntegriCloud