index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
raw-win32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Make essential BlockDriver objects public
Max Reitz
2014-12-10
1
-1
/
+1
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-4
/
+4
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
1
-4
/
+4
*
block: don't convert file size to sector size
Hu Tao
2014-09-12
1
-3
/
+3
*
block: round up file size to nearest sector
Hu Tao
2014-09-12
1
-2
/
+2
*
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
1
-1
/
+1
*
raw-win32.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-19
/
+19
*
block/raw-win32: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-0
/
+25
*
block/raw-win32: create one QEMUWin32AIOState per BDRVRawState
Stefan Hajnoczi
2014-06-04
1
-13
/
+16
*
block: Unlink temporary files in raw-posix/win32
Kevin Wolf
2014-04-30
1
-0
/
+3
*
block/raw-win32: bdrv_parse_filename() for hdev
Max Reitz
2014-03-13
1
-0
/
+10
*
block/raw-win32: Strip "file:" prefix on creation
Max Reitz
2014-03-06
1
-0
/
+2
*
block/raw-win32: Implement bdrv_parse_filename()
Max Reitz
2014-03-06
1
-0
/
+12
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-2
/
+2
*
raw: Probe required direct I/O alignment
Paolo Bonzini
2014-01-24
1
-0
/
+41
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-2
/
+3
*
block: Print its file name if backing file opening failed
Fam Zheng
2013-11-14
1
-1
/
+0
*
block: Avoid unecessary drv->bdrv_getlength() calls
Kevin Wolf
2013-10-29
1
-1
/
+3
*
block/raw-win32: Always use -errno in hdev_open
Max Reitz
2013-10-17
1
-3
/
+2
*
block/raw-win32: Employ error parameter
Max Reitz
2013-10-11
1
-5
/
+11
*
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
BenoƮt Canet
2013-09-25
1
-0
/
+2
*
bdrv: Use "Error" for creating images
Max Reitz
2013-09-12
1
-1
/
+2
*
bdrv: Use "Error" for opening images
Max Reitz
2013-09-12
1
-2
/
+4
*
raw-win32.c: Fix incorrect handling behaviour of small block files
Tal Kain
2013-09-12
1
-0
/
+1
*
w32: Fix access to host devices (regression)
Stefan Weil
2013-09-06
1
-7
/
+29
*
block: change default of .has_zero_init to 0
Peter Lieven
2013-06-28
1
-6
/
+1
*
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
1
-4
/
+2
*
raw-win32: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-10
/
+47
*
block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)
Stefan Weil
2013-03-25
1
-2
/
+4
*
threadpool: drop global thread pool
Stefan Hajnoczi
2013-03-15
1
-1
/
+3
*
block/raw-win32: Fix compiler warnings (wrong format specifiers)
Stefan Weil
2013-01-02
1
-2
/
+2
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
Fix error code checking for SetFilePointer() call
Fabien Chouteau
2012-12-11
1
-3
/
+14
*
raw-win32: implement native asynchronous I/O
Paolo Bonzini
2012-10-31
1
-5
/
+37
*
raw-win32: add emulated AIO support
Paolo Bonzini
2012-10-31
1
-49
/
+138
*
block: do not parse BDRV_O_CACHE_WB in block drivers
Jeff Cody
2012-09-24
1
-3
/
+0
*
block: move open flag parsing in raw block drivers to helper functions
Jeff Cody
2012-09-24
1
-20
/
+23
*
block: Convert close calls to qemu_close
Corey Bryant
2012-08-15
1
-1
/
+1
*
block: Convert open calls to qemu_open
Corey Bryant
2012-08-15
1
-2
/
+2
*
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
2011-11-11
1
-6
/
+9
*
block: change flush to co_flush
Paolo Bonzini
2011-10-21
1
-2
/
+2
*
w32: Fix qemu_ftruncate64
Stefan Weil
2011-08-22
1
-2
/
+6
*
block/raw-win32: Drop disabled code for removable host devices
Markus Armbruster
2011-08-01
1
-35
/
+0
*
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
2011-07-19
1
-0
/
+29
*
block: clarify the meaning of BDRV_O_NOCACHE
Christoph Hellwig
2011-06-08
1
-6
/
+6
*
raw-win32: Fix bdrv_flush return value
Kevin Wolf
2011-01-31
1
-1
/
+1
*
Fix win32 build
Blue Swirl
2010-11-07
1
-1
/
+1
*
block: Allow bdrv_flush to return errors
Kevin Wolf
2010-11-04
1
-1
/
+8
*
block: Fix bdrv_has_zero_init
Kevin Wolf
2010-08-03
1
-0
/
+6
[next]