Changeset 100992 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Aug 29, 2023 9:15:38 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r100991 r100992 3232 3232 /* 3233 3233 * MTRR support. 3234 * Currently we are exposing MTRRs with reasonable default values just to get Nested Hyper-V 3235 * going, it isn't feature complete, see @bugref{10318} and bugref{10498}. 3234 * We've always reported the MTRR feature bit in CPUID. 3235 * Here we allow exposing MTRRs with reasonable default values just to get Nested Hyper-V 3236 * going. MTRR support isn't feature complete, see @bugref{10318} and bugref{10498}. 3236 3237 */ 3237 3238 if (pVM->cpum.s.GuestFeatures.fMtrr)
Note:
See TracChangeset
for help on using the changeset viewer.