Re: [Qemu-devel] [PATCH v2 07/12] qcow2/overlaps: Protect active L1 table

2015-02-04 Thread Eric Blake
On 11/24/2014 08:56 AM, Max Reitz wrote: > Keep track of the active L1 table in the metadata list to protect it > against accidental modifications. > > Signed-off-by: Max Reitz > --- > block/qcow2-cluster.c | 11 +++ > block/qcow2-snapshot.c | 10 ++ > block/qcow2.c |

[Qemu-devel] [PATCH v2 07/12] qcow2/overlaps: Protect active L1 table

2014-11-24 Thread Max Reitz
Keep track of the active L1 table in the metadata list to protect it against accidental modifications. Signed-off-by: Max Reitz --- block/qcow2-cluster.c | 11 +++ block/qcow2-snapshot.c | 10 ++ block/qcow2.c | 4 3 files changed, 25 insertions(+) diff --git a/b