Changeset 61763 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 20, 2016 9:35:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r61746 r61763 362 362 * Reports MSR feature capability. 363 363 * 364 * @param msrcap 364 * @param msrcaps Mask of MSR feature bits. 365 365 * @param strdesc The description string to report. 366 * @param featflagMask of the feature to report.366 * @param cap Mask of the feature to report. 367 367 */ 368 368 #define HMVMX_REPORT_MSR_CAPABILITY(msrcaps, strdesc, cap) \
Note:
See TracChangeset
for help on using the changeset viewer.