VirtualBox

Changeset 87636 in vbox


Ignore:
Timestamp:
Feb 8, 2021 11:41:48 AM (4 years ago)
Author:
vboxsync
Message:

VMM/IEM: Need to set IEM_XCPT_FLAGS_ERR for GP faults as well in IEMInjectTrap() or the exception stack frame isn't correct upsetting guests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r87308 r87636  
    1465914659                case X86_XCPT_PF:
    1466014660                case X86_XCPT_AC:
     14661                case X86_XCPT_GP:
    1466114662                    fFlags |= IEM_XCPT_FLAGS_ERR;
    1466214663                    break;
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