aboutsummaryrefslogtreecommitdiffstats
path: root/block/raw-win32.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf1-6/+9
2011-10-21block: change flush to co_flushPaolo Bonzini1-2/+2
2011-08-22w32: Fix qemu_ftruncate64Stefan Weil1-2/+6
2011-08-01block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster1-35/+0
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng1-0/+29
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig1-6/+6
2011-01-31raw-win32: Fix bdrv_flush return valueKevin Wolf1-1/+1
2010-11-07Fix win32 buildBlue Swirl1-1/+1
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-1/+8
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf1-0/+6
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-2/+2
2010-05-03block: separate raw images from the file protocolChristoph Hellwig1-5/+7
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig1-7/+3
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei1-2/+2
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig1-0/+10
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf1-1/+5
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf1-4/+16
2009-05-14Fix warning on WIN32Anthony Liguori1-1/+0
2009-05-14Move block drivers into their own directoryAnthony Liguori1-0/+394