index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
qed.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
2017-02-28
1
-1
/
+2
*
block: Request child permissions in format drivers
Kevin Wolf
2017-02-28
1
-0
/
+1
*
block: Attach bs->file only during .bdrv_open()
Kevin Wolf
2017-02-24
1
-3
/
+15
*
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2017-02-21
1
-2
/
+2
*
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
1
-0
/
+3
*
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
2017-02-21
1
-0
/
+12
*
qed: introduce qed_aio_start_io and qed_aio_next_io_cb
Paolo Bonzini
2017-02-21
1
-14
/
+25
*
qed: Implement .bdrv_drain
Fam Zheng
2016-10-28
1
-1
/
+15
*
block: use aio_bh_schedule_oneshot
Paolo Bonzini
2016-10-07
1
-4
/
+2
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-2
/
+2
*
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+2
*
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-07-05
1
-3
/
+3
*
block: Convert bdrv_aio_writev() to BdrvChild
Kevin Wolf
2016-07-05
1
-3
/
+3
*
block: Convert bdrv_aio_readv() to BdrvChild
Kevin Wolf
2016-07-05
1
-3
/
+3
*
qed: Convert to bdrv_co_pwrite_zeroes()
Eric Blake
2016-06-08
1
-18
/
+15
*
block: Track write zero limits in bytes
Eric Blake
2016-06-08
1
-1
/
+1
*
qed: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-2
/
+1
*
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
2016-05-12
1
-6
/
+0
*
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-05-12
1
-3
/
+3
*
block: Always set writeback mode in blk_new_open()
Kevin Wolf
2016-03-30
1
-2
/
+1
*
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-17
1
-1
/
+1
*
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
2016-03-17
1
-5
/
+2
*
Revert "qed: Implement .bdrv_drain"
Stefan Hajnoczi
2016-03-17
1
-13
/
+0
*
qed: Use BB functions in .bdrv_create()
Kevin Wolf
2016-03-14
1
-13
/
+15
*
qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
Fam Zheng
2016-02-02
1
-0
/
+3
*
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-02-02
1
-1
/
+2
*
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
2016-01-20
1
-2
/
+2
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
2016-01-13
1
-3
/
+2
*
qed: Implement .bdrv_drain
Fam Zheng
2015-11-12
1
-0
/
+13
*
block: Remove bdrv_swap()
Kevin Wolf
2015-10-16
1
-7
/
+0
*
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
2015-10-16
1
-6
/
+6
*
block: Convert bs->file to BdrvChild
Kevin Wolf
2015-10-16
1
-16
/
+16
*
block: Drop drv parameter from bdrv_open()
Max Reitz
2015-09-14
1
-1
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-2
/
+2
*
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
2015-04-28
1
-1
/
+1
*
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2015-04-28
1
-2
/
+2
*
qed: check for header size overflow
Stefan Hajnoczi
2015-02-06
1
-0
/
+5
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-9
/
+9
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
1
-16
/
+16
*
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
1
-1
/
+1
*
qed: Drop qed_aiocb_info.cancel
Fam Zheng
2014-09-22
1
-21
/
+0
*
block: round up file size to nearest sector
Hu Tao
2014-09-12
1
-1
/
+2
*
qed: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-1
/
+5
*
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
2014-07-18
1
-3
/
+1
*
qed: Make qiov match request size until backing file EOF
Kevin Wolf
2014-07-14
1
-8
/
+30
[next]