VirtualBox

Changeset 71189 in vbox


Ignore:
Timestamp:
Mar 5, 2018 6:15:13 AM (7 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Log nit.

File:
1 edited

Legend:

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

    r70948 r71189  
    795795
    796796    int rc = VINF_SUCCESS;
    797     LogRel(("CPUM: Allocating a total of %u pages for the nested-guest SVM MSR and IO permission bitmaps\n",
     797    LogRel(("CPUM: Allocating %u pages for the nested-guest SVM MSR and IO permission bitmaps\n",
    798798            pVM->cCpus * (SVM_MSRPM_PAGES + SVM_IOPM_PAGES)));
    799799    for (VMCPUID i = 0; i < pVM->cCpus; i++)
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