- Timestamp:
- Apr 22, 2019 11:17:22 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMAll.cpp
r78220 r78245 831 831 * Gets VMX MSRs from the provided hardware-virtualization MSRs struct. 832 832 * 833 * This abstraction exists to allow insultation of the support driver from including834 * VMXstructures from HM headers.833 * This abstraction exists to insulate the support driver from including VMX 834 * structures from HM headers. 835 835 * 836 836 * @param pHwvirtMsrs The hardware-virtualization MSRs. … … 866 866 * Gets SVM MSRs from the provided hardware-virtualization MSRs struct. 867 867 * 868 * This abstraction exists to allow insultation of the support driver from including869 * SVMstructures from HM headers.868 * This abstraction exists to insulate the support driver from including SVM 869 * structures from HM headers. 870 870 * 871 871 * @param pHwvirtMsrs The hardware-virtualization MSRs.
Note:
See TracChangeset
for help on using the changeset viewer.