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
/
qed.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-2
/
+2
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-2
/
+2
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
1
-3
/
+3
2016-07-05
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
1
-3
/
+3
2016-07-05
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
1
-3
/
+3
2016-06-08
qed: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
1
-18
/
+15
2016-06-08
block: Track write zero limits in bytes
Eric Blake
1
-1
/
+1
2016-06-07
qed: Use DIV_ROUND_UP
Laurent Vivier
1
-2
/
+1
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
1
-6
/
+0
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-3
/
+3
2016-03-30
block: Always set writeback mode in blk_new_open()
Kevin Wolf
1
-2
/
+1
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
1
-1
/
+1
2016-03-17
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
1
-5
/
+2
2016-03-17
Revert "qed: Implement .bdrv_drain"
Stefan Hajnoczi
1
-13
/
+0
2016-03-14
qed: Use BB functions in .bdrv_create()
Kevin Wolf
1
-13
/
+15
2016-02-02
qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
1
-1
/
+2
2016-01-20
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
1
-2
/
+2
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
1
-3
/
+2
2015-11-12
qed: Implement .bdrv_drain
Fam Zheng
1
-0
/
+13
2015-10-16
block: Remove bdrv_swap()
Kevin Wolf
1
-7
/
+0
2015-10-16
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
1
-6
/
+6
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-16
/
+16
2015-09-14
block: Drop drv parameter from bdrv_open()
Max Reitz
1
-1
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-2
/
+2
2015-04-28
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
1
-1
/
+1
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
1
-2
/
+2
2015-02-06
qed: check for header size overflow
Stefan Hajnoczi
1
-0
/
+5
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-9
/
+9
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-16
/
+16
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
1
-1
/
+1
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
1
-1
/
+1
2014-09-22
qed: Drop qed_aiocb_info.cancel
Fam Zheng
1
-21
/
+0
2014-09-12
block: round up file size to nearest sector
Hu Tao
1
-1
/
+2
2014-08-15
qed: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+5
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
1
-3
/
+1
2014-07-14
qed: Make qiov match request size until backing file EOF
Kevin Wolf
1
-8
/
+30
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
1
-3
/
+3
2014-06-26
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
1
-0
/
+1
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-2
/
+2
2014-06-16
qed.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-54
/
+60
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
1
-1
/
+1
2014-06-04
qed: use BlockDriverState's AioContext
Stefan Hajnoczi
1
-6
/
+29
2014-04-22
convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()
Aakriti Gupta
1
-7
/
+9
2014-03-19
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
1
-3
/
+18
2014-03-13
block: Update image size in bdrv_invalidate_cache()
Kevin Wolf
1
-0
/
+3
[next]