Re: [Qemu-block] [PATCH 08/18] block/mirror: Use source as a BdrvChild

2017-10-11 Thread Max Reitz
On 2017-10-10 11:27, Kevin Wolf wrote: > Am 13.09.2017 um 20:19 hat Max Reitz geschrieben: >> With this, the mirror_top_bs is no longer just a technically required >> node in the BDS graph but actually represents the block job operation. >> >> Signed-off-by: Max Reitz >> --- >> block/mirror.c | 1

Re: [Qemu-block] [PATCH 08/18] block/mirror: Use source as a BdrvChild

2017-10-10 Thread Kevin Wolf
Am 13.09.2017 um 20:19 hat Max Reitz geschrieben: > With this, the mirror_top_bs is no longer just a technically required > node in the BDS graph but actually represents the block job operation. > > Signed-off-by: Max Reitz > --- > block/mirror.c | 18 ++ > 1 file changed, 10 ins

[Qemu-block] [PATCH 08/18] block/mirror: Use source as a BdrvChild

2017-09-13 Thread Max Reitz
With this, the mirror_top_bs is no longer just a technically required node in the BDS graph but actually represents the block job operation. Signed-off-by: Max Reitz --- block/mirror.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/block/mirror.c b/block/