From: Andrew Cooper Date: Thu, 10 Dec 2015 14:03:30 +0000 (+0000) Subject: Avoid a constantly rebooting domain when triple faults occur X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3ce0bed2bb1081247100c909a693f602394cb28f;p=people%2Froyger%2Fxen-test-framework.git Avoid a constantly rebooting domain when triple faults occur Signed-off-by: Andrew Cooper --- diff --git a/config/default-hvm.cfg.in b/config/default-hvm.cfg.in index 4e5cf8d..38470b6 100644 --- a/config/default-hvm.cfg.in +++ b/config/default-hvm.cfg.in @@ -3,6 +3,10 @@ builder="hvm" memory=128 firmware_override="test-@@ENV@@-@@NAME@@" +# The framework doesn't reboot. A reboot signal is almost certainly a triple +# fault instead. Prevent it turning into a runaway domain. +on_reboot = "destroy" + # Work around a bug whereby both Xen and libxl fail to calculate the minimum # required shadow pool size for this VM, which causes a failure to construct # the domain on hardware lacking hap support.