Updated: October 28, 2024 |
Causes of guest termination
#include <qvm/guest.h>
typedef unsigned guest_termination_cause_t;
For system-assigned termination causes, use a value in the range 1 to 31. For custom causes, use the range 32 (that is, starting at GTC_CUSTOM_MIN) to 63. See Guest termination types.