From 26e16ac48e62a304e78b35245f95e687847b204e Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 30 May 2014 19:32:35 -0400 Subject: [PATCH] VBOX: When restarting and restoring from a checkpoint, make sure we do not checkpoint again until after the minimum checkpoint interval. --- samples/vboxwrapper/vboxwrapper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp index 7141bd55d2..58a9663273 100644 --- a/samples/vboxwrapper/vboxwrapper.cpp +++ b/samples/vboxwrapper/vboxwrapper.cpp @@ -718,6 +718,7 @@ int main(int argc, char** argv) { // read_checkpoint(elapsed_time, current_cpu_time, vm); starting_cpu_time = current_cpu_time; + last_checkpoint_time = current_cpu_time; // Should we even try to start things up? //