Searched hist:ecb776bd93ae07299a109bb2c9d4dea7c5dc90dd (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block_int.h | diff ecb776bd93ae07299a109bb2c9d4dea7c5dc90dd Wed Apr 28 10:18:02 CDT 2021 Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> block: refactor bdrv_child_set_perm_safe() transaction action
Old interfaces dropped, nobody directly calls bdrv_child_set_perm_abort() and bdrv_child_set_perm_commit(), so we can use personal state structure for the action and stop exploiting BdrvChild structure. Also, drop "_safe" suffix which is redundant now.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20210428151804.439460-35-vsementsov@virtuozzo.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
/openbmc/qemu/ |
H A D | block.c | diff ecb776bd93ae07299a109bb2c9d4dea7c5dc90dd Wed Apr 28 10:18:02 CDT 2021 Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> block: refactor bdrv_child_set_perm_safe() transaction action
Old interfaces dropped, nobody directly calls bdrv_child_set_perm_abort() and bdrv_child_set_perm_commit(), so we can use personal state structure for the action and stop exploiting BdrvChild structure. Also, drop "_safe" suffix which is redundant now.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20210428151804.439460-35-vsementsov@virtuozzo.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|