Re: [for-5.0 PATCH 02/11] qcow2: introduce icount field for snapshots

2020-01-09 Thread Kevin Wolf
Am 23.12.2019 um 10:46 hat Pavel Dovgalyuk geschrieben: > 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 > d

[for-5.0 PATCH 02/11] qcow2: introduce icount field for snapshots

2019-12-23 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 -- v2: - documented format changes in docs/interop/qcow2.txt (sugges