VirtualBox

Changeset 172 in vbox for trunk


Ignore:
Timestamp:
Jan 18, 2007 10:24:35 PM (18 years ago)
Author:
vboxsync
Message:

add information about number of logical processors and processor active mask to release log

File:
1 edited

Legend:

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

    r23 r172  
    4343#include <iprt/asm.h>
    4444#include <iprt/string.h>
     45#include <iprt/system.h>
    4546#include "x86context.h"
    4647
     
    371372     * Log the cpuid and we're good.
    372373     */
     374    LogRel(("Logical host processors: %d, processor active mask: %08x\n",
     375            RTSystemProcessorGetCount(), RTSystemProcessorGetActiveMask()));
    373376    LogRel(("************************* CPUID dump ************************\n"));
    374377    DBGFR3Info(pVM, "cpuid", "verbose", DBGFR3InfoLogRelHlp());
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