VirtualBox

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


Ignore:
Timestamp:
Aug 3, 2015 1:57:36 PM (9 years ago)
Author:
vboxsync
Message:

VMM/GIM: Hyper-V reset the crash MSRs on VM reset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GIMHv.cpp

    r57158 r57159  
    356356    pHv->u64HypercallMsr = 0;
    357357    pHv->u64TscPageMsr   = 0;
     358    pHv->uCrashP0        = 0;
     359    pHv->uCrashP1        = 0;
     360    pHv->uCrashP2        = 0;
     361    pHv->uCrashP3        = 0;
     362    pHv->uCrashP4        = 0;
    358363}
    359364
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