VirtualBox

Changeset 104512 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
May 3, 2024 3:08:25 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163035
Message:

VMM/HM: Simplified the GCM #DE interception handling. bugref:9735 bugref:10683

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r104511 r104512  
    83658365    /* If the GCM #DE exception handler didn't succeed or wasn't needed, raise #DE. */
    83668366    if (RT_FAILURE(rc))
    8367     {
    83688367        hmR0SvmSetPendingXcptDE(pVCpu);
    8369         rc = VINF_SUCCESS;
    8370     }
    83718368
    83728369    STAM_COUNTER_INC(&pVCpu->hm.s.StatExitGuestDE);
    8373     return rc;
     8370    return VINF_SUCCESS;
    83748371}
    83758372
Note: See TracChangeset for help on using the changeset viewer.

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