Re: [Qemu-devel] [PATCH v2 11/16] qcow2: Keep track of the snapshot table length

2019-08-19 Thread Eric Blake
On 8/19/19 1:55 PM, Max Reitz wrote: > When repairing the snapshot table, we truncate entries that have too > much extra data. This frees up space that we do not have to count > towards the snapshot table size. > > Signed-off-by: Max Reitz > --- > block/qcow2-snapshot.c | 14 +- >

[Qemu-devel] [PATCH v2 11/16] qcow2: Keep track of the snapshot table length

2019-08-19 Thread Max Reitz
When repairing the snapshot table, we truncate entries that have too much extra data. This frees up space that we do not have to count towards the snapshot table size. Signed-off-by: Max Reitz --- block/qcow2-snapshot.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff