Changeset 49622 in vbox
- Timestamp:
- Nov 22, 2013 12:10:57 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r49179 r49622 3399 3399 uint32_t fFeaturesECX, fFeaturesEDX, uDummy; 3400 3400 uint32_t uMaxId, uVendorEBX, uVendorECX, uVendorEDX; 3401 uint64_t u64FeatMsr;3402 3401 3403 3402 ASMCpuId(0, &uMaxId, &uVendorEBX, &uVendorECX, &uVendorEDX); … … 3493 3492 { 3494 3493 /* Check if SVM is disabled */ 3495 u 64FeatMsr = ASMRdMsr(MSR_K8_VM_CR);3494 uint64_t u64FeatMsr = ASMRdMsr(MSR_K8_VM_CR); 3496 3495 if (!(u64FeatMsr & MSR_K8_VM_CR_SVM_DISABLE)) 3497 3496 {
Note:
See TracChangeset
for help on using the changeset viewer.