summaryrefslogtreecommitdiffstats
path: root/block.h
Commit message (Expand)AuthorAgeFilesLines
* Replaced tabs with spaces in block.h and block_int.hDevin Nakamura2011-06-151-3/+3
* block: Remove type hint, it's guest matter, doesn't belong hereMarkus Armbruster2011-05-191-5/+0
* Do not delete BlockDriverState when deleting the driveRyan Harper2011-04-071-0/+1
* fdc: move floppy geometry guessing to block.cBlue Swirl2011-02-201-0/+10
* Add flag to indicate external users to block deviceMarcelo Tosatti2011-02-071-0/+2
* block: tell drivers about an image resizeChristoph Hellwig2011-01-311-1/+2
* block: add discard supportChristoph Hellwig2010-12-171-0/+1
* qemu-img.c: Re-factor img_create()Jes Sorensen2010-12-171-0/+4
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-1/+1
* Copy snapshots out of QCOW2 diskedison2010-10-221-0/+2
* block: Fix BDRV_O_CACHE_MASKKevin Wolf2010-09-081-1/+1
* Fix -snapshot deleting images on disk changeBlue Swirl2010-07-261-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
OpenPOWER on IntegriCloud