- Timestamp:
- May 8, 2009 8:08:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r19489 r19512 1110 1110 #else 1111 1111 /** @todo: init CPUs */ 1112 Log Rel(("[SMP] apic_startup: %d on CPUs %d\n", vector_num, s->id));1112 Log(("[SMP] apic_startup: %d on CPUs %d\n", vector_num, s->id)); 1113 1113 cpuSendSipi(dev, s, vector_num); 1114 1114 #endif … … 2037 2037 APICState *s = getLapic(dev); 2038 2038 2039 #ifdef VBOX_WITH_SMP_GUESTS2040 2039 Log(("[SMP] apicMMIORead at %llx\n", (uint64_t)GCPhysAddr)); 2041 #endif2042 2040 2043 2041 /** @todo: add LAPIC range validity checks (different LAPICs can theoretically have … … 2091 2089 APICState *s = getLapic(dev); 2092 2090 2093 #ifdef VBOX_WITH_SMP_GUESTS2094 2091 Log(("[SMP] apicMMIOWrite at %llx\n", (uint64_t)GCPhysAddr)); 2095 #endif2096 2092 2097 2093 /** @todo: add LAPIC range validity checks (multiple LAPICs can theoretically have
Note:
See TracChangeset
for help on using the changeset viewer.