mbox series

[0/2] Minor fixes for the mirror block job

Message ID cover.1542898669.git.berto@igalia.com (mailing list archive)
Headers show
Series Minor fixes for the mirror block job | expand

Message

Alberto Garcia Nov. 22, 2018, 3 p.m. UTC
Hi,

a couple of minor fixes for the mirror block job. I don't think these
bugs can be reproduced at the moment so this shouldn't be 3.1
material.

Berto

Alberto Garcia (2):
  mirror: Release the dirty bitmap if mirror_start_job() fails
  mirror: Block the source BlockDriverState in mirror_start_job()

 block/mirror.c             | 11 +++++++++++
 tests/qemu-iotests/141.out |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

Comments

Alberto Garcia Dec. 14, 2018, 9:57 a.m. UTC | #1
ping

On Thu 22 Nov 2018 04:00:25 PM CET, Alberto Garcia wrote:
> Hi,
>
> a couple of minor fixes for the mirror block job. I don't think these
> bugs can be reproduced at the moment so this shouldn't be 3.1
> material.
>
> Berto
>
> Alberto Garcia (2):
>   mirror: Release the dirty bitmap if mirror_start_job() fails
>   mirror: Block the source BlockDriverState in mirror_start_job()
>
>  block/mirror.c             | 11 +++++++++++
>  tests/qemu-iotests/141.out |  4 ++--
>  2 files changed, 13 insertions(+), 2 deletions(-)
>
> -- 
> 2.11.0
Alberto Garcia Jan. 8, 2019, 3:31 p.m. UTC | #2
ping 2

On Thu 22 Nov 2018 04:00:25 PM CET, Alberto Garcia wrote:
> Hi,
>
> a couple of minor fixes for the mirror block job. I don't think these
> bugs can be reproduced at the moment so this shouldn't be 3.1
> material.
>
> Berto
>
> Alberto Garcia (2):
>   mirror: Release the dirty bitmap if mirror_start_job() fails
>   mirror: Block the source BlockDriverState in mirror_start_job()
>
>  block/mirror.c             | 11 +++++++++++
>  tests/qemu-iotests/141.out |  4 ++--
>  2 files changed, 13 insertions(+), 2 deletions(-)
>
> -- 
> 2.11.0
Kevin Wolf Jan. 8, 2019, 3:46 p.m. UTC | #3
Am 22.11.2018 um 16:00 hat Alberto Garcia geschrieben:
> Hi,
> 
> a couple of minor fixes for the mirror block job. I don't think these
> bugs can be reproduced at the moment so this shouldn't be 3.1
> material.

Thanks, applied to the block branch.

Kevin