VirtualBox

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


Ignore:
Timestamp:
Aug 23, 2013 12:31:10 PM (11 years ago)
Author:
vboxsync
Message:

Ignore MSR_IA32_DEBUGCTL access for now, should be virtualized later.

File:
1 edited

Legend:

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

    r48024 r48026  
    10771077            break;
    10781078
     1079        /** @todo virtualize DEBUGCTL and relatives */
     1080        case MSR_IA32_DEBUGCTL:
     1081            *puValue = 0;
     1082            break;
     1083
    10791084#if 0 /*def IN_RING0 */
    10801085        case MSR_IA32_PLATFORM_ID:
     
    13691374        case MSR_K8_TSC_AUX:
    13701375            pVCpu->cpum.s.GuestMsrs.msr.TscAux  = uValue;
     1376            break;
     1377
     1378        case MSR_IA32_DEBUGCTL:
     1379            /** @todo virtualize DEBUGCTL and relatives */
    13711380            break;
    13721381
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