Changeset 71189 in vbox
- Timestamp:
- Mar 5, 2018 6:15:13 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r70948 r71189 795 795 796 796 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", 798 798 pVM->cCpus * (SVM_MSRPM_PAGES + SVM_IOPM_PAGES))); 799 799 for (VMCPUID i = 0; i < pVM->cCpus; i++)
Note:
See TracChangeset
for help on using the changeset viewer.