summaryrefslogtreecommitdiff
path: root/block/raw-win32.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13block/raw-win32: bdrv_parse_filename() for hdevMax Reitz1-0/+10
2014-03-06block/raw-win32: Strip "file:" prefix on creationMax Reitz1-0/+2
2014-03-06block/raw-win32: Implement bdrv_parse_filename()Max Reitz1-0/+12
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-2/+2
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini1-0/+41
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-2/+3
2013-11-14block: Print its file name if backing file opening failedFam Zheng1-1/+0
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf1-1/+3
2013-10-17block/raw-win32: Always use -errno in hdev_openMax Reitz1-3/+2
2013-10-11block/raw-win32: Employ error parameterMax Reitz1-5/+11
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.BenoƮt Canet1-0/+2
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+2
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-2/+4
2013-09-12raw-win32.c: Fix incorrect handling behaviour of small block filesTal Kain1-0/+1
2013-09-06w32: Fix access to host devices (regression)Stefan Weil1-7/+29
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-6/+1
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-4/+2
2013-04-22raw-win32: Use bdrv_open options instead of filenameKevin Wolf1-10/+47
2013-03-25block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)Stefan Weil1-2/+4
2013-03-15threadpool: drop global thread poolStefan Hajnoczi1-1/+3
2013-01-02block/raw-win32: Fix compiler warnings (wrong format specifiers)Stefan Weil1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
2012-12-19block: move include files to include/block/Paolo Bonzini1-2/+2
2012-12-11Fix error code checking for SetFilePointer() callFabien Chouteau1-3/+14
2012-10-31raw-win32: implement native asynchronous I/OPaolo Bonzini1-5/+37
2012-10-31raw-win32: add emulated AIO supportPaolo Bonzini1-49/+138
2012-09-24block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody1-3/+0
2012-09-24block: move open flag parsing in raw block drivers to helper functionsJeff Cody1-20/+23
2012-08-15block: Convert close calls to qemu_closeCorey Bryant1-1/+1
2012-08-15block: Convert open calls to qemu_openCorey Bryant1-2/+2
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