VirtualBox

Changeset 61043 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 19, 2016 12:29:42 PM (9 years ago)
Author:
vboxsync
Message:

Main/Settings: forgotten APIC/X2APIC settings sanitizing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r61042 r61043  
    38073807            if ((pelmCPUChild = pelmHwChild->findChildElement("X2APIC")))
    38083808                pelmCPUChild->getAttributeValue("enabled", hw.fX2APIC);
     3809            if (hw.fX2APIC)
     3810                hw.fAPIC = true;
    38093811
    38103812            if ((pelmCPUChild = pelmHwChild->findChildElement("CpuIdTree")))
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