[Qemu-devel] [PATCH 0/6] block: More op blocker fixes

Kevin Wolf posted 6 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1489059542-14232-1-git-send-email-kwolf@redhat.com
Test checkpatch passed
Test docker passed
block.c        | 23 ++++++++++++++++-------
block/commit.c | 28 ++++++++++++++++++++++++----
block/io.c     |  2 +-
block/mirror.c |  9 +++++++++
4 files changed, 50 insertions(+), 12 deletions(-)
[Qemu-devel] [PATCH 0/6] block: More op blocker fixes
Posted by Kevin Wolf 7 years, 1 month ago
Kevin Wolf (6):
  block: Remove check_new_perm from bdrv_replace_child()
  block: Request block status from *file for BDRV_BLOCK_RAW
  commit: Implement bdrv_commit_top.bdrv_co_get_block_status
  block: Refresh filename after changing backing file
  mirror: Implement .bdrv_refresh_filename
  commit: Implement .bdrv_refresh_filename

 block.c        | 23 ++++++++++++++++-------
 block/commit.c | 28 ++++++++++++++++++++++++----
 block/io.c     |  2 +-
 block/mirror.c |  9 +++++++++
 4 files changed, 50 insertions(+), 12 deletions(-)

-- 
1.8.3.1


Re: [Qemu-devel] [PATCH 0/6] block: More op blocker fixes
Posted by Eric Blake 7 years, 1 month ago
On 03/09/2017 05:38 AM, Kevin Wolf wrote:
> Kevin Wolf (6):
>   block: Remove check_new_perm from bdrv_replace_child()
>   block: Request block status from *file for BDRV_BLOCK_RAW
>   commit: Implement bdrv_commit_top.bdrv_co_get_block_status
>   block: Refresh filename after changing backing file
>   mirror: Implement .bdrv_refresh_filename
>   commit: Implement .bdrv_refresh_filename
> 

Reviewed-by: Eric Blake <eblake@redhat.com>

>  block.c        | 23 ++++++++++++++++-------
>  block/commit.c | 28 ++++++++++++++++++++++++----
>  block/io.c     |  2 +-
>  block/mirror.c |  9 +++++++++
>  4 files changed, 50 insertions(+), 12 deletions(-)
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Re: [Qemu-devel] [PATCH 0/6] block: More op blocker fixes
Posted by Kevin Wolf 7 years, 1 month ago
Am 09.03.2017 um 15:23 hat Eric Blake geschrieben:
> On 03/09/2017 05:38 AM, Kevin Wolf wrote:
> > Kevin Wolf (6):
> >   block: Remove check_new_perm from bdrv_replace_child()
> >   block: Request block status from *file for BDRV_BLOCK_RAW
> >   commit: Implement bdrv_commit_top.bdrv_co_get_block_status
> >   block: Refresh filename after changing backing file
> >   mirror: Implement .bdrv_refresh_filename
> >   commit: Implement .bdrv_refresh_filename
> > 
> 
> Reviewed-by: Eric Blake <eblake@redhat.com>

Applied to the block branch.

Kevin