aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* block: Fix BDRV_O_CACHE_MASKKevin Wolf2010-09-131-1/+1
* Fix -snapshot deleting images on disk changeBlue Swirl2010-07-281-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
* block: Add bdrv_(p)write_syncKevin Wolf2010-06-221-0/+4
* block: New bdrv_next()Markus Armbruster2010-06-151-0/+1
* block: Decouple block device "commit all" from DriveInfoMarkus Armbruster2010-06-151-0/+1
* block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster2010-06-151-0/+8
* savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho2010-06-151-0/+1
* close all the block drivers before the qemu process exitsMORITA Kazutaka2010-06-041-0/+1
* block.h: Make BDRV_SECTOR_SIZE 64 bit safeJes Sorensen2010-05-281-1/+1
* add support for protocol driver create_optionsMORITA Kazutaka2010-05-281-0/+1
* Add cache=unsafe parameter to -driveAlexander Graf2010-05-261-0/+1
* block: Remove semicolon in BDRV_SECTOR_MASK macroStefan Hajnoczi2010-05-171-1/+1
* block: bdrv_has_zero_initKevin Wolf2010-05-031-0/+1
* block: separate raw images from the file protocolChristoph Hellwig2010-05-031-0/+1
* block.h: bdrv_create2 doesn't exist any moreKevin Wolf2010-04-231-4/+0
* block: get rid of the BDRV_O_FILE flagChristoph Hellwig2010-04-231-4/+0
* Replace calls of old bdrv_openKevin Wolf2010-04-231-3/+2
* qcow2: Trigger blkdebug eventsKevin Wolf2010-04-231-0/+44
* blkdebug: Add events and rulesKevin Wolf2010-04-231-0/+9
* block: BLOCK_IO_ERROR QMP eventLuiz Capitulino2010-02-101-0/+6
* Count dirty blocks and expose an API to get dirty countLiran Schour2010-02-091-0/+1
* block: kill BDRV_O_CREATChristoph Hellwig2010-01-261-1/+0
* No need anymoe for bdrv_set_read_onlyNaphtali Sprei2010-01-261-1/+0
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-2/+0
* block: Add bdrv_change_backing_fileKevin Wolf2010-01-131-0/+2
* block: Introduce BDRV_O_NO_BACKINGKevin Wolf2010-01-131-0/+1
* block: Convert bdrv_info_stats() to QObjectLuiz Capitulino2009-12-121-1/+2
* block: Convert bdrv_info() to QObjectLuiz Capitulino2009-12-121-1/+3
* block migration: Increase dirty chunk size to 1MJan Kiszka2009-12-031-1/+1
* block migration: Rework constants APIJan Kiszka2009-12-031-1/+6
* block migration: Fix coding style and whitespacesJan Kiszka2009-12-031-2/+2
* Expose a mechanism to trace block writeslirans@il.ibm.com2009-11-171-1/+7
* Configurable block format whitelistMarkus Armbruster2009-11-091-0/+2
* Added readonly flag to -drive commandNaphtali Sprei2009-11-091-0/+1
* block: add aio_flush operationChristoph Hellwig2009-09-111-0/+2
* block: add enable_write_cache flagChristoph Hellwig2009-09-111-0/+1
* Add bdrv_aio_multiwriteKevin Wolf2009-09-111-0/+15
* raw-posix: add Linux native AIO supportChristoph Hellwig2009-08-271-0/+1
* replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig2009-07-161-3/+4
* Revert "support colon in filenames"Anthony Liguori2009-07-091-2/+0
* qcow2: Make cache=writethrough defaultKevin Wolf2009-07-091-2/+1
* support colon in filenamesRam Pai2009-06-291-0/+2
* Prevent CD-ROM media eject while device is lockedMark McLoughlin2009-06-161-1/+1
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-3/+3
* Convert block infrastructure to use new module init functionalityAnthony Liguori2009-05-141-14/+2
* Introduce bdrv_check (Kevin Wolf)aliguori2009-04-211-0/+1