VirtualBox

Changeset 47700 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Aug 13, 2013 3:15:59 PM (11 years ago)
Author:
vboxsync
Message:

CPU.cpp: Must recalc DRx values on relocation.

File:
1 edited

Legend:

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

    r47328 r47700  
    14101410{
    14111411    LogFlow(("CPUMR3Relocate\n"));
    1412     /* nothing to do any more. */
     1412
     1413    /* Recheck the guest DRx values in raw-mode. */
     1414    for (VMCPUID iCpu = 0; iCpu < pVM->cCpus; iCpu++)
     1415        CPUMRecalcHyperDRx(&pVM->aCpus[iCpu], UINT8_MAX);
    14131416}
    14141417
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