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_bsd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-10
block: Add driver methods to probe blocksizes and geometry
Ekaterina Tumanova
1
-0
/
+12
2014-12-10
block: Make essential BlockDriver objects public
Max Reitz
1
-1
/
+1
2014-12-10
raw: Prohibit dangerous writes for probed images
Kevin Wolf
1
-1
/
+63
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-1
/
+1
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-4
/
+4
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
1
-2
/
+1
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-2
/
+2
2014-06-16
raw_bsd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-12
/
+15
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
1
-1
/
+1
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2014-02-09
raw: Fix BlockLimits passthrough
Kevin Wolf
1
-1
/
+7
2013-11-28
block/raw: copy BlockLimits on raw_open
Peter Lieven
1
-0
/
+1
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
1
-2
/
+3
2013-10-29
block: Avoid unecessary drv->bdrv_getlength() calls
Kevin Wolf
1
-0
/
+1
2013-10-11
block/raw_bsd: Employ error parameter
Max Reitz
1
-2
/
+1
2013-10-11
block/get_block_status: avoid redundant callouts on raw devices
Peter Lieven
1
-1
/
+3
2013-09-12
block: Error parameter for create functions
Max Reitz
1
-1
/
+9
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
-1
/
+2
2013-09-06
block: introduce bdrv_get_block_status API
Paolo Bonzini
1
-5
/
+5
2013-09-06
block: make bdrv_co_is_allocated static
Paolo Bonzini
1
-1
/
+1
2013-08-30
switch raw block driver from "raw.o" to "raw_bsd.o"
Laszlo Ersek
1
-34
/
+44
2013-08-30
raw_bsd: register bdrv_raw
Laszlo Ersek
1
-5
/
+33
2013-08-30
raw_bsd: add raw_create_options
Laszlo Ersek
1
-1
/
+12
2013-08-30
raw_bsd: introduce "special members"
Laszlo Ersek
1
-0
/
+23
2013-08-30
raw_bsd: add raw_create()
Laszlo Ersek
1
-0
/
+4
2013-08-30
raw_bsd: emit debug events in bdrv_co_readv() and bdrv_co_writev()
Laszlo Ersek
1
-0
/
+2
2013-08-30
add skeleton for BSD licensed "raw" BlockDriver
Laszlo Ersek
1
-0
/
+108