Searched hist:d736f119dae6d292e8d60f2e02fa51a79524113e (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block.h | diff d736f119dae6d292e8d60f2e02fa51a79524113e Mon Dec 18 09:05:48 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Allow graph changes in subtree drained section
We need to remember how many of the drain sections in which a node is were recursive (i.e. subtree drain rather than node drain), so that they can be correctly applied when children are added or removed during the drained section.
With this change, it is safe to modify the graph even inside a bdrv_subtree_drained_begin/end() section.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | block_int.h | diff d736f119dae6d292e8d60f2e02fa51a79524113e Mon Dec 18 09:05:48 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Allow graph changes in subtree drained section
We need to remember how many of the drain sections in which a node is were recursive (i.e. subtree drain rather than node drain), so that they can be correctly applied when children are added or removed during the drained section.
With this change, it is safe to modify the graph even inside a bdrv_subtree_drained_begin/end() section.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
/openbmc/qemu/block/ |
H A D | io.c | diff d736f119dae6d292e8d60f2e02fa51a79524113e Mon Dec 18 09:05:48 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Allow graph changes in subtree drained section
We need to remember how many of the drain sections in which a node is were recursive (i.e. subtree drain rather than node drain), so that they can be correctly applied when children are added or removed during the drained section.
With this change, it is safe to modify the graph even inside a bdrv_subtree_drained_begin/end() section.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
/openbmc/qemu/ |
H A D | block.c | diff d736f119dae6d292e8d60f2e02fa51a79524113e Mon Dec 18 09:05:48 CST 2017 Kevin Wolf <kwolf@redhat.com> block: Allow graph changes in subtree drained section
We need to remember how many of the drain sections in which a node is were recursive (i.e. subtree drain rather than node drain), so that they can be correctly applied when children are added or removed during the drained section.
With this change, it is safe to modify the graph even inside a bdrv_subtree_drained_begin/end() section.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|