Changeset 19632 in vbox for trunk/src/VBox/Devices/PC/DevAPIC.cpp
- Timestamp:
- May 12, 2009 2:37:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r19616 r19632 1109 1109 env->halted = 0; 1110 1110 #else 1111 Log(("[SMP] apic_startup: %d on CPUs %d\n", vector_num, s-> id));1111 Log(("[SMP] apic_startup: %d on CPUs %d\n", vector_num, s->phys_id)); 1112 1112 cpuSendSipi(dev, s, vector_num); 1113 1113 #endif … … 2036 2036 APICState *s = getLapic(dev); 2037 2037 2038 Log(("apicMMIORead CPU%d at %llx\n", s-> id, (uint64_t)GCPhysAddr));2038 Log(("apicMMIORead CPU%d at %llx\n", s->phys_id, (uint64_t)GCPhysAddr)); 2039 2039 2040 2040 /** @todo: add LAPIC range validity checks (different LAPICs can theoretically have … … 2088 2088 APICState *s = getLapic(dev); 2089 2089 2090 Log(("apicMMIOWrite CPU%d at %llx\n", s-> id, (uint64_t)GCPhysAddr));2090 Log(("apicMMIOWrite CPU%d at %llx\n", s->phys_id, (uint64_t)GCPhysAddr)); 2091 2091 2092 2092 /** @todo: add LAPIC range validity checks (multiple LAPICs can theoretically have
Note:
See TracChangeset
for help on using the changeset viewer.