Updated: October 28, 2024 |
Set variable contexts
#include <qvm/utils.h>
enum qvm_setvar_context { QSVC_GLOBAL, QSVC_SYSTEM, QSVC_CPU, QSVC_VDEV, QSVC_NUM_CONTEXTS };
The hypervisor host and all guests.
The entire guest system.
The current vCPU.
The current vdev.
The number of variable contexts supported. This value is itself an invalid context.