VirtualBox

Changeset 19773 in vbox


Ignore:
Timestamp:
May 18, 2009 10:07:30 AM (15 years ago)
Author:
vboxsync
Message:

Fixed accidental commits

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/DBGFSym.cpp

    r19772 r19773  
    2525*******************************************************************************/
    2626#define LOG_GROUP LOG_GROUP_DBGF
    27 #if defined(RT_OS_WINDOWS) && 1 //defined(DEBUG_bird) // enabled this is you want to debug win32 guests, the hypervisor of EFI.
     27#if defined(RT_OS_WINDOWS) && 0 //defined(DEBUG_bird) // enabled this is you want to debug win32 guests, the hypervisor of EFI.
    2828# include <Windows.h>
    2929# define _IMAGEHLP64
  • trunk/src/VBox/VMM/VMMAll/TMAll.cpp

    r19772 r19773  
    672672                    Assert(!pTimer->offPrev);
    673673                    Assert(!pTimer->offNext);
    674 /*
    675674                    AssertMsg(      pTimer->enmClock != TMCLOCK_VIRTUAL_SYNC
    676675                              ||    pTimer->CTX_SUFF(pVM)->tm.s.fVirtualSyncTicking
    677676                              ||    u64Expire >= pTimer->CTX_SUFF(pVM)->tm.s.u64VirtualSync,
    678677                              ("%RU64 < %RU64 %s\n", u64Expire, pTimer->CTX_SUFF(pVM)->tm.s.u64VirtualSync, R3STRING(pTimer->pszDesc)));
    679 */
    680678                    pTimer->u64Expire = u64Expire;
    681679                    TM_SET_STATE(pTimer, TMTIMERSTATE_PENDING_SCHEDULE);
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r19772 r19773  
    607607    else
    608608    {
    609         Log(("CPU%d: INJ-EI: %x at %RGv\n", pVCpu->idCpu, iGate, (RTGCPTR)pCtx->rip));
     609        LogFlow(("INJ-EI: %x at %RGv\n", iGate, (RTGCPTR)pCtx->rip));
    610610        Assert(VMX_EXIT_INTERRUPTION_INFO_TYPE(intInfo) == VMX_EXIT_INTERRUPTION_INFO_TYPE_SW || !VMCPU_FF_ISSET(pVCpu, VMCPU_FF_INHIBIT_INTERRUPTS));
    611611        Assert(VMX_EXIT_INTERRUPTION_INFO_TYPE(intInfo) == VMX_EXIT_INTERRUPTION_INFO_TYPE_SW || pCtx->eflags.u32 & X86_EFL_IF);
     
    10761076
    10771077    u32TrapMask = HWACCM_VMX_TRAP_MASK;
    1078 //#ifndef DEBUG
     1078#ifndef DEBUG
    10791079    if (pVM->hwaccm.s.fNestedPaging)
    10801080        u32TrapMask &= ~RT_BIT(X86_XCPT_PF);   /* no longer need to intercept #PF. */
    1081 //#endif
     1081#endif
    10821082
    10831083    /* Also catch floating point exceptions as we need to report them to the guest in a different way. */
     
    28742874            errCode |= X86_TRAP_PF_P;
    28752875
    2876         LogFlow(("EPT Page fault %x at %RGp error code %x\n", (uint32_t)exitQualification, GCPhys, errCode));
     2876        Log(("EPT Page fault %x at %RGp error code %x\n", (uint32_t)exitQualification, GCPhys, errCode));
    28772877
    28782878        /* GCPhys contains the guest physical address of the page fault. */
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