On 30.03.22 23:28, Vladimir Sementsov-Ogievskiy wrote:
To be used in further commit.Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@openvz.org> --- block.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+)
Looking at bdrv_child_try_set_aio_context(), it looks like bdrv_can_set_aio_context() were supposed to be the .prepare action, and bdrv_set_aio_context_ignore() should be the .commit action. Can we not use it that way?