We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812248b commit 28855d7Copy full SHA for 28855d7
1 file changed
src/vmaware.hpp
@@ -11154,7 +11154,7 @@ struct VM {
11154
}
11155
11156
// The RTC (ACPI/CMOS RTC) timer can't be always detected via SetupAPI, it needs AML decode of the DSDT firmware table
11157
- // The HPET (PNP0103) timer presence is already checked on VM::FIRMWARE
+ // The HPET (PNP0103) timer presence check was removed, more info at: https://github.com/kernelwernel/VMAware/pull/616
11158
// Here, we check for the PIT/AT timer (PC-class System Timer)
11159
constexpr wchar_t pattern[] = L"pnp0100";
11160
constexpr size_t patLen = (sizeof(pattern) / sizeof(wchar_t)) - 1;
0 commit comments