Searched hist:"53 a7d041858a6787a43012fd04ccf0258389a95d" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block.h | diff 53a7d041858a6787a43012fd04ccf0258389a95d Mon May 06 12:17:59 CDT 2019 Kevin Wolf <kwolf@redhat.com> block: Propagate AioContext change to parents
All block nodes and users in any connected component of the block graph must be in the same AioContext, so changing the AioContext of one node must not only change all of its children, but all of its parents (and in turn their children etc.) as well.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | block_int.h | diff 53a7d041858a6787a43012fd04ccf0258389a95d Mon May 06 12:17:59 CDT 2019 Kevin Wolf <kwolf@redhat.com> block: Propagate AioContext change to parents
All block nodes and users in any connected component of the block graph must be in the same AioContext, so changing the AioContext of one node must not only change all of its children, but all of its parents (and in turn their children etc.) as well.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
/openbmc/qemu/ |
H A D | block.c | diff 53a7d041858a6787a43012fd04ccf0258389a95d Mon May 06 12:17:59 CDT 2019 Kevin Wolf <kwolf@redhat.com> block: Propagate AioContext change to parents
All block nodes and users in any connected component of the block graph must be in the same AioContext, so changing the AioContext of one node must not only change all of its children, but all of its parents (and in turn their children etc.) as well.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|