VirtualBox

Changeset 37477 in vbox for trunk/src/VBox/Devices/testcase


Ignore:
Timestamp:
Jun 15, 2011 5:18:33 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72293
Message:

DevAPIC: Split out the IO-APIC into a separate source file.

Location:
trunk/src/VBox/Devices/testcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp

    r36268 r37477  
    5555#undef LOG_GROUP
    5656#include "../PC/DevAPIC.cpp"
     57#undef LOG_GROUP
     58#include "../PC/DevIoApic.cpp"
    5759#undef LOG_GROUP
    5860#include "../PC/DevHPET.cpp"
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp

    r37444 r37477  
    5656#undef LOG_GROUP
    5757#include "../PC/DevAPIC.cpp"
     58#undef LOG_GROUP
     59#include "../PC/DevIoApic.cpp"
    5860#undef LOG_GROUP
    5961#include "../Storage/DevATA.cpp"
     
    619621    GEN_CHECK_OFF(RTCState, CurHintPeriod);
    620622
    621     /* PC/apic.c */
     623    /* PC/DevAPIC.cpp */
    622624    GEN_CHECK_SIZE(APICState);
    623625    GEN_CHECK_OFF(APICState, apicbase);
     
    678680#endif
    679681
     682    /* PC/DevIoApic.cpp */
    680683    GEN_CHECK_SIZE(IOAPICState);
    681684    GEN_CHECK_OFF(IOAPICState, id);
Note: See TracChangeset for help on using the changeset viewer.

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