guest_termination_cause_t

Data type representing cause of guest termination

Synopsis:

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

Description:

The guest_termination_cause_t data type is used in the guest_terminate() function to indicate the cause of a guest termination. For system-assigned termination causes, use a value in the range of GTC_NORMAL_EXIT to GTC_CUSTOM_MIN - 1. For custom causes, use a value in range of GTC_CUSTOM_MIN to GTC_MAX.

Page updated: