VirtualBox

Changeset 58121 in vbox for trunk


Ignore:
Timestamp:
Oct 8, 2015 4:51:02 PM (9 years ago)
Author:
vboxsync
Message:

VMM: LogRel nits.

Location:
trunk/src/VBox/VMM/VMMR3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r58120 r58121  
    11021102    RTGCPHYS    GCPhys = 0;
    11031103
    1104     LogRel(("HM: Using VT-x implementation 2.0!\n"));
     1104    LogRel(("HM: Using VT-x implementation 2.0\n"));
    11051105    LogRel(("HM: Host CR4                        = %#RX64\n", pVM->hm.s.vmx.u64HostCr4));
    11061106    LogRel(("HM: Host EFER                       = %#RX64\n", pVM->hm.s.vmx.u64HostEfer));
     
    13711371
    13721372    LogRel(("HM: Supports VMCS EFER fields       = %RTbool\n", pVM->hm.s.vmx.fSupportsVmcsEfer));
    1373     LogRel(("HM: Enabled VMX!\n"));
     1373    LogRel(("HM: Enabled VMX\n"));
    13741374    pVM->hm.s.vmx.fEnabled = true;
    13751375
     
    14041404    if (pVM->hm.s.fNestedPaging)
    14051405    {
    1406         LogRel(("HM: Enabled Nested paging\n"));
     1406        LogRel(("HM: Enabled nested paging\n"));
    14071407        if (pVM->hm.s.vmx.enmFlushEpt == VMXFLUSHEPT_SINGLE_CONTEXT)
    14081408            LogRel(("HM:   EPT flush type                = VMXFLUSHEPT_SINGLE_CONTEXT\n"));
     
    14151415
    14161416        if (pVM->hm.s.vmx.fUnrestrictedGuest)
    1417             LogRel(("HM: Enabled Unrestricted guest execution\n"));
     1417            LogRel(("HM: Enabled unrestricted guest execution\n"));
    14181418
    14191419#if HC_ARCH_BITS == 64
     
    14221422            /* Use large (2 MB) pages for our EPT PDEs where possible. */
    14231423            PGMSetLargePageUsage(pVM, true);
    1424             LogRel(("HM: Enabled Large page support\n"));
     1424            LogRel(("HM: Enabled large page support\n"));
    14251425        }
    14261426#endif
     
    14651465    Log(("pVM->hm.s.svm.fSupported = %d\n", pVM->hm.s.svm.fSupported));
    14661466
    1467     LogRel(("HM: Using AMD-V implementation 2.0!\n"));
     1467    LogRel(("HM: Using AMD-V implementation 2.0\n"));
    14681468
    14691469    uint32_t u32Family;
     
    15301530    }
    15311531
    1532     LogRel(("HM: Enabled AMD-V\n"));
     1532    LogRel(("HM: Enabled SVM\n"));
    15331533    pVM->hm.s.svm.fEnabled = true;
    15341534
    15351535    if (pVM->hm.s.fNestedPaging)
    15361536    {
    1537         LogRel(("HM:   Enabled Nested paging\n"));
     1537        LogRel(("HM:   Enabled nested paging\n"));
    15381538
    15391539        /*
     
    15441544        {
    15451545            PGMSetLargePageUsage(pVM, true);
    1546             LogRel(("HM:   Enabled Large page support\n"));
     1546            LogRel(("HM:   Enabled large page support\n"));
    15471547        }
    15481548#endif
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r57482 r58121  
    541541    /* Log whether thread-context hooks are used (on Linux this can depend on how the kernel is configured). */
    542542    if (pVM->aCpus[0].vmm.s.hCtxHook != NIL_RTTHREADCTXHOOK)
    543         LogRel(("VMM: Thread-context hooks enabled!\n"));
     543        LogRel(("VMM: Enabled thread-context hooks\n"));
    544544    else
    545545        LogRel(("VMM: Thread-context hooks unavailable\n"));
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