On Fri 06 Mar 2020 03:14:13 PM CET, Kevin Wolf wrote:
> This patch allows bdrv_reopen() (and therefore the x-blockdev-reopen QMP
> command) to attach a node as the new backing file even if the node is in
> a different AioContext than the parent if one of both nodes can be moved
> to the AioContext
This patch allows bdrv_reopen() (and therefore the x-blockdev-reopen QMP
command) to attach a node as the new backing file even if the node is in
a different AioContext than the parent if one of both nodes can be moved
to the AioContext of the other node.
Signed-off-by: Kevin Wolf
Tested-by: Pete