index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
raw-win32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-12
block: switch from g_slice allocator to malloc
Paolo Bonzini
1
-2
/
+2
2015-10-02
raw-win32: Fix write request error handling
Kevin Wolf
1
-2
/
+2
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-02-16
block: Remove "growable" from BDS
Max Reitz
1
-1
/
+1
2014-12-10
block: Make essential BlockDriver objects public
Max Reitz
1
-1
/
+1
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-4
/
+4
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-4
/
+4
2014-09-12
block: don't convert file size to sector size
Hu Tao
1
-3
/
+3
2014-09-12
block: round up file size to nearest sector
Hu Tao
1
-2
/
+2
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-1
/
+1
2014-06-16
raw-win32.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-19
/
+19
2014-06-04
block/raw-win32: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-0
/
+25
2014-06-04
block/raw-win32: create one QEMUWin32AIOState per BDRVRawState
Stefan Hajnoczi
1
-13
/
+16
2014-04-30
block: Unlink temporary files in raw-posix/win32
Kevin Wolf
1
-0
/
+3
2014-03-13
block/raw-win32: bdrv_parse_filename() for hdev
Max Reitz
1
-0
/
+10
2014-03-06
block/raw-win32: Strip "file:" prefix on creation
Max Reitz
1
-0
/
+2
2014-03-06
block/raw-win32: Implement bdrv_parse_filename()
Max Reitz
1
-0
/
+12
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-2
/
+2
2014-01-24
raw: Probe required direct I/O alignment
Paolo Bonzini
1
-0
/
+41
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-2
/
+3
2013-11-14
block: Print its file name if backing file opening failed
Fam Zheng
1
-1
/
+0
2013-10-29
block: Avoid unecessary drv->bdrv_getlength() calls
Kevin Wolf
1
-1
/
+3
2013-10-17
block/raw-win32: Always use -errno in hdev_open
Max Reitz
1
-3
/
+2
2013-10-11
block/raw-win32: Employ error parameter
Max Reitz
1
-5
/
+11
2013-09-25
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
BenoƮt Canet
1
-0
/
+2
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
1
-1
/
+2
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-2
/
+4
2013-09-12
raw-win32.c: Fix incorrect handling behaviour of small block files
Tal Kain
1
-0
/
+1
2013-09-06
w32: Fix access to host devices (regression)
Stefan Weil
1
-7
/
+29
2013-06-28
block: change default of .has_zero_init to 0
Peter Lieven
1
-6
/
+1
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
1
-4
/
+2
2013-04-22
raw-win32: Use bdrv_open options instead of filename
Kevin Wolf
1
-10
/
+47
2013-03-25
block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)
Stefan Weil
1
-2
/
+4
2013-03-15
threadpool: drop global thread pool
Stefan Hajnoczi
1
-1
/
+3
2013-01-02
block/raw-win32: Fix compiler warnings (wrong format specifiers)
Stefan Weil
1
-2
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-2
/
+2
2012-12-11
Fix error code checking for SetFilePointer() call
Fabien Chouteau
1
-3
/
+14
2012-10-31
raw-win32: implement native asynchronous I/O
Paolo Bonzini
1
-5
/
+37
2012-10-31
raw-win32: add emulated AIO support
Paolo Bonzini
1
-49
/
+138
2012-09-24
block: do not parse BDRV_O_CACHE_WB in block drivers
Jeff Cody
1
-3
/
+0
2012-09-24
block: move open flag parsing in raw block drivers to helper functions
Jeff Cody
1
-20
/
+23
2012-08-15
block: Convert close calls to qemu_close
Corey Bryant
1
-1
/
+1
2012-08-15
block: Convert open calls to qemu_open
Corey Bryant
1
-2
/
+2
2011-11-11
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
1
-6
/
+9
2011-10-21
block: change flush to co_flush
Paolo Bonzini
1
-2
/
+2
2011-08-22
w32: Fix qemu_ftruncate64
Stefan Weil
1
-2
/
+6
2011-08-01
block/raw-win32: Drop disabled code for removable host devices
Markus Armbruster
1
-35
/
+0
2011-07-19
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
1
-0
/
+29
2011-06-08
block: clarify the meaning of BDRV_O_NOCACHE
Christoph Hellwig
1
-6
/
+6
[next]