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
/
block-backend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-28
1
-2
/
+3
*
block: Constify data passed by pointer to blk_name
Krzysztof Kozlowski
2017-04-27
1
-1
/
+1
*
throttle: Remove block from group on hot-unplug
Eric Blake
2017-04-11
1
-0
/
+3
*
block: Use bdrv_coroutine_enter to start I/O coroutines
Fam Zheng
2017-04-11
1
-2
/
+2
*
block: Ignore guest dev permissions during incoming migration
Kevin Wolf
2017-04-07
1
-1
/
+39
*
block-backend: add drained_begin / drained_end ops
John Snow
2017-03-22
1
-2
/
+22
*
block: Don't use error_abort in blk_new_open
Fam Zheng
2017-03-07
1
-1
/
+6
*
hmp: Request permissions in qemu-io
Kevin Wolf
2017-02-28
1
-0
/
+6
*
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
2017-02-28
1
-0
/
+21
*
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
2017-02-28
1
-5
/
+15
*
block: Request real permissions in blk_new_open()
Kevin Wolf
2017-02-28
1
-3
/
+19
*
block: Add error parameter to blk_insert_bs()
Kevin Wolf
2017-02-28
1
-5
/
+8
*
block: Add permissions to blk_new()
Kevin Wolf
2017-02-28
1
-7
/
+14
*
block: Add permissions to BlockBackend
Kevin Wolf
2017-02-28
1
-0
/
+27
*
block: Let callers request permissions when attaching a child node
Kevin Wolf
2017-02-28
1
-2
/
+6
*
block: Pass BdrvChild to bdrv_truncate()
Kevin Wolf
2017-02-24
1
-1
/
+1
*
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2017-02-21
1
-7
/
+0
*
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
1
-0
/
+6
*
block-backend: allow blk_prw from coroutine context
Paolo Bonzini
2017-02-21
1
-4
/
+8
*
block-backend: Always notify on blk_eject
John Snow
2016-11-14
1
-6
/
+7
*
block: introduce BDRV_POLL_WHILE
Paolo Bonzini
2016-10-28
1
-6
/
+1
*
block: add BDS field to count in-flight requests
Paolo Bonzini
2016-10-28
1
-4
/
+19
*
block: Use blk_co_ioctl() for all BB level ioctls
Kevin Wolf
2016-10-27
1
-6
/
+33
*
block: Use blk_co_pdiscard() for all BB level discard
Kevin Wolf
2016-10-27
1
-12
/
+18
*
block: Use blk_co_flush() for all BB level flushes
Kevin Wolf
2016-10-27
1
-10
/
+17
*
block: Add qdev ID to DEVICE_TRAY_MOVED
Kevin Wolf
2016-10-07
1
-1
/
+32
*
block-backend: Remember if attached device is non-qdev
Kevin Wolf
2016-10-07
1
-8
/
+20
*
block: Add node name to BLOCK_IO_ERROR event
Kevin Wolf
2016-10-07
1
-2
/
+3
*
block: use aio_bh_schedule_oneshot
Paolo Bonzini
2016-10-07
1
-16
/
+7
*
block: Use 'detect-zeroes' option for 'blockdev-change-medium'
Kevin Wolf
2016-09-29
1
-5
/
+4
*
block-backend: remove blk_flush_all
John Snow
2016-09-29
1
-22
/
+0
*
block: Add blk_by_dev()
Kevin Wolf
2016-09-23
1
-0
/
+19
*
block: remove BlockDriver.bdrv_write_compressed
Pavel Butsykin
2016-09-05
1
-6
/
+2
*
block: Convert bdrv_pwrite_compressed() to BdrvChild
Pavel Butsykin
2016-09-05
1
-1
/
+1
*
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
2016-09-05
1
-19
/
+4
*
block: Accept node-name for block-stream
Kevin Wolf
2016-09-05
1
-0
/
+16
*
block: Convert BB interface to byte-based discards
Eric Blake
2016-07-20
1
-14
/
+11
*
block: Convert bdrv_aio_discard() to byte-based
Eric Blake
2016-07-20
1
-1
/
+2
*
block: Convert bdrv_discard() to byte-based
Eric Blake
2016-07-20
1
-1
/
+2
*
block: Convert bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-1
/
+2
*
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
2016-07-13
1
-0
/
+1
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-4
/
+4
*
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
2016-07-05
1
-2
/
+2
*
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
2016-07-05
1
-0
/
+5
*
block: Switch transfer length bounds to byte-based
Eric Blake
2016-07-05
1
-5
/
+5
*
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
2016-07-05
1
-3
/
+4
*
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
2016-05-25
1
-7
/
+14
*
block: Default to enabled write cache in blk_new()
Kevin Wolf
2016-05-25
1
-1
/
+2
*
block: Rename blk_write_zeroes()
Eric Blake
2016-05-25
1
-7
/
+7
*
block: Fix reconfiguring graph with drained nodes
Kevin Wolf
2016-05-25
1
-4
/
+5
[next]