VirtualBox

Changeset 19615 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
May 12, 2009 12:45:09 PM (16 years ago)
Author:
vboxsync
Message:

ACPI logging updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r19512 r19615  
    20372037    APICState *s = getLapic(dev);
    20382038
    2039     Log(("[SMP] apicMMIORead at %llx\n", (uint64_t)GCPhysAddr));
     2039    Log(("apicMMIORead CPU%d at %llx\n", s->id, (uint64_t)GCPhysAddr));
    20402040
    20412041    /** @todo: add LAPIC range validity checks (different LAPICs can theoretically have
     
    20892089    APICState *s = getLapic(dev);
    20902090
    2091     Log(("[SMP] apicMMIOWrite at %llx\n", (uint64_t)GCPhysAddr));
     2091    Log(("apicMMIOWrite CPU%d at %llx\n", s->id, (uint64_t)GCPhysAddr));
    20922092
    20932093    /** @todo: add LAPIC range validity checks (multiple LAPICs can theoretically have
Note: See TracChangeset for help on using the changeset viewer.

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