aboutsummaryrefslogtreecommitdiffstats
path: root/block_int.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-02block: Add bdrv_co_readv/writevKevin Wolf1-0/+6
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster1-1/+1
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster1-1/+1
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng1-0/+1
2011-07-19VMDK: create different subformatsFam Zheng1-0/+1
2011-06-15Replaced tabs with spaces in block.h and block_int.hDevin Nakamura1-2/+2
2011-05-19block: Remove type hint, it's guest matter, doesn't belong hereMarkus Armbruster1-1/+0
2011-02-07Add flag to indicate external users to block deviceMarcelo Tosatti1-0/+1
2011-01-31block: tell drivers about an image resizeChristoph Hellwig1-1/+4
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi1-0/+1
2010-12-17block: add discard supportChristoph Hellwig1-1/+6
2010-12-14qemu-img: Deprecate obsolete -6 and -e optionsJes Sorensen1-1/+0
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-1/+3
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-1/+1
2010-10-22Copy snapshots out of QCOW2 diskedison1-0/+2
2010-09-08Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori1-1/+0
2010-08-03block: Change bdrv_eject() not to drop the imageMarkus Armbruster1-0/+1
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf1-2/+5
2010-07-26block: default to 0 minimal / optiomal I/O sizeChristoph Hellwig1-2/+2
2010-07-15Make default invocation of block drivers safer (v3)Anthony Liguori1-0/+1
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf1-2/+5
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster1-0/+2
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster1-4/+2
2010-06-22block: fix physical_block_size calculationChristoph Hellwig1-1/+3
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster1-0/+1
2010-05-03block: Add wr_highest_sector blockstatKevin Wolf1-0/+1
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-1/+4
2010-04-23block: Convert first_drv to QLISTStefan Hajnoczi1-1/+1
2010-04-23block: Convert bdrv_first to QTAILQStefan Hajnoczi1-1/+2
2010-04-23block: Do not export bdrv_firstStefan Hajnoczi1-2/+0
2010-04-23blkdebug: Add events and rulesKevin Wolf1-0/+2
2010-03-17block: add logical_block_size propertyChristoph Hellwig1-0/+3
2010-02-19block: more read-only changes, related to backing filesNaphtali Sprei1-0/+2
2010-02-10block: add topology qdev propertiesChristoph Hellwig1-0/+27
2010-02-09Count dirty blocks and expose an API to get dirty countLiran Schour1-0/+1
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf1-0/+3
2009-12-03qemu-img: There is more than one host device driverKevin Wolf1-0/+3
2009-12-03block migration: Cleanup dirty tracking codeJan Kiszka1-2/+1
2009-11-17Expose a mechanism to trace block writeslirans@il.ibm.com1-0/+2
2009-09-11block: add aio_flush operationChristoph Hellwig1-0/+2
2009-09-11block: add enable_write_cache flagChristoph Hellwig1-0/+3
2009-09-11Add bdrv_aio_multiwriteKevin Wolf1-0/+6
2009-08-27qcow2: Metadata preallocationKevin Wolf1-0/+1
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig1-4/+4
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig1-0/+5
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig1-11/+2
2009-05-22qcow2: Allow different cluster sizesKevin Wolf1-0/+1
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-6/+11
2009-04-22implement qemu_blockalign (Stefano Stabellini)aliguori1-0/+5
2009-04-21Introduce bdrv_check (Kevin Wolf)aliguori1-0/+3