mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
Kernel: Detect and display CPUID Hyper-V data
This commit is contained in:
parent
b22357b17b
commit
528574d958
Notes:
sideshowbarker
2024-07-18 09:03:32 +09:00
Author: https://github.com/boricj
Commit: 528574d958
Pull-request: https://github.com/SerenityOS/serenity/pull/8665
2 changed files with 33 additions and 0 deletions
|
@ -174,6 +174,7 @@ public:
|
|||
void initialize(u32 cpu);
|
||||
|
||||
void detect_hypervisor();
|
||||
void detect_hypervisor_hyperv(CPUID const& hypervisor_leaf_range);
|
||||
|
||||
void idle_begin()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue