VirtualBox

Changeset 103388 in vbox


Ignore:
Timestamp:
Feb 15, 2024 2:07:43 PM (10 months ago)
Author:
vboxsync
Message:

VMM/IEM: Nested SVM: bugref:3409 Fixed loss of upper bits while constructing task-switch SVM VMEXIT.

File:
1 edited

Legend:

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

    r103256 r103388  
    23992399    if (IEM_SVM_IS_CTRL_INTERCEPT_SET(pVCpu, SVM_CTRL_INTERCEPT_TASK_SWITCH))
    24002400    {
    2401         uint32_t const uExitInfo1 = SelTss;
    2402         uint32_t       uExitInfo2 = uErr;
     2401        uint64_t const uExitInfo1 = SelTss;
     2402        uint64_t       uExitInfo2 = uErr;
    24032403        switch (enmTaskSwitch)
    24042404        {
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