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: fix QEMU crash with scsi-hd and drive_del
Greg Kurz
2018-06-18
1
-0
/
+5
*
block: Remove deprecated -drive option serial
Kevin Wolf
2018-06-15
1
-1
/
+0
*
block-backend: Add blk_co_copy_range
Fam Zheng
2018-06-01
1
-0
/
+18
*
block-backend: simplify blk_get_aio_context
Daniel Henrique Barboza
2018-05-15
1
-7
/
+1
*
block: let blk_add/remove_aio_context_notifier() tolerate BDS changes
Stefan Hajnoczi
2018-03-13
1
-0
/
+63
*
block: Fix qemu crash when using scsi-block
Deepa Srinivasan
2018-03-08
1
-26
/
+25
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-06
1
-9
/
+56
|
\
|
*
block: Fix NULL dereference on empty drive error
Kevin Wolf
2018-03-05
1
-2
/
+3
|
*
block: add BlockBackend->in_flight counter
Stefan Hajnoczi
2018-03-02
1
-7
/
+53
*
|
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
|
/
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
block: Introduce buf register API
Fam Zheng
2018-02-08
1
-0
/
+10
*
block: Don't request I/O permission with BDRV_O_NO_IO
Kevin Wolf
2017-11-21
1
-4
/
+6
*
block: Make bdrv_next() keep strong references
Max Reitz
2017-11-17
1
-2
/
+46
*
block: Leave valid throttle timers when removing a BDS from a backend
Alberto Garcia
2017-11-13
1
-8
/
+8
*
block: Check for inserted BlockDriverState in blk_io_limits_disable()
Alberto Garcia
2017-11-13
1
-4
/
+10
*
throttle-groups: drain before detaching ThrottleState
Stefan Hajnoczi
2017-11-13
1
-0
/
+2
*
block: all I/O should be completed before removing throttle timers.
Zhengui
2017-11-13
1
-0
/
+4
*
block: tidy ThrottleGroupMember initializations
Manos Pitsidianakis
2017-09-05
1
-3
/
+0
*
block: add aio_context field in ThrottleGroupMember
Manos Pitsidianakis
2017-09-05
1
-9
/
+6
*
block: move ThrottleGroup membership to ThrottleGroupMember
Manos Pitsidianakis
2017-09-05
1
-29
/
+37
*
block-backend: Allow more "can inactivate" cases
Fam Zheng
2017-08-23
1
-5
/
+17
*
block-backend: Refactor inactivate check
Fam Zheng
2017-08-23
1
-5
/
+14
*
block-backend: Defer shared_perm tightening migration completion
Fam Zheng
2017-08-15
1
-0
/
+41
*
block: Make blk_all_next() public
Kevin Wolf
2017-07-18
1
-1
/
+1
*
block: Make blk_get_attached_dev_id() public
Kevin Wolf
2017-07-18
1
-2
/
+1
*
block: Add PreallocMode to blk_truncate()
Max Reitz
2017-07-11
1
-2
/
+3
*
block: Add PreallocMode to bdrv_truncate()
Max Reitz
2017-07-11
1
-1
/
+1
*
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
1
-11
/
+11
*
block: split BlockAcctStats creation and setup
Paolo Bonzini
2017-06-16
1
-0
/
+1
*
throttle-groups: protect throttled requests with a CoMutex
Paolo Bonzini
2017-06-16
1
-0
/
+1
*
block: access io_limits_disabled with atomic ops
Paolo Bonzini
2017-06-16
1
-2
/
+2
*
block: Fix anonymous BBs in blk_root_inactivate()
Kevin Wolf
2017-06-09
1
-1
/
+1
*
block: Drop permissions when migration completes
Kevin Wolf
2017-05-11
1
-0
/
+25
*
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
2017-05-11
1
-28
/
+28
*
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
[next]