commit | 6fd2e40789ef7389b17c5fff93b0bf82d4352cb3 | [log] [tgz] |
---|---|---|
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | Mon Oct 29 16:23:15 2018 -0400 |
committer | John Snow <jsnow@redhat.com> | Mon Oct 29 16:23:15 2018 -0400 |
tree | fae563a08ca273f7a0f693736ba1087b97a55905 | |
parent | 5c4cf8b294ee65c049d6c40f5f6ff7c1befdb3d9 [diff] |
qapi: add transaction support for x-block-dirty-bitmap-merge New action is like clean action: do the whole thing in .prepare and undo in .abort. This behavior for bitmap-changing actions is needed because backup job actions use bitmap in .prepare. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: John Snow <jsnow@redhat.com>