- Timestamp:
- Sep 28, 2018 6:56:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r74488 r74512 1428 1428 pGuestFeat->fVmxVmwriteAll = (pBaseFeat->fVmxVmwriteAll & EmuFeat.fVmxVmwriteAll ); 1429 1429 pGuestFeat->fVmxEntryInjectSoftInt = (pBaseFeat->fVmxEntryInjectSoftInt & EmuFeat.fVmxEntryInjectSoftInt ); 1430 1431 /* Paranoia. */ 1432 if (!pGuestFeat->fVmxSecondaryExecCtls) 1433 { 1434 Assert(!pGuestFeat->fVmxVirtApicAccess); 1435 Assert(!pGuestFeat->fVmxEpt); 1436 Assert(!pGuestFeat->fVmxDescTableExit); 1437 Assert(!pGuestFeat->fVmxRdtscp); 1438 Assert(!pGuestFeat->fVmxVirtX2ApicMode); 1439 Assert(!pGuestFeat->fVmxVpid); 1440 Assert(!pGuestFeat->fVmxWbinvdExit); 1441 Assert(!pGuestFeat->fVmxUnrestrictedGuest); 1442 Assert(!pGuestFeat->fVmxApicRegVirt); 1443 Assert(!pGuestFeat->fVmxVirtIntDelivery); 1444 Assert(!pGuestFeat->fVmxPauseLoopExit); 1445 Assert(!pGuestFeat->fVmxRdrandExit); 1446 Assert(!pGuestFeat->fVmxInvpcid); 1447 Assert(!pGuestFeat->fVmxVmFunc); 1448 Assert(!pGuestFeat->fVmxVmcsShadowing); 1449 Assert(!pGuestFeat->fVmxRdseedExit); 1450 Assert(!pGuestFeat->fVmxPml); 1451 Assert(!pGuestFeat->fVmxEptXcptVe); 1452 Assert(!pGuestFeat->fVmxXsavesXrstors); 1453 Assert(!pGuestFeat->fVmxUseTscScaling); 1454 } 1430 1455 } 1431 1456
Note:
See TracChangeset
for help on using the changeset viewer.