VirtualBox

Changeset 55677 in vbox


Ignore:
Timestamp:
May 5, 2015 6:54:00 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100070
Message:

wrong.

File:
1 edited

Legend:

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

    r55676 r55677  
    27602760            }
    27612761
    2762             pelmCPUChild->getAttributeValue("hotplug", hw.fCpuHotPlug);
    2763             pelmCPUChild->getAttributeValue("executionCap", hw.ulCpuExecutionCap);
     2762            pelmHwChild->getAttributeValue("hotplug", hw.fCpuHotPlug);
     2763            pelmHwChild->getAttributeValue("executionCap", hw.ulCpuExecutionCap);
    27642764
    27652765            const xml::ElementNode *pelmCPUChild;
     
    28072807                hw.uCpuIdPortabilityLevel = fSyntheticCpu ? 1 : 0;
    28082808            }
    2809             pelmCPUChild->getAttributeValue("CpuIdPortabilityLevel", hw.uCpuIdPortabilityLevel);
     2809            pelmHwChild->getAttributeValue("CpuIdPortabilityLevel", hw.uCpuIdPortabilityLevel);
    28102810
    28112811            if ((pelmCPUChild = pelmHwChild->findChildElement("TripleFaultReset")))
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