Re: [Qemu-devel] [PATCH 0/2] Fix the reopening of images in 'block-commit'

2015-11-03 Thread Kevin Wolf
Am 28.10.2015 um 14:43 hat Alberto Garcia geschrieben: > This series fixes a bug in the 'block-commit' operation under the > following scenario: > >[A] <- [B] <- [C] <- [D] > > If we do block-commit top=B base=A, the contents of [B] will be > written into [A] resulting in this chain: > >

[Qemu-devel] [PATCH 0/2] Fix the reopening of images in 'block-commit'

2015-10-28 Thread Alberto Garcia
This series fixes a bug in the 'block-commit' operation under the following scenario: [A] <- [B] <- [C] <- [D] If we do block-commit top=B base=A, the contents of [B] will be written into [A] resulting in this chain: [A] <- [C] <- [D] In order to perform this operation, [A] must be reopen