mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 02:24:47 +08:00
[KMTESTS] Add the ability to detect a virtual machine
This allows the tests to interact directly with hardware CORE-20078
This commit is contained in:
committed by
Stanislav Motylkov
parent
18290a7b6b
commit
4a3a446ba7
@@ -156,6 +156,7 @@ typedef struct
|
||||
|
||||
extern BOOLEAN KmtIsCheckedBuild;
|
||||
extern BOOLEAN KmtIsMultiProcessorBuild;
|
||||
extern BOOLEAN KmtIsVirtualMachine;
|
||||
extern PCSTR KmtMajorFunctionNames[];
|
||||
extern PDRIVER_OBJECT KmtDriverObject;
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
BOOLEAN KmtIsCheckedBuild;
|
||||
BOOLEAN KmtIsMultiProcessorBuild;
|
||||
BOOLEAN KmtIsVirtualMachine;
|
||||
PCSTR KmtMajorFunctionNames[] =
|
||||
{
|
||||
"Create",
|
||||
|
||||
Reference in New Issue
Block a user