Changeset 100993 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 30, 2023 2:10:08 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r99739 r100993 3619 3619 3620 3620 /** @todo IA32_PERF_GLOBALCTRL, IA32_PAT also see 3621 * hmR0VmxExportGuestEntryExitCtls(). */3621 * vmxHCExportGuestEntryExitCtls(). */ 3622 3622 } 3623 3623 … … 3627 3627 * 3628 3628 * We check all relevant bits. For now, that's everything besides LMA/LME, as 3629 * these two bits are handled by VM-entry, see hmR0VMxExportGuestEntryExitCtls().3629 * these two bits are handled by VM-entry, see vmxHCExportGuestEntryExitCtls(). 3630 3630 * 3631 3631 * @returns true if we need to load guest EFER, false otherwise.
Note:
See TracChangeset
for help on using the changeset viewer.