VirtualBox

Changeset 2667 in vbox for trunk/src/VBox/Frontends/VBoxBFE


Ignore:
Timestamp:
May 16, 2007 1:16:01 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21215
Message:

FE/BFE: removed the APIC -> IOAPIC dependency again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp

    r2637 r2667  
    618618    }
    619619
    620     if (g_fIOAPIC && !g_fACPI)
    621     {
    622         RTPrintf("IOAPIC enabled, enabling ACPI as well!\n");
    623         g_fACPI = true;
    624     }
    625 
    626620    gMachineDebugger = new MachineDebugger();
    627621    gStatus = new VMStatus();
     
    11401134     * ACPI
    11411135     */
    1142     if (g_fACPI || g_fIOAPIC)
     1136    if (g_fACPI)
    11431137    {
    11441138        rc = CFGMR3InsertNode(pDevices, "acpi", &pDev);                             CHECK_RC();
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