Re: [Qemu-devel] [PATCH v3 03/29] block: Update BlockLimits when they might have changed

2014-01-17 Thread Benoît Canet
Le Friday 17 Jan 2014 à 15:14:53 (+0100), Kevin Wolf a écrit : > When reopening with different flags, or when backing files disappear > from the chain, the limits may change. Make sure they get updated in > these cases. > > Signed-off-by: Kevin Wolf > Reviewed-by: Wenchao Xia > Reviewed-by: Max

[Qemu-devel] [PATCH v3 03/29] block: Update BlockLimits when they might have changed

2014-01-17 Thread Kevin Wolf
When reopening with different flags, or when backing files disappear from the chain, the limits may change. Make sure they get updated in these cases. Signed-off-by: Kevin Wolf Reviewed-by: Wenchao Xia Reviewed-by: Max Reitz --- block.c | 5 - block/stream.c| 2 ++ in