]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: add transaction support for x-block-dirty-bitmap-merge
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Mon, 29 Oct 2018 20:23:15 +0000 (16:23 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 29 Oct 2018 20:23:15 +0000 (16:23 -0400)
commit6fd2e40789ef7389b17c5fff93b0bf82d4352cb3
treefae563a08ca273f7a0f693736ba1087b97a55905
parent5c4cf8b294ee65c049d6c40f5f6ff7c1befdb3d9
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>
blockdev.c
qapi/transaction.json