aboutsummaryrefslogtreecommitdiffstats
path: root/block.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-22block: Add bdrv_(p)write_syncKevin Wolf1-0/+4
2010-06-15block: New bdrv_next()Markus Armbruster1-0/+1
2010-06-15block: Decouple block device "commit all" from DriveInfoMarkus Armbruster1-0/+1
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster1-0/+8
2010-06-15savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho1-0/+1
2010-06-04close all the block drivers before the qemu process exitsMORITA Kazutaka1-0/+1
2010-05-28block.h: Make BDRV_SECTOR_SIZE 64 bit safeJes Sorensen1-1/+1
2010-05-28add support for protocol driver create_optionsMORITA Kazutaka1-0/+1
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf1-0/+1
2010-05-17block: Remove semicolon in BDRV_SECTOR_MASK macroStefan Hajnoczi1-1/+1
2010-05-03block: bdrv_has_zero_initKevin Wolf1-0/+1
2010-05-03block: separate raw images from the file protocolChristoph Hellwig1-0/+1
2010-04-23block.h: bdrv_create2 doesn't exist any moreKevin Wolf1-4/+0
2010-04-23block: get rid of the BDRV_O_FILE flagChristoph Hellwig1-4/+0
2010-04-23Replace calls of old bdrv_openKevin Wolf1-3/+2
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf1-0/+44
2010-04-23blkdebug: Add events and rulesKevin Wolf1-0/+9
2010-02-10block: BLOCK_IO_ERROR QMP eventLuiz Capitulino1-0/+6
2010-02-09Count dirty blocks and expose an API to get dirty countLiran Schour1-0/+1
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig1-1/+0
2010-01-26No need anymoe for bdrv_set_read_onlyNaphtali Sprei1-1/+0
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-2/+0
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf1-0/+2
2010-01-13block: Introduce BDRV_O_NO_BACKINGKevin Wolf1-0/+1
2009-12-12block: Convert bdrv_info_stats() to QObjectLuiz Capitulino1-1/+2
2009-12-12block: Convert bdrv_info() to QObjectLuiz Capitulino1-1/+3
2009-12-03block migration: Increase dirty chunk size to 1MJan Kiszka1-1/+1
2009-12-03block migration: Rework constants APIJan Kiszka1-1/+6
2009-12-03block migration: Fix coding style and whitespacesJan Kiszka1-2/+2
2009-11-17Expose a mechanism to trace block writeslirans@il.ibm.com1-1/+7
2009-11-09Configurable block format whitelistMarkus Armbruster1-0/+2
2009-11-09Added readonly flag to -drive commandNaphtali Sprei1-0/+1
2009-09-11block: add aio_flush operationChristoph Hellwig1-0/+2
2009-09-11block: add enable_write_cache flagChristoph Hellwig1-0/+1
2009-09-11Add bdrv_aio_multiwriteKevin Wolf1-0/+15
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig1-0/+1
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig1-3/+4
2009-07-09Revert "support colon in filenames"Anthony Liguori1-2/+0
2009-07-09qcow2: Make cache=writethrough defaultKevin Wolf1-2/+1
2009-06-29support colon in filenamesRam Pai1-0/+2
2009-06-16Prevent CD-ROM media eject while device is lockedMark McLoughlin1-1/+1
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-3/+3
2009-05-14Convert block infrastructure to use new module init functionalityAnthony Liguori1-14/+2
2009-04-21Introduce bdrv_check (Kevin Wolf)aliguori1-0/+1
2009-04-07remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori1-7/+0
2009-04-05Fix savevm after BDRV_FILE size enforcementaliguori1-0/+5
2009-03-28block: support known backing format for image create and open (Uri Lublin)aliguori1-0/+4
2009-03-28new scsi-generic abstraction, use SG_IO (Christoph Hellwig)aliguori1-7/+4
2009-03-12Add specialized block driver scsi generic API (Avi Kivity)aliguori1-0/+8
2009-03-11Revert r6405aliguori1-1/+0