aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/replay.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devel/replay.rst')
-rw-r--r--docs/devel/replay.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/devel/replay.rst b/docs/devel/replay.rst
index effd856..40f58d9 100644
--- a/docs/devel/replay.rst
+++ b/docs/devel/replay.rst
@@ -202,6 +202,9 @@ into the log.
Saving/restoring the VM state
-----------------------------
+Record/replay relies on VM state save and restore being complete and
+deterministic.
+
All fields in the device state structure (including virtual timers)
should be restored by loadvm to the same values they had before savevm.