Changeset 61124 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 23, 2016 11:15:36 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107401
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r61088 r61124 2006 2006 if (pApic->enmOriginalMode == APICMODE_DISABLED) 2007 2007 { 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)); 2009 2010 return apicMsrAccessError(pVCpu, MSR_IA32_APICBASE, APICMSRACCESS_WRITE_DISALLOWED_CONFIG); 2010 2011 } -
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r61116 r61124 1383 1383 else 1384 1384 { 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)); 1386 1386 apicR3TermState(pVM); 1387 1387 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.