Re: [PATCH v2 2/2] block: bdrv_reopen() with backing file in different AioContext

2020-03-06 Thread Alberto Garcia
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

[PATCH v2 2/2] block: bdrv_reopen() with backing file in different AioContext

2020-03-06 Thread Kevin Wolf
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