Changeset 78526 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- May 15, 2019 4:58:06 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130566
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
r76993 r78526 1428 1428 { 1429 1429 RT_NOREF_PV(pVCpu); RT_NOREF_PV(idMsr); RT_NOREF_PV(pRange); 1430 *puValue = 0;1430 *puValue = pVCpu->cpum.s.Guest.hwvirt.vmx.Msrs.u64EptVpidCaps; 1431 1431 return VINF_SUCCESS; 1432 1432 }
Note:
See TracChangeset
for help on using the changeset viewer.