VirtualBox

Changeset 96536 in vbox


Ignore:
Timestamp:
Aug 27, 2022 2:32:08 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153402
Message:

VMM/IEM: Fix sysenter causing a \#UD in protected mode when the guest CPU reports as AMD, bugref:9898

File:
1 edited

Legend:

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

    r96494 r96536  
    43234323    }
    43244324    bool fIsLongMode = CPUMIsGuestInLongModeEx(IEM_GET_CTX(pVCpu));
    4325     if (IEM_IS_GUEST_CPU_AMD(pVCpu) && !fIsLongMode)
     4325    if (IEM_IS_GUEST_CPU_AMD(pVCpu) && fIsLongMode)
    43264326    {
    43274327        Log(("sysenter: Only available in protected mode on AMD -> #UD\n"));
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