]> git.proxmox.com Git - mirror_qemu.git/blobdiff - replay/replay-snapshot.c
replay: introduce a central report point for sync errors
[mirror_qemu.git] / replay / replay-snapshot.c
index d4f6cb7cda84471588d1de6b95423aa5098a46d7..ccb4d89dda748b99107c8730b5e855e2371ff6af 100644 (file)
@@ -55,6 +55,7 @@ static const VMStateDescription vmstate_replay = {
         VMSTATE_INT64_ARRAY(cached_clock, ReplayState, REPLAY_CLOCK_COUNT),
         VMSTATE_UINT64(current_icount, ReplayState),
         VMSTATE_INT32(instruction_count, ReplayState),
+        VMSTATE_UINT32(current_event, ReplayState),
         VMSTATE_UINT32(data_kind, ReplayState),
         VMSTATE_BOOL(has_unread_data, ReplayState),
         VMSTATE_UINT64(file_offset, ReplayState),