VirtualBox

Changeset 104511 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
May 3, 2024 3:03:42 PM (9 months ago)
Author:
vboxsync
Message:

VMM: Some more GCM cleanup. bugref:9735 bugref:10683

Location:
trunk/src/VBox/VMM/VMMR3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GCM.cpp

    r104508 r104511  
    154154
    155155#if 0 /* development override */
    156     pVM->gcm.s.enmFixerIds = GCMFIXER_DBZ_OS2 | GCMFIXER_DBZ_DOS | GCMFIXER_DBZ_WIN9X;
     156    pVM->gcm.s.fFixerSet = GCMFIXER_DBZ_OS2 | GCMFIXER_DBZ_DOS | GCMFIXER_DBZ_WIN9X;
    157157#endif
    158158
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r103270 r104511  
    754754        PVMCPU pVCpu = pVM->apCpusR3[idCpu];
    755755        pVCpu->hm.s.fActive = false;
    756         pVCpu->hm.s.fGIMTrapXcptUD = GIMShouldTrapXcptUD(pVCpu);    /* Is safe to call now since GIMR3Init() has completed. */
    757         pVCpu->hm.s.fGCMTrapXcptDE = GCMShouldTrapXcptDE(pVCpu);    /* Is safe to call now since GCMR3Init() has completed. */
     756        pVCpu->hm.s.fGIMTrapXcptUD = GIMShouldTrapXcptUD(pVCpu);     /* Is safe to call now since GIMR3Init() has completed. */
     757        pVCpu->hm.s.fGCMTrapXcptDE = GCMIsInterceptingXcptDE(pVCpu); /* Is safe to call now since GCMR3Init() has completed. */
    758758    }
    759759
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette