guest_termination_cause_t

Causes of guest termination

Synopsis:

#include <qvm/guest.h>
typedef unsigned guest_termination_cause_t;

Library:

Provided by qvm; no external library is required.

Description:

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.