aboutsummaryrefslogtreecommitdiff
path: root/block.h
AgeCommit message (Expand)Author
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
2009-04-07remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori
2009-04-05Fix savevm after BDRV_FILE size enforcementaliguori
2009-03-28block: support known backing format for image create and open (Uri Lublin)aliguori
2009-03-28new scsi-generic abstraction, use SG_IO (Christoph Hellwig)aliguori
2009-03-12Add specialized block driver scsi generic API (Avi Kivity)aliguori
2009-03-11Revert r6405aliguori
2009-03-11Revert r6407aliguori
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-03-05monitor: Rework early disk password inquiry (Jan Kiszka)aliguori
2009-03-05block: Introduce bdrv_get_encrypted_filename (Jan Kiszka)aliguori
2009-03-05block: Improve bdrv_iterate (Jan Kiszka)aliguori
2009-01-22qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori
2009-01-22block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ...aliguori
2009-01-22Vectored block device API (Avi Kivity)aliguori
2008-12-04Use writeback caching by default with qcow2aliguori
2008-11-25Abstract out geometry detection code from IDE for reusealiguori
2008-11-08Use an option rom instead of boot sector for -kernelaliguori
2008-10-14Expand cache= option and use write-through caching by defaultaliguori
2008-10-06Add bdrv_flush_all()aliguori
2008-09-22Refactor AIO to allow multiple AIO implementationsaliguori
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori
2008-09-10Use signalfd() to work around signal/select racealiguori
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths