On Wed 17 Mar 2021 03:35:06 PM CET, Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> wrote: > Rewrite bdrv_check_perm(), bdrv_abort_perm_update() and bdrv_set_perm() > to update nodes in topological sort order instead of simple DFS. With > topologically sorted nodes, we update a node only when all its parents > already updated. With DFS it's not so.
This patch does not apply cleanly on the master branch, the branch from your repository at https://src.openvz.org/scm/~vsementsov/qemu.git does work fine, however. Berto