aboutsummaryrefslogtreecommitdiff
path: root/block.h
AgeCommit message (Expand)Author
2010-09-13block: Fix BDRV_O_CACHE_MASKKevin Wolf
2010-07-28Fix -snapshot deleting images on disk changeBlue Swirl
2010-07-06qemu-img check: Distinguish different kinds of errorsKevin Wolf
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster
2010-07-02savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster
2010-06-22block: Add bdrv_(p)write_syncKevin Wolf
2010-06-15block: New bdrv_next()Markus Armbruster
2010-06-15block: Decouple block device "commit all" from DriveInfoMarkus Armbruster
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster
2010-06-15savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho
2010-06-04close all the block drivers before the qemu process exitsMORITA Kazutaka
2010-05-28block.h: Make BDRV_SECTOR_SIZE 64 bit safeJes Sorensen
2010-05-28add support for protocol driver create_optionsMORITA Kazutaka
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf
2010-05-17block: Remove semicolon in BDRV_SECTOR_MASK macroStefan Hajnoczi
2010-05-03block: bdrv_has_zero_initKevin Wolf
2010-05-03block: separate raw images from the file protocolChristoph Hellwig
2010-04-23block.h: bdrv_create2 doesn't exist any moreKevin Wolf
2010-04-23block: get rid of the BDRV_O_FILE flagChristoph Hellwig
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf
2010-04-23blkdebug: Add events and rulesKevin Wolf
2010-02-10block: BLOCK_IO_ERROR QMP eventLuiz Capitulino
2010-02-09Count dirty blocks and expose an API to get dirty countLiran Schour
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig
2010-01-26No need anymoe for bdrv_set_read_onlyNaphtali Sprei
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf
2010-01-13block: Introduce BDRV_O_NO_BACKINGKevin Wolf
2009-12-12block: Convert bdrv_info_stats() to QObjectLuiz Capitulino
2009-12-12block: Convert bdrv_info() to QObjectLuiz Capitulino
2009-12-03block migration: Increase dirty chunk size to 1MJan Kiszka
2009-12-03block migration: Rework constants APIJan Kiszka
2009-12-03block migration: Fix coding style and whitespacesJan Kiszka
2009-11-17Expose a mechanism to trace block writeslirans@il.ibm.com
2009-11-09Configurable block format whitelistMarkus Armbruster
2009-11-09Added readonly flag to -drive commandNaphtali Sprei
2009-09-11block: add aio_flush operationChristoph Hellwig
2009-09-11block: add enable_write_cache flagChristoph Hellwig
2009-09-11Add bdrv_aio_multiwriteKevin Wolf
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig
2009-07-09Revert "support colon in filenames"Anthony Liguori
2009-07-09qcow2: Make cache=writethrough defaultKevin Wolf
2009-06-29support colon in filenamesRam Pai
2009-06-16Prevent CD-ROM media eject while device is lockedMark McLoughlin
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-05-14Convert block infrastructure to use new module init functionalityAnthony Liguori
2009-04-21Introduce bdrv_check (Kevin Wolf)aliguori