summaryrefslogtreecommitdiff
path: root/block/raw-win32.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Merge tag 'v2.6.0' into developSeokYeon Hwang1-1/+3
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-12-21Merge tag 'v2.5.0' into tizen_3.0_qemu_2.5SeokYeon Hwang1-4/+4
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini1-2/+2
2015-10-02raw-win32: Fix write request error handlingKevin Wolf1-2/+2
2015-08-24Merge tag 'v2.4.0' into tizen_3.0_qemu_2.4SeokYeon Hwang1-2/+3
2015-07-06block: removed legacy workaround codesSeokYeon Hwang1-63/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-05-22raw-win32.c: fixed compilation errorSeokYeon Hwang1-1/+0
2015-02-16block: Remove "growable" from BDSMax Reitz1-1/+1
2014-12-16block: fix compilation error on windowsSeokYeon Hwang1-19/+1
2014-12-10block: Make essential BlockDriver objects publicMax Reitz1-1/+1
2014-12-10Merge 'v2.2.0' into tizen_next_qemu_2.2SeokYeon Hwang1-41/+72
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-4/+4
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-4/+4
2014-09-12block: don't convert file size to sector sizeHu Tao1-3/+3
2014-09-12block: round up file size to nearest sectorHu Tao1-2/+2
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-1/+1
2014-06-16raw-win32.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-19/+19
2014-06-04block/raw-win32: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi1-0/+25
2014-06-04block/raw-win32: create one QEMUWin32AIOState per BDRVRawStateStefan Hajnoczi1-13/+16
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf1-0/+3
2014-04-21Merge branch 'upstream_qemu_2.0' into tizenSeokYeon Hwang1-4/+70
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-12-11Merge branch 'upstream-1.7' into tizen_qemu_1.7SeokYeon Hwang1-10/+23
2013-11-14block: Print its file name if backing file opening failedFam Zheng1-1/+0
2013-11-07w32: Fix access to host devices (regression)Stefan Weil1-8/+31
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-10Merge tag 'v1.6.0' into tizen_qemu_1.6SeokYeon Hwang1-6/+1
2013-09-06w32: Fix access to host devices (regression)Stefan Weil1-7/+29
2013-07-15qemu: fixed compile warnings.unknown1-6/+10
2013-07-12qemu: modified wrong return value and source clean-up.Kitae Kim1-56/+59
2013-07-12Fix compilation error on windows.SeokYeon Hwang1-1/+1
2013-07-04merge and resolve soucre conflicts.Kitae Kim1-47/+15
2013-07-02Merge 'qemu 1.5.1' into tizen_qemu_1.5.1test1-60/+265
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