Changeset 71450 in vbox for trunk/src/VBox
- Timestamp:
- Mar 22, 2018 11:00:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r71446 r71450 1445 1445 1446 1446 /* 1447 * Use the #MF style of legacy-FPU error reporting for now as IEM needs work 1448 * if we want to fully emulate it properly. AMD-V has MSRs that lets us isolate1449 * the host from it, but IEM needswork, see @bugref{7243#c103}.1447 * Use the #MF style of legacy-FPU error reporting for now as IEM needs work if we want to fully 1448 * emulate it properly. AMD-V has MSRs that lets us isolate the host from it, but IEM/REM needs 1449 * work, see @bugref{7243#c103}. 1450 1450 */ 1451 1451 if (!(uGuestCr0 & X86_CR0_NE))
Note:
See TracChangeset
for help on using the changeset viewer.