VirtualBox

Changeset 18781 in vbox for trunk


Ignore:
Timestamp:
Apr 6, 2009 3:51:30 PM (16 years ago)
Author:
vboxsync
Message:

Removed wrong assertions; rdpmc and rdtsc emulation can fail

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r18770 r18781  
    16341634            goto ResumeExecution;
    16351635        }
    1636         AssertMsgFailed(("EMU: rdtsc failed with %Rrc\n", rc));
    16371636        rc = VINF_EM_RAW_EMULATE_INSTR;
    16381637        break;
     
    16501649            goto ResumeExecution;
    16511650        }
    1652         AssertMsgFailed(("EMU: rdpmc failed with %Rrc\n", rc));
    16531651        rc = VINF_EM_RAW_EMULATE_INSTR;
    16541652        break;
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r18770 r18781  
    29332933            goto ResumeExecution;
    29342934        }
    2935         AssertMsgFailed(("EMU: rdpmc failed with %Rrc\n", rc));
    29362935        rc = VINF_EM_RAW_EMULATE_INSTR;
    29372936        break;
     
    29502949            goto ResumeExecution;
    29512950        }
    2952         AssertMsgFailed(("EMU: rdtsc failed with %Rrc\n", rc));
    29532951        rc = VINF_EM_RAW_EMULATE_INSTR;
    29542952        break;
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