[PATCH v8 0/4] block: small refactorings

Vladimir Sementsov-Ogievskiy posted 4 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221107163558.618889-1-vsementsov@yandex-team.ru
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
block.c | 141 ++++++++++++++++++++++++++++----------------------------
1 file changed, 71 insertions(+), 70 deletions(-)
[PATCH v8 0/4] block: small refactorings
Posted by Vladimir Sementsov-Ogievskiy 1 year, 5 months ago
Hi all!

Here is 4-more simple already reviewed patches from
 "[PATCH v5 00/45] Transactional block-graph modifying API" [1]

Called v8 because first part of [1] was recently merged as
 "[PATCH v7 for-7.2 00/15] block: cleanup backing and file handling"

Vladimir Sementsov-Ogievskiy (4):
  block: drop bdrv_detach_child()
  block: drop bdrv_remove_filter_or_cow_child
  block: bdrv_refresh_perms(): allow external tran
  block: refactor bdrv_list_refresh_perms to allow any list of nodes

 block.c | 141 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 71 insertions(+), 70 deletions(-)

-- 
2.34.1
Re: [PATCH v8 0/4] block: small refactorings
Posted by Kevin Wolf 1 year, 5 months ago
Am 07.11.2022 um 17:35 hat Vladimir Sementsov-Ogievskiy geschrieben:
> Hi all!
> 
> Here is 4-more simple already reviewed patches from
>  "[PATCH v5 00/45] Transactional block-graph modifying API" [1]
> 
> Called v8 because first part of [1] was recently merged as
>  "[PATCH v7 for-7.2 00/15] block: cleanup backing and file handling"

Thanks, applied to block-next.

Kevin