aboutsummaryrefslogtreecommitdiffstats
path: root/block.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-11Revert r6407aliguori1-1/+0
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-2/+2
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori1-2/+2
2009-03-05block: Introduce bdrv_get_encrypted_filename (Jan Kiszka)aliguori1-0/+1
2009-03-05block: Improve bdrv_iterate (Jan Kiszka)aliguori1-1/+2
2009-01-22qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori1-0/+1
2009-01-22block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ...aliguori1-0/+1
2009-01-22Vectored block device API (Avi Kivity)aliguori1-0/+8
2008-12-04Use writeback caching by default with qcow2aliguori1-1/+2
2008-11-25Abstract out geometry detection code from IDE for reusealiguori1-0/+1
2008-11-08Use an option rom instead of boot sector for -kernelaliguori1-1/+0
2008-10-14Expand cache= option and use write-through caching by defaultaliguori1-1/+4
2008-10-06Add bdrv_flush_all()aliguori1-0/+2
2008-09-22Refactor AIO to allow multiple AIO implementationsaliguori1-4/+2
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori1-2/+0
2008-09-10Use signalfd() to work around signal/select racealiguori1-3/+0
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths1-0/+1