VirtualBox

Changeset 61124 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 23, 2016 11:15:36 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107401
Message:

APIC: format specifier fixes

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/APICAll.cpp

    r61088 r61124  
    20062006    if (pApic->enmOriginalMode == APICMODE_DISABLED)
    20072007    {
    2008         LogRel(("APIC%u: Disallowing APIC base MSR write as the VM is configured with APIC disabled!\n"));
     2008        LogRel(("APIC%u: Disallowing APIC base MSR write as the VM is configured with APIC disabled!\n",
     2009               pVCpu->idCpu));
    20092010        return apicMsrAccessError(pVCpu, MSR_IA32_APICBASE, APICMSRACCESS_WRITE_DISALLOWED_CONFIG);
    20102011    }
  • trunk/src/VBox/VMM/VMMR3/APIC.cpp

    r61116 r61124  
    13831383            else
    13841384            {
    1385                 LogRel(("APIC%u: Failed to allocate %u bytes for the virtual-APIC page, rc=%Rrc\n", pApicCpu->cbApicPage, rc));
     1385                LogRel(("APIC%u: Failed to allocate %u bytes for the virtual-APIC page, rc=%Rrc\n", idCpu, pApicCpu->cbApicPage, rc));
    13861386                apicR3TermState(pVM);
    13871387                return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette