VirtualBox

Changeset 31238 in vbox


Ignore:
Timestamp:
Jul 30, 2010 11:49:07 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64252
Message:

CPUM.cpp: Extended host cpu log statement to be more helpful.

File:
1 edited

Legend:

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

    r30861 r31238  
    855855            pCPUM->aGuestCpuIdExt[1].ecx |= X86_CPUID_AMD_FEATURE_ECX_CMPL;
    856856            pCPUM->aGuestCpuIdExt[8].ecx |= (pVM->cCpus - 1); /* NC: Number of CPU cores - 1; 8 bits */
    857 
    858857        }
    859858#endif
     
    940939     */
    941940    RTCPUSET OnlineSet;
    942     LogRel(("Logical host processors: %d, processor active mask: %016RX64\n",
    943             (int)RTMpGetCount(), RTCpuSetToU64(RTMpGetOnlineSet(&OnlineSet)) ));
     941    LogRel(("Logical host processors: %u present, %u max, %u online, online mask: %016RX64\n",
     942            (unsigned)RTMpGetPresentCount(), (unsigned)RTMpGetCount(), (unsigned)RTMpGetOnlineCount(),
     943            RTCpuSetToU64(RTMpGetOnlineSet(&OnlineSet)) ));
    944944    LogRel(("************************* CPUID dump ************************\n"));
    945945    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