VirtualBox

Changeset 61042 in vbox for trunk/include/VBox/settings.h


Ignore:
Timestamp:
May 19, 2016 11:57:10 AM (9 years ago)
Author:
vboxsync
Message:

Main/Machine+BIOSSettings: introduce APIC/X2APIC CPU feature settings and a BIOS setting what should be used.
Frontends/VBoxManage: corresponding changes to allow making the settings changes
Devices/BIOS+EFI: placeholder for the BIOS setting part, which isn't implemented yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r61036 r61042  
    463463                    fIOAPICEnabled,
    464464                    fLogoFadeIn,
    465                     fLogoFadeOut;
     465                    fLogoFadeOut,
     466                    fPXEDebugEnabled;
    466467    uint32_t        ulLogoDisplayTime;
     468    BIOSBootMenuMode_T biosBootMenuMode;
     469    APICMode_T      apicMode;           // requires settings version 1.16 (VirtualBox 5.1)
     470    int64_t         llTimeOffset;
    467471    com::Utf8Str    strLogoImagePath;
    468     BIOSBootMenuMode_T  biosBootMenuMode;
    469     bool            fPXEDebugEnabled;
    470     int64_t         llTimeOffset;
    471472};
    472473
     
    892893                        fSyntheticCpu,
    893894                        fTripleFaultReset,
    894                         fPAE;
     895                        fPAE,
     896                        fAPIC,                  // requires settings version 1.16 (VirtualBox 5.1)
     897                        fX2APIC;                // requires settings version 1.16 (VirtualBox 5.1)
    895898    typedef enum LongModeType { LongMode_Enabled, LongMode_Disabled, LongMode_Legacy } LongModeType;
    896899    LongModeType        enmLongMode;
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