VirtualBox

Changeset 61317 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 31, 2016 4:55:10 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107611
Message:

CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it caches the value in the VMCS and state corruption may ensue if it restores it because we'll take a #NM when saving the guest state, probably ending up with the FPU state of the EMT instead.

Location:
trunk/src/VBox/ValidationKit/bootsectors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-fpustate-1-template.c

    r61315 r61317  
    9191    /* Check that we can keep it consistent for a while. */
    9292    g_usBs3TestStep = 3;
    93     for (iLoops = 0; iLoops < _4M; iLoops++) /** @todo adjust counter. will hardcode for now and do timers later so day... */
     93    for (iLoops = 0; iLoops < _4M*16; iLoops++) /** @todo adjust counter. will hardcode for now and do timers later so day... */
    9494    {
    9595        TMPL_NM(bs3FpuState1_Save)(pChecking);
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-fpustate-1.c

    r61315 r61317  
    5050        /*PE16_32*/   NULL, //bs3FpuState1_Corruption_pe16_32,
    5151        /*PE16_V86*/  NULL, //bs3FpuState1_Corruption_pe16_v86,
    52         /*PE32*/      bs3FpuState1_Corruption_pe32,
     52        /*PE32*/      NULL, //bs3FpuState1_Corruption_pe32,
    5353        /*PE32_16*/   NULL, //bs3FpuState1_Corruption_pe32_16,
    5454        /*PEV86*/     NULL, //bs3FpuState1_Corruption_pev86,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette