VirtualBox

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


Ignore:
Timestamp:
Jun 27, 2008 11:30:35 AM (16 years ago)
Author:
vboxsync
Message:

Enabled rdmsr/wrmsr emulation again. (VT-x & AMD-v regression fixed)

File:
1 edited

Legend:

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

    r9984 r9989  
    1919 * additional information or have any questions.
    2020 */
    21 
    2221
    2322/*******************************************************************************
     
    25292528        INTERPRET_CASE(OP_MONITOR, Monitor);
    25302529        INTERPRET_CASE(OP_MWAIT, MWait);
    2531 #ifdef VBOX_WITH_MSR_EMULATION
    25322530        INTERPRET_CASE(OP_RDMSR, Rdmsr);
    25332531        INTERPRET_CASE(OP_WRMSR, Wrmsr);
    2534 #endif
    25352532        INTERPRET_CASE_EX_PARAM3(OP_ADD,Add, AddSub, EMEmulateAdd);
    25362533        INTERPRET_CASE_EX_PARAM3(OP_SUB,Sub, AddSub, EMEmulateSub);
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