VirtualBox

Ignore:
Timestamp:
Jan 19, 2024 2:24:15 PM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161200
Message:

FE/Qt: bugref:10384: Machine settings / System page: Copy/paste regression added in r158992; PAE/NX and Nested Virt Ex were not saved properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp

    r101717 r102972  
    10621062                    if (fSuccess && isMachineOffline() && newSystemData.m_fEnabledPAE != oldSystemData.m_fEnabledPAE)
    10631063                    {
    1064                         comPlatformX86.SetCPUProperty(KCPUPropertyTypeX86_PAE, newSystemData.m_fEnabledNestedPaging);
     1064                        comPlatformX86.SetCPUProperty(KCPUPropertyTypeX86_PAE, newSystemData.m_fEnabledPAE);
    10651065                        fSuccess = comPlatformX86.isOk();
    10661066                        /// @todo convey error info ..
     
    10691069                    if (fSuccess && isMachineOffline() && newSystemData.m_fEnabledNestedHwVirtEx != oldSystemData.m_fEnabledNestedHwVirtEx)
    10701070                    {
    1071                         comPlatformX86.SetCPUProperty(KCPUPropertyTypeX86_HWVirt, newSystemData.m_fEnabledNestedPaging);
     1071                        comPlatformX86.SetCPUProperty(KCPUPropertyTypeX86_HWVirt, newSystemData.m_fEnabledNestedHwVirtEx);
    10721072                        fSuccess = comPlatformX86.isOk();
    10731073                        /// @todo convey error info ..
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