Re: [PATCH v6 03/14] qcow2: introduce icount field for snapshots

2020-10-01 Thread Alex Bennée
Pavel Dovgalyuk writes: > From: Pavel Dovgalyuk > > This patch introduces the icount field for saving within the snapshot. > It is required for navigation between the snapshots in record/replay mode. > > Signed-off-by: Pavel Dovgalyuk > Acked-by: Kevin Wolf > --- > block/qcow2-snapshot.c |

[PATCH v6 03/14] qcow2: introduce icount field for snapshots

2020-09-29 Thread Pavel Dovgalyuk
From: Pavel Dovgalyuk This patch introduces the icount field for saving within the snapshot. It is required for navigation between the snapshots in record/replay mode. Signed-off-by: Pavel Dovgalyuk Acked-by: Kevin Wolf --- block/qcow2-snapshot.c |7 +++ block/qcow2.h |3