Changeset 71476 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Mar 23, 2018 6:35:32 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121446
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r71450 r71476 1445 1445 1446 1446 /* 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}. 1447 * Use the #MF style of legacy-FPU error reporting for now. Although AMD-V has MSRs that lets us 1448 * isolate the host from it, IEM/REM still needs work to emulate it properly. see @bugref{7243#c103}. 1450 1449 */ 1451 1450 if (!(uGuestCr0 & X86_CR0_NE))
Note:
See TracChangeset
for help on using the changeset viewer.