mirror of https://github.com/BOINC/boinc.git
- 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:
parent
17f11cc577
commit
5dfa3ec5c7
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue