Re: [Qemu-devel] [RFC PATCH 07/17] qcow2: introduce icount field for snapshots

2018-04-25 Thread Eric Blake
On 04/25/2018 07:46 AM, Pavel Dovgalyuk wrote: > 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 > --- > block/qcow2-snapshot.c |9

[Qemu-devel] [RFC PATCH 07/17] qcow2: introduce icount field for snapshots

2018-04-25 Thread 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 --- block/qcow2-snapshot.c |9 + block/qcow2.h |2 ++ 2 files