]> Git Repo - qemu.git/blobdiff - include/sysemu/replay.h
icount: decouple warp calls
[qemu.git] / include / sysemu / replay.h
index d24d50238e86e7f642549bfc687f396bb29ac381..e7989199fcfcdc886faf3e502c0a098b4b033408 100644 (file)
@@ -27,7 +27,8 @@ typedef enum ReplayClockKind ReplayClockKind;
 
 /* IDs of the checkpoints */
 enum ReplayCheckpoint {
-    CHECKPOINT_CLOCK_WARP,
+    CHECKPOINT_CLOCK_WARP_START,
+    CHECKPOINT_CLOCK_WARP_ACCOUNT,
     CHECKPOINT_RESET_REQUESTED,
     CHECKPOINT_SUSPEND_REQUESTED,
     CHECKPOINT_CLOCK_VIRTUAL,
This page took 0.022942 seconds and 4 git commands to generate.