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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
block: refactor bdrv_node_check_perm()
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-27
/
+11
*
block: rename bdrv_replace_child_safe() to bdrv_replace_child()
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-5
/
+5
*
block: refactor bdrv_child_set_perm_safe() transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-41
/
+22
*
block: inline bdrv_replace_child()
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-83
/
+18
*
block: inline bdrv_check_perm_common()
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-29
/
+3
*
block: drop unused permission update functions
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-103
/
+0
*
block: bdrv_reopen_multiple: refresh permissions on updated graph
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-133
/
+54
*
block: bdrv_reopen_multiple(): move bdrv_flush to separate pre-prepare
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-6
/
+8
*
block: add bdrv_set_backing_noperm() transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-17
/
+37
*
block: make bdrv_refresh_limits() to be a transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-5
/
+4
*
block: make bdrv_unset_inherits_from to be a transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-4
/
+42
*
block: drop ignore_children for permission update functions
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-27
/
+11
*
block: introduce bdrv_drop_filter()
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-4
/
+39
*
block: add bdrv_remove_filter_or_cow transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-2
/
+82
*
block: adapt bdrv_append() for inserting filters
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-7
/
+20
*
block: split out bdrv_replace_node_noperm()
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-19
/
+31
*
block: add bdrv_attach_child_noperm() transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-13
/
+58
*
block: add bdrv_attach_child_common() transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-54
/
+136
*
block: fix bdrv_replace_node_common
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-25
/
+18
*
block: add bdrv_replace_child_safe() transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-0
/
+54
*
block: add bdrv_list_* permission update functions
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-35
/
+71
*
block: add bdrv_drv_set_perm transaction action
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-16
/
+54
*
block: use topological sort for permission update
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-20
/
+96
*
block: inline bdrv_child_*() permission functions calls
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-42
/
+17
*
block: rewrite bdrv_child_try_set_perm() using bdrv_refresh_perms()
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-6
/
+8
*
block: refactor bdrv_child* permission functions
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-20
/
+59
*
block: bdrv_refresh_perms: check for parents permissions conflict
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-9
/
+54
*
block: make bdrv_reopen_{prepare,commit,abort} private
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-4
/
+9
*
block: drop ctx argument from bdrv_root_attach_child
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-3
/
+5
*
block: BdrvChildClass: add .get_parent_aio_context handler
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-0
/
+13
*
block: bdrv_append(): don't consume reference
Vladimir Sementsov-Ogievskiy
2021-04-30
1
-22
/
+3
*
block: remove format defaults from QemuOpts in bdrv_create_file()
Stefano Garzarella
2021-03-19
1
-1
/
+35
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...
Peter Maydell
2021-03-11
1
-4
/
+2
|
\
|
*
block: drop extra error propagation for bdrv_set_backing_hd
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-4
/
+2
*
|
block: Clarify error messages pertaining to 'node-name'
Connor Kuehl
2021-03-08
1
-4
/
+4
|
/
*
block: add bdrv_co_delete_file_noerr
Maxim Levitsky
2021-02-15
1
-0
/
+22
*
block: use return status of bdrv_append()
Vladimir Sementsov-Ogievskiy
2021-02-12
1
-4
/
+2
*
block: return status from bdrv_append and friends
Vladimir Sementsov-Ogievskiy
2021-02-12
1
-21
/
+37
*
block: move blk_exp_close_all() to qemu_cleanup()
Sergio Lopez
2021-02-02
1
-1
/
+0
*
block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()
Sergio Lopez
2021-02-02
1
-7
/
+27
*
block: add API function to insert a node
Andrey Shinkevich
2021-01-26
1
-0
/
+25
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
2021-01-01
1
-11
/
+12
|
\
|
*
block: Use GString instead of QString to build filenames
Markus Armbruster
2020-12-19
1
-5
/
+6
|
*
block: Avoid qobject_get_try_str()
Markus Armbruster
2020-12-19
1
-3
/
+3
|
*
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
1
-3
/
+3
*
|
block: bdrv_check_perm(): process children anyway
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-2
/
+5
*
|
block: drop tighten_restrictions
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-72
/
+17
*
|
block: bdrv_child_set_perm() drop redundant parameters.
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-11
/
+4
*
|
block: bdrv_set_perm() drop redundant parameters.
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-14
/
+15
[next]