summaryrefslogtreecommitdiff
path: root/block.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-2/+6
2012-10-24block: introduce new dirty bitmap functionalityPaolo Bonzini1-2/+3
2012-10-24block: add bdrv_open_backing_filePaolo Bonzini1-0/+1
2012-10-24block: add bdrv_query_statsPaolo Bonzini1-0/+1
2012-10-24block: add bdrv_query_infoPaolo Bonzini1-0/+1
2012-10-23block: add close notifiersPaolo Bonzini1-0/+1
2012-09-28iostatus: reorganize io error codePaolo Bonzini1-2/+3
2012-09-28iostatus: change is_read to a boolPaolo Bonzini1-2/+2
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini1-5/+0
2012-09-28iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini1-6/+6
2012-09-28block: move job APIs to separate filesPaolo Bonzini1-0/+2
2012-09-28block: helper function, to find the base image of a chainJeff Cody1-0/+1
2012-09-28block: add support functions for live commit, to find and delete images.Jeff Cody1-0/+4
2012-09-24block: Framework for reopening files safelyJeff Cody1-0/+17
2012-09-24block: correctly set the keep_read_only flagJeff Cody1-0/+1
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi1-0/+1
2012-08-03block: create bdrv_get_backing_file_depth()Benoît Canet1-0/+1
2012-07-17hw/block-common: Move BlockConf & friends from block.hMarkus Armbruster1-45/+0
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster1-12/+0
2012-07-17qdev: Introduce block geometry propertiesMarkus Armbruster1-1/+7
2012-07-17hd-geometry: Move disk geometry guessing back from block.cMarkus Armbruster1-1/+0
2012-07-17fdc: Move floppy geometry guessing back from block.cMarkus Armbruster1-18/+0
2012-07-09block: Factor bdrv_read_unthrottled() out of guess_disk_lchs()Markus Armbruster1-0/+2
2012-07-09block: introduce bdrv_swap, implement bdrv_append on top of itPaolo Bonzini1-0/+1
2012-07-09blkdebug: remove sync i/o eventsPaolo Bonzini1-2/+0
2012-06-15block: Replace bdrv_get_format() by bdrv_get_format_name()Markus Armbruster1-1/+1
2012-06-15block: add bdrv_set_enable_write_cachePaolo Bonzini1-0/+1
2012-06-15block: New bdrv_get_flags()Markus Armbruster1-0/+1
2012-06-15qemu-img check: Print fixed clusters and recheckKevin Wolf1-0/+2
2012-06-15qemu-img check -r for repairing imagesKevin Wolf1-1/+6
2012-06-15stream: move is_allocated_above to block.cPaolo Bonzini1-0/+4
2012-05-10qemu-img: make "info" backing file output correct and easier to usePaolo Bonzini1-0/+2
2012-04-05block: add a function to clear incoming live migration flagsBenoît Canet1-0/+2
2012-04-05block: Add new BDRV_O_INCOMING flag to notice incoming live migrationBenoît Canet1-0/+1
2012-04-05qemu-img: add dirty flag statusDong Xu Wang1-0/+1
2012-04-05qemu-img: add image fragmentation statisticsDong Xu Wang1-0/+7
2012-04-05block: enforce constraints on block size propertiesStefan Hajnoczi1-4/+4
2012-04-05aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini1-2/+0
2012-03-12block: handle -EBUSY in bdrv_commit_all()Stefan Hajnoczi1-1/+1
2012-02-29qapi: Introduce blockdev-group-snapshot-sync commandJeff Cody1-0/+1
2012-02-29block: add a transfer rate for floppy typesHervé Poussineau1-1/+9
2012-02-22block: bdrv_eject(): Make eject_flag a real boolLuiz Capitulino1-1/+1
2012-02-22block: Rename bdrv_mon_event() & BlockMonEventActionLuiz Capitulino1-3/+3
2012-02-09block: add .bdrv_co_write_zeroes() interfaceStefan Hajnoczi1-0/+8
2012-01-26block: add bdrv_find_backing_imageMarcelo Tosatti1-0/+2
2012-01-26block: make copy-on-read a per-request flagStefan Hajnoczi1-0/+2
2011-12-15qcow2: Allow >4 GB VM stateKevin Wolf1-1/+1
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi1-0/+1
2011-12-05block: add interface to toggle copy-on-readStefan Hajnoczi1-0/+4