]> git.proxmox.com Git - mirror_qemu.git/blobdiff - replay/replay-debugging.c
qapi: Cleanup SGX related comments and restore @section-size
[mirror_qemu.git] / replay / replay-debugging.c
index 0ae6785b3b2d4e806de8eafffa8f0d27b5a24151..1cde50e9f37fd79dd8085ec44241c224a42b56fa 100644 (file)
@@ -196,7 +196,7 @@ static void replay_seek(int64_t icount, QEMUTimerCB callback, Error **errp)
         if (icount < replay_get_current_icount()
             || replay_get_current_icount() < snapshot_icount) {
             vm_stop(RUN_STATE_RESTORE_VM);
-            load_snapshot(snapshot, errp);
+            load_snapshot(snapshot, NULL, false, NULL, errp);
         }
         g_free(snapshot);
     }
@@ -327,7 +327,7 @@ void replay_gdb_attached(void)
      */
     if (replay_mode == REPLAY_MODE_PLAY
         && !replay_snapshot) {
-        if (!save_snapshot("start_debugging", true, NULL)) {
+        if (!save_snapshot("start_debugging", true, NULL, false, NULL, NULL)) {
             /* Can't create the snapshot. Continue conventional debugging. */
         }
     }