VirtualBox

Changeset 82366 in vbox


Ignore:
Timestamp:
Dec 4, 2019 8:39:00 AM (5 years ago)
Author:
vboxsync
Message:

bugref:9619. Added firmware support into VSD. OCI import supports BIOS and EFI.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r81517 r82366  
    10811081                        case VirtualSystemDescriptionType_CloudOCISubnetCompartment:
    10821082                        case VirtualSystemDescriptionType_CloudPublicSSHKey:
     1083                        case VirtualSystemDescriptionType_BootingFirmware:
    10831084                            /** @todo  VirtualSystemDescriptionType_Miscellaneous? */
    10841085                            break;
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r82268 r82366  
    39573957  <enum
    39583958    name="VirtualSystemDescriptionType"
    3959     uuid="29c2299c-2c40-44b5-9775-2927f20763f3"
     3959    uuid="9078595f-74cf-4454-8787-34a8f72beed5"
    39603960    >
    39613961    <desc>Used with <link to="IVirtualSystemDescription" /> to describe the type of
     
    40244024    <const name="CloudOCISubnetCompartment" value="47" />
    40254025    <const name="CloudPublicSSHKey" value="48" />
     4026    <const name="BootingFirmware" value="49" />
    40264027  </enum>
    40274028
  • trunk/src/VBox/Main/include/ApplianceImplPrivate.h

    r78923 r82366  
    413413    bool                            fForceIOAPIC;       // if true, we force enabling the IOAPIC
    414414    uint32_t                        ulMemorySizeMB;     // virtual machine RAM in megabytes
     415    Utf8Str                         strFirmwareType;    //Firmware - BIOS or EFI
    415416#ifdef VBOX_WITH_USB
    416417    bool                            fUSBEnabled;
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