1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 17:51:52 +00:00
This commit is contained in:
momo5502
2022-04-01 20:45:41 +02:00
parent c62cc44a53
commit 0a26326bba
10 changed files with 980 additions and 26 deletions

View File

@ -20,8 +20,8 @@ public:
private:
vmx::vm_state* vm_states_{nullptr};
void enable_core(uint64_t cr3);
bool try_enable_core(uint64_t cr3);
void enable_core(uint64_t system_directory_table_base);
bool try_enable_core(uint64_t system_directory_table_base);
void disable_core();
void allocate_vm_states();