1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-09-01 14:37:26 +00:00

More cleanup

This commit is contained in:
momo5502
2022-04-03 08:20:36 +02:00
parent 386015f94b
commit e9f0a14fff
4 changed files with 65 additions and 94 deletions

View File

@@ -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};