Message ID | cover.1542898669.git.berto@igalia.com (mailing list archive) |
---|---|
Headers | show |
Series | Minor fixes for the mirror block job | expand |
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
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
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