aboutsummaryrefslogtreecommitdiff
path: root/block.h
AgeCommit message (Expand)Author
2012-12-12qemu-io: Add AIO debugging commandsKevin Wolf
2012-12-11block: bdrv_img_create(): drop unused error handling codeLuiz Capitulino
2012-12-11block: bdrv_img_create(): add Error ** argumentLuiz Capitulino
2012-10-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-10-24block: introduce new dirty bitmap functionalityPaolo Bonzini
2012-10-24block: add bdrv_open_backing_filePaolo Bonzini
2012-10-24block: add bdrv_query_statsPaolo Bonzini
2012-10-24block: add bdrv_query_infoPaolo Bonzini
2012-10-23block: add close notifiersPaolo Bonzini
2012-09-28iostatus: reorganize io error codePaolo Bonzini
2012-09-28iostatus: change is_read to a boolPaolo Bonzini
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini
2012-09-28iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini
2012-09-28block: move job APIs to separate filesPaolo Bonzini
2012-09-28block: helper function, to find the base image of a chainJeff Cody
2012-09-28block: add support functions for live commit, to find and delete images.Jeff Cody
2012-09-24block: Framework for reopening files safelyJeff Cody
2012-09-24block: correctly set the keep_read_only flagJeff Cody
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi
2012-08-03block: create bdrv_get_backing_file_depth()Benoît Canet
2012-07-17hw/block-common: Move BlockConf & friends from block.hMarkus Armbruster
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster
2012-07-17qdev: Introduce block geometry propertiesMarkus Armbruster
2012-07-17hd-geometry: Move disk geometry guessing back from block.cMarkus Armbruster
2012-07-17fdc: Move floppy geometry guessing back from block.cMarkus Armbruster
2012-07-09block: Factor bdrv_read_unthrottled() out of guess_disk_lchs()Markus Armbruster
2012-07-09block: introduce bdrv_swap, implement bdrv_append on top of itPaolo Bonzini
2012-07-09blkdebug: remove sync i/o eventsPaolo Bonzini
2012-06-15block: Replace bdrv_get_format() by bdrv_get_format_name()Markus Armbruster
2012-06-15block: add bdrv_set_enable_write_cachePaolo Bonzini
2012-06-15block: New bdrv_get_flags()Markus Armbruster
2012-06-15qemu-img check: Print fixed clusters and recheckKevin Wolf
2012-06-15qemu-img check -r for repairing imagesKevin Wolf
2012-06-15stream: move is_allocated_above to block.cPaolo Bonzini
2012-05-10qemu-img: make "info" backing file output correct and easier to usePaolo Bonzini
2012-04-05block: add a function to clear incoming live migration flagsBenoît Canet
2012-04-05block: Add new BDRV_O_INCOMING flag to notice incoming live migrationBenoît Canet
2012-04-05qemu-img: add dirty flag statusDong Xu Wang
2012-04-05qemu-img: add image fragmentation statisticsDong Xu Wang
2012-04-05block: enforce constraints on block size propertiesStefan Hajnoczi
2012-04-05aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini
2012-03-12block: handle -EBUSY in bdrv_commit_all()Stefan Hajnoczi
2012-02-29qapi: Introduce blockdev-group-snapshot-sync commandJeff Cody
2012-02-29block: add a transfer rate for floppy typesHervé Poussineau
2012-02-22block: bdrv_eject(): Make eject_flag a real boolLuiz Capitulino
2012-02-22block: Rename bdrv_mon_event() & BlockMonEventActionLuiz Capitulino
2012-02-09block: add .bdrv_co_write_zeroes() interfaceStefan Hajnoczi
2012-01-26block: add bdrv_find_backing_imageMarcelo Tosatti
2012-01-26block: make copy-on-read a per-request flagStefan Hajnoczi
2011-12-15qcow2: Allow >4 GB VM stateKevin Wolf