VirtualBox

Changeset 21710 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 17, 2009 4:13:04 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50265
Message:

A TPR change could activate a pending interrupt, so catch lstar writes.

File:
1 edited

Legend:

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

    r21709 r21710  
    10811081            /* Our patch code uses LSTAR for TPR caching. */
    10821082            pCtx->msrLSTAR = u8LastTPR;
     1083
     1084            if (fPending)
     1085            {
     1086                /* A TPR change could activate a pending interrupt, so catch lstar writes. */
     1087                svmR0SetMSRPermission(pVM, MSR_K8_LSTAR, true, false);
     1088            }
     1089            else
     1090                /* No interrupts are pending, so we don't need to be explicitely notified.
     1091                * There are enough world switches for detecting pending interrupts.
     1092                */
     1093                svmR0SetMSRPermission(pVM, MSR_K8_LSTAR, true, true);
    10831094        }
    10841095        else
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