- VBOX: Remove the guru meditation state, apparently that is when the vbox host

process for the vm crashes.
      
    samples/vboxwrapper/
        vbox.cpp

svn path=/trunk/boinc/; revision=24762
This commit is contained in:
Rom Walton 2011-12-09 15:13:56 +00:00
parent 17f11cc577
commit 5dfa3ec5c7
2 changed files with 8 additions and 1 deletions

View File

@ -8912,3 +8912,11 @@ Rom 9 Dec 2011
samples/vboxwrapper/
vbox.cpp, .h
vboxwrapper.cpp
Rom 9 Dec 2011
- VBOX: Remove the guru meditation state, apparently that is when the vbox host
process for the vm crashes.
samples/vboxwrapper/
vbox.cpp, .h
vboxwrapper.cpp

View File

@ -309,7 +309,6 @@ bool VBOX_VM::is_running() {
//
if (vmstate == "running") return true;
if (vmstate == "paused") return true;
if (vmstate == "gurumeditation") return true;
if (vmstate == "livesnapshotting") return true;
if (vmstate == "teleporting") return true;
if (vmstate == "starting") return true;