VirtualBox

Changeset 47942 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Aug 20, 2013 10:11:52 PM (11 years ago)
Author:
vboxsync
Message:

CPUM: Ignore MSR_K8_INT_PENDING access.

File:
1 edited

Legend:

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

    r47939 r47942  
    11151115         * AMD specific MSRs:
    11161116         */
    1117         case MSR_K8_SYSCFG: /** @todo can be written, but we ignore that for now. */
     1117        case MSR_K8_SYSCFG:
     1118        case MSR_K8_INT_PENDING:
    11181119            *puValue = 0;
    11191120            if (CPUMGetGuestCpuVendor(pVCpu->CTX_SUFF(pVM)) != CPUMCPUVENDOR_AMD)
     
    13711372         * AMD specific MSRs:
    13721373         */
    1373         case MSR_K8_SYSCFG: /** @todo can be written, but we ignore that for now. */
     1374        case MSR_K8_SYSCFG:      /** @todo can be written, but we ignore that for now. */
     1375        case MSR_K8_INT_PENDING: /** @todo can be written, but we ignore that for now. */
    13741376            if (CPUMGetGuestCpuVendor(pVCpu->CTX_SUFF(pVM)) != CPUMCPUVENDOR_AMD)
    13751377            {
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