Changeset 19615 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- May 12, 2009 12:45:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r19512 r19615 2037 2037 APICState *s = getLapic(dev); 2038 2038 2039 Log((" [SMP] apicMMIORead at %llx\n",(uint64_t)GCPhysAddr));2039 Log(("apicMMIORead CPU%d at %llx\n", s->id, (uint64_t)GCPhysAddr)); 2040 2040 2041 2041 /** @todo: add LAPIC range validity checks (different LAPICs can theoretically have … … 2089 2089 APICState *s = getLapic(dev); 2090 2090 2091 Log((" [SMP] apicMMIOWrite at %llx\n", (uint64_t)GCPhysAddr));2091 Log(("apicMMIOWrite CPU%d at %llx\n", s->id, (uint64_t)GCPhysAddr)); 2092 2092 2093 2093 /** @todo: add LAPIC range validity checks (multiple LAPICs can theoretically have
Note:
See TracChangeset
for help on using the changeset viewer.