Am 23.12.2019 um 10:46 hat Pavel Dovgalyuk geschrieben: > From: Pavel Dovgalyuk <pavel.dovga...@ispras.ru> > > 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 <pavel.dovga...@ispras.ru> > Acked-by: Kevin Wolf <kw...@redhat.com>
> diff --git a/docs/interop/qcow2.txt b/docs/interop/qcow2.txt > index af5711e533..aa9d447cda 100644 > --- a/docs/interop/qcow2.txt > +++ b/docs/interop/qcow2.txt > @@ -584,6 +584,10 @@ Snapshot table entry: > > Byte 48 - 55: Virtual disk size of the snapshot in > bytes > > + Byte 56 - 63: icount value which corresponds to > + the record/replay instruction count > + when the snapshot was taken > + In the context of the next patch, I noticed that we should probably also mention that -1ULL means "invalid". Kevin