Re: [Qemu-devel] [PATCH v2 10/12] qcow2/overlaps: Protect inactive L1 tables

2015-02-05 Thread Eric Blake
On 11/24/2014 08:56 AM, Max Reitz wrote: > Keep track of the inactive L1 tables in the metadata list to protect > them against accidental modifications. > > Signed-off-by: Max Reitz > --- > block/qcow2-snapshot.c | 25 + > 1 file changed, 25 insertions(+) > Reviewed-by:

[Qemu-devel] [PATCH v2 10/12] qcow2/overlaps: Protect inactive L1 tables

2014-11-24 Thread Max Reitz
Keep track of the inactive L1 tables in the metadata list to protect them against accidental modifications. Signed-off-by: Max Reitz --- block/qcow2-snapshot.c | 25 + 1 file changed, 25 insertions(+) diff --git a/block/qcow2-snapshot.c b/block/qcow2-snapshot.c index c32