qvm_setvar_context_t
Possible set variable contexts
Synopsis:
#include <qvm/utils.h>typedef enum qvm_setvar_context {
QSVC_GLOBAL,
QSVC_CPU,
QSVC_VDEV,
QSVC_NUM_CONTEXTS
} qvm_setvar_context_t;Data:
- QSVC_GLOBAL
- The hypervisor host and all guests.
- QSVC_CPU
- The current vCPU.
- QSVC_VDEV
- The current vdev.
- QSVC_NUM_CONTEXTS
- The number of variable contexts supported. This value is itself an invalid context.
Page updated:
