aboutsummaryrefslogtreecommitdiff
path: root/block/raw-win32.c
AgeCommit message (Expand)Author
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
2012-08-15block: Convert open calls to qemu_openCorey Bryant
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf
2011-10-21block: change flush to co_flushPaolo Bonzini
2011-08-22w32: Fix qemu_ftruncate64Stefan Weil
2011-08-01block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig
2011-01-31raw-win32: Fix bdrv_flush return valueKevin Wolf
2010-11-07Fix win32 buildBlue Swirl
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-05-03block: separate raw images from the file protocolChristoph Hellwig
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-05-14Fix warning on WIN32Anthony Liguori
2009-05-14Move block drivers into their own directoryAnthony Liguori