mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-03 17:51:52 +00:00
More cleanup and hypervisor progress
This commit is contained in:
@ -46,13 +46,13 @@ private:
|
||||
if (type == sleep_callback::type::sleep)
|
||||
{
|
||||
debug_log("Going to sleep!");
|
||||
this->hypervisor_.on_sleep();
|
||||
this->hypervisor_.disable();
|
||||
}
|
||||
|
||||
if (type == sleep_callback::type::wakeup)
|
||||
{
|
||||
debug_log("Waking up!");
|
||||
this->hypervisor_.on_wakeup();
|
||||
this->hypervisor_.enable();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user