VirtualBox

Changeset 49406 in vbox


Ignore:
Timestamp:
Nov 7, 2013 10:00:04 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Fix occasional 32-bit Haiku guest hang during boot.

File:
1 edited

Legend:

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

    r49404 r49406  
    1038110381    rc  = hmR0VmxReadExitQualificationVmcs(pVCpu, pVmxTransient);
    1038210382    rc |= hmR0VmxSaveGuestSegmentRegs(pVCpu, pMixedCtx);
     10383    rc |= hmR0VmxSaveGuestDR7(pVCpu, pMixedCtx);
    1038310384    AssertRCReturn(rc, rc);
    1038410385    Log4(("CS:RIP=%04x:%#RX64\n", pMixedCtx->cs.Sel, pMixedCtx->rip));
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