VirtualBox

Changeset 82683 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 9, 2020 6:45:45 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Removed my temporary debug code no longer necessary.

File:
1 edited

Legend:

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

    r82572 r82683  
    1263712637DECLINLINE(VBOXSTRICTRC) hmR0VmxHandleExitNested(PVMCPUCC pVCpu, PVMXTRANSIENT pVmxTransient)
    1263812638{
    12639     /** @todo NSTVMX: Remove after debugging page-fault issue. */
    12640 #ifdef DEBUG_ramshankar
    12641     hmR0VmxImportGuestState(pVCpu, pVmxTransient->pVmcsInfo, HMVMX_CPUMCTX_EXTRN_ALL);
    12642     Log4Func(("cs:rip=%#04x:%#RX64 rsp=%#RX64 eflags=%#RX32 cr3=%#RX64\n", pVCpu->cpum.GstCtx.cs.Sel, pVCpu->cpum.GstCtx.rip,
    12643               pVCpu->cpum.GstCtx.rsp, pVCpu->cpum.GstCtx.eflags.u32, pVCpu->cpum.GstCtx.cr3));
    12644 #endif
    12645 
    1264612639    uint32_t const uExitReason = pVmxTransient->uExitReason;
    1264712640    switch (uExitReason)
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