VirtualBox

Changeset 3294 in vbox


Ignore:
Timestamp:
Jun 26, 2007 2:25:06 PM (18 years ago)
Author:
vboxsync
Message:

Get rid of redundant logging

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

Legend:

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

    r3293 r3294  
    479479    }
    480480    else
     481    if (pVM->hwaccm.s.fInitialized)
    481482    {
    482483        LogRel(("HWACCM: No VMX or SVM CPU extension found. Reason %Vrc\n", pVM->hwaccm.s.ulLastError));
  • trunk/src/VBox/VMM/HWACCMInternal.h

    r3292 r3294  
    256256    /** Saved error from detection */
    257257    uint32_t                ulLastError;
     258
     259    /** HWACCMR0Init was run */
     260    bool                    fInitialized;
    258261
    259262    /** Currenty shadow paging mode. */
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r3292 r3294  
    6161#ifndef VBOX_WITH_HYBIRD_32BIT_KERNEL /* paranoia */
    6262
    63     pVM->hwaccm.s.ulLastError = VINF_SUCCESS;
     63    pVM->hwaccm.s.fInitialized = true;
     64    pVM->hwaccm.s.ulLastError  = VINF_SUCCESS;
    6465
    6566    /*
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