summaryrefslogtreecommitdiffstats
path: root/block/raw-win32.c
Commit message (Expand)AuthorAgeFilesLines
* block/raw-win32: Fix compiler warnings (wrong format specifiers)Stefan Weil2013-01-021-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* Fix error code checking for SetFilePointer() callFabien Chouteau2012-12-111-3/+14
* raw-win32: implement native asynchronous I/OPaolo Bonzini2012-10-311-5/+37
* raw-win32: add emulated AIO supportPaolo Bonzini2012-10-311-49/+138
* block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody2012-09-241-3/+0
* block: move open flag parsing in raw block drivers to helper functionsJeff Cody2012-09-241-20/+23
* block: Convert close calls to qemu_closeCorey Bryant2012-08-151-1/+1
* block: Convert open calls to qemu_openCorey Bryant2012-08-151-2/+2
* block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf2011-11-111-6/+9
* block: change flush to co_flushPaolo Bonzini2011-10-211-2/+2
* w32: Fix qemu_ftruncate64Stefan Weil2011-08-221-2/+6
* block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster2011-08-011-35/+0
* block: add bdrv_get_allocated_file_size() operationFam Zheng2011-07-191-0/+29
* block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig2011-06-081-6/+6
* raw-win32: Fix bdrv_flush return valueKevin Wolf2011-01-311-1/+1
* Fix win32 buildBlue Swirl2010-11-071-1/+1
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-1/+8
* block: Fix bdrv_has_zero_initKevin Wolf2010-08-031-0/+6
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-2/+2
* block: separate raw images from the file protocolChristoph Hellwig2010-05-031-5/+7
* block: kill BDRV_O_CREATChristoph Hellwig2010-01-261-7/+3
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-2/+2
* block: add bdrv_probe_device methodChristoph Hellwig2009-06-151-0/+10
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-061-1/+5
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-221-4/+16
* Fix warning on WIN32Anthony Liguori2009-05-141-1/+0
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+394
OpenPOWER on IntegriCloud