VirtualBox

Changeset 48025 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 23, 2013 12:24:33 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Asserted by the caller, don't re-assert here.

File:
1 edited

Legend:

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

    r48023 r48025  
    70957095    pVCpu->hm.s.fContextUseFlags &= ~HM_CHANGED_GUEST_CR2;
    70967096
    7097     AssertMsg(!(pVCpu->hm.s.fContextUseFlags & HM_CHANGED_ALL_GUEST),
    7098              ("Missed updating flags while loading guest state. pVM=%p pVCpu=%p idCpu=%RU32 fContextUseFlags=%#RX32\n",
    7099               pVM, pVCpu, pVCpu->idCpu, pVCpu->hm.s.fContextUseFlags));
    7100 
    71017097#ifdef LOG_ENABLED
    71027098    /* Only reenable log-flushing if the caller has it enabled. */
     
    71647160    }
    71657161
     7162#ifdef VBOX_STRICT
    71667163    /* When thread-context hooks are available, we could be preempted which means re-updating Guest.CR0
    71677164       (shared FPU state) and debug controls (shared debug state). This is done in hmR0VmxPreRunGuestCommitted() */
    7168 #ifdef VBOX_STRICT
    71697165    if (VMMR0ThreadCtxHooksAreRegistered(pVCpu))
    71707166    {
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