VirtualBox

Changeset 48183 in vbox


Ignore:
Timestamp:
Aug 30, 2013 9:41:51 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Comments and logging.

File:
1 edited

Legend:

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

    r48174 r48183  
    13241324
    13251325/**
    1326  * Loads the guest debug registers into the VMCB.
     1326 * Loads the guest debug registers (DR6, DR7) into the VMCB and programs the
     1327 * necessary intercepts accordingly.
    13271328 *
    13281329 * @param   pVCpu       Pointer to the VMCPU.
     
    13851386        fInterceptDB = true;
    13861387        fInterceptMovDRx = true;
    1387         Log5(("hm: Loaded hyper DRx\n"));
     1388        Log5(("hmR0SvmLoadGuestDebugRegs: Loaded hyper DRx\n"));
    13881389    }
    13891390    else
     
    14131414            Assert(!CPUMIsHyperDebugStateActive(pVCpu));
    14141415            Assert(CPUMIsGuestDebugStateActive(pVCpu) || HC_ARCH_BITS == 32);
    1415             Log5(("hm: Loaded guest DRx\n"));
     1416            Log5(("hmR0SvmLoadGuestDebugRegs: Loaded guest DRx\n"));
    14161417        }
    14171418        /*
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