mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-03 17:51:52 +00:00
More cleanup
This commit is contained in:
@ -17,6 +17,8 @@ public:
|
||||
void enable();
|
||||
void disable();
|
||||
|
||||
bool is_enabled() const;
|
||||
|
||||
private:
|
||||
uint32_t vm_state_count_{0};
|
||||
vmx::vm_state** vm_states_{nullptr};
|
||||
|
Reference in New Issue
Block a user