VirtualBox

Changeset 49257 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Oct 23, 2013 3:54:08 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: INS/OUTS with REP prefix update RFLAGS. Fix incorrect assertion in hmR0VmxCheckGuestState().

File:
1 edited

Legend:

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

    r49227 r49257  
    84318431        rc = VMXReadVmcs32(VMX_VMCS32_CTRL_ENTRY, &u32Val);
    84328432        AssertRCBreak(rc);
    8433         Assert(u32Val == pVCpu->hm.s.vmx.u32ProcCtls);
     8433        Assert(u32Val == pVCpu->hm.s.vmx.u32EntryCtls);
    84348434#endif
    84358435        bool const fLongModeGuest = RT_BOOL(pVCpu->hm.s.vmx.u32EntryCtls & VMX_VMCS_CTRL_ENTRY_IA32E_MODE_GUEST);
     
    1008010080        }
    1008110081
     10082        /* INS & OUTS with REP prefix modify RFLAGS. */
     10083        if (fIOString)
     10084            VMCPU_HMCF_SET(pVCpu, HM_CHANGED_GUEST_RFLAGS);
     10085
    1008210086        /*
    1008310087         * If any I/O breakpoints are armed, we need to check if one triggered
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