VirtualBox

Changeset 61392 in vbox for trunk/src/VBox/VMM/VMMRC


Ignore:
Timestamp:
Jun 2, 2016 12:47:37 AM (9 years ago)
Author:
vboxsync
Message:

CPUMRZFpuStatePrepareHostCpuForUse: Must always set VMCPU_FF_CPUM in raw-mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRC/CPUMRC.cpp

    r61145 r61392  
    244244        cr0 |= X86_CR0_TS | X86_CR0_MP;
    245245        ASMSetCR0(cr0);
    246     }
    247 }
    248 
     246        Log6(("CPUMRCProcessForceFlag: cr0=%#x\n", cr0));
     247    }
     248    else
     249        Log6(("CPUMRCProcessForceFlag: no change -  cr0=%#x\n", ASMGetCR0()));
     250}
     251
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