summaryrefslogtreecommitdiffstats
path: root/block.h
Commit message (Expand)AuthorAgeFilesLines
* block: add close notifiersPaolo Bonzini2012-10-231-0/+1
* iostatus: reorganize io error codePaolo Bonzini2012-09-281-2/+3
* iostatus: change is_read to a boolPaolo Bonzini2012-09-281-2/+2
* iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini2012-09-281-5/+0
* iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini2012-09-281-6/+6
* block: move job APIs to separate filesPaolo Bonzini2012-09-281-0/+2
* block: helper function, to find the base image of a chainJeff Cody2012-09-281-0/+1
* block: add support functions for live commit, to find and delete images.Jeff Cody2012-09-281-0/+4
* block: Framework for reopening files safelyJeff Cody2012-09-241-0/+17
* block: correctly set the keep_read_only flagJeff Cody2012-09-241-0/+1
* block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi2012-08-101-0/+1
* block: create bdrv_get_backing_file_depth()Benoît Canet2012-08-031-0/+1
* hw/block-common: Move BlockConf & friends from block.hMarkus Armbruster2012-07-171-45/+0
* block: Geometry and translation hints are now useless, purge themMarkus Armbruster2012-07-171-12/+0
* qdev: Introduce block geometry propertiesMarkus Armbruster2012-07-171-1/+7
* hd-geometry: Move disk geometry guessing back from block.cMarkus Armbruster2012-07-171-1/+0
* fdc: Move floppy geometry guessing back from block.cMarkus Armbruster2012-07-171-18/+0
* block: Factor bdrv_read_unthrottled() out of guess_disk_lchs()Markus Armbruster2012-07-091-0/+2
* block: introduce bdrv_swap, implement bdrv_append on top of itPaolo Bonzini2012-07-091-0/+1
* blkdebug: remove sync i/o eventsPaolo Bonzini2012-07-091-2/+0
* block: Replace bdrv_get_format() by bdrv_get_format_name()Markus Armbruster2012-06-151-1/+1
* block: add bdrv_set_enable_write_cachePaolo Bonzini2012-06-151-0/+1
* block: New bdrv_get_flags()Markus Armbruster2012-06-151-0/+1
* qemu-img check: Print fixed clusters and recheckKevin Wolf2012-06-151-0/+2
* qemu-img check -r for repairing imagesKevin Wolf2012-06-151-1/+6
* stream: move is_allocated_above to block.cPaolo Bonzini2012-06-151-0/+4
* qemu-img: make "info" backing file output correct and easier to usePaolo Bonzini2012-05-101-0/+2
* block: add a function to clear incoming live migration flagsBenoît Canet2012-04-051-0/+2
* block: Add new BDRV_O_INCOMING flag to notice incoming live migrationBenoît Canet2012-04-051-0/+1
* qemu-img: add dirty flag statusDong Xu Wang2012-04-051-0/+1
* qemu-img: add image fragmentation statisticsDong Xu Wang2012-04-051-0/+7
* block: enforce constraints on block size propertiesStefan Hajnoczi2012-04-051-4/+4
* aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini2012-04-051-2/+0
* block: handle -EBUSY in bdrv_commit_all()Stefan Hajnoczi2012-03-121-1/+1
* qapi: Introduce blockdev-group-snapshot-sync commandJeff Cody2012-02-291-0/+1
* block: add a transfer rate for floppy typesHervé Poussineau2012-02-291-1/+9
* block: bdrv_eject(): Make eject_flag a real boolLuiz Capitulino2012-02-221-1/+1
* block: Rename bdrv_mon_event() & BlockMonEventActionLuiz Capitulino2012-02-221-3/+3
* block: add .bdrv_co_write_zeroes() interfaceStefan Hajnoczi2012-02-091-0/+8
* block: add bdrv_find_backing_imageMarcelo Tosatti2012-01-261-0/+2
* block: make copy-on-read a per-request flagStefan Hajnoczi2012-01-261-0/+2
* 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
OpenPOWER on IntegriCloud