Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shv.h
diff options
context:
space:
mode:
authorionescu007 <aionescu+git@gmail.com>2016-08-29 08:25:23 +0300
committerionescu007 <aionescu+git@gmail.com>2016-08-29 08:25:23 +0300
commitbc631c7fb0eaf31069e5439030aa4c2e833ca90e (patch)
treeb178bbf5dd89077f3cfae3e6e9ab0e02c33c47a6 /shv.h
parent75ed51f8f7f8d2b29b1407515d1f0a633a4c0482 (diff)
Continue WIP VP data cleanup.
We no longer need the VmxEnabled flag and confusing logic around it.
Diffstat (limited to 'shv.h')
-rw-r--r--shv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shv.h b/shv.h
index 2095239..67218d1 100644
--- a/shv.h
+++ b/shv.h
@@ -57,7 +57,6 @@ typedef struct _SHV_VP_DATA
ULONGLONG VmcsPhysicalAddress;
ULONGLONG MsrBitmapPhysicalAddress;
ULONGLONG EptPml4PhysicalAddress;
- volatile ULONG VmxEnabled;
};
};