Data Structures | Macros
vcpu_manager.h File Reference

Go to the source code of this file.

Data Structures

class  vcpu_manager
 

Macros

#define g_vcm   vcpu_manager::instance()
 

Macro Definition Documentation

◆ g_vcm

#define g_vcm   vcpu_manager::instance()

vCPU Manager Macro

The following macro can be used to quickly call the vcpu manager as this class will likely be called by a lot of code. This call is guaranteed to not be NULL

Precondition
expects: none
Postcondition
ensures: ret != nullptr

Definition at line 155 of file vcpu_manager.h.