]> git.proxmox.com Git - mirror_qemu.git/commit
blockdev: transaction: refactor handling transaction properties
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Wed, 10 May 2023 15:06:22 +0000 (18:06 +0300)
committerKevin Wolf <kwolf@redhat.com>
Fri, 19 May 2023 17:12:12 +0000 (19:12 +0200)
commitc85f34cf89edb8e7bcdb35bc423da8a7e4b8c7ba
tree9bf079a8d2ab599e485664ff49db3d3aa9ba4b65
parent30c96b555974ed0341b3c374b20a26242f1de239
blockdev: transaction: refactor handling transaction properties

Only backup supports GROUPED mode. Make this logic more clear. And
avoid passing extra thing to each action.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Message-Id: <20230510150624.310640-5-vsementsov@yandex-team.ru>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c