VirtualBox

Ignore:
Timestamp:
Oct 30, 2019 9:45:55 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134326
Message:

Main,FE/VBoxManage: Add an option to present the SMBIOS System UUID (SMBIOS spec chapter 7.2.1) in little endian format to the guest like it is supposed to be done. To not break existing behavior and causing certain software to require re-activation existing VMs will keep the current (wrong) beahvior. New VMs will be switched to the correct behavior. In addition VBoxManage got a new parameter to set the behavior evene for existing VMs

File:
1 edited

Legend:

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

    r81299 r81581  
    107107    MODIFYVM_BIOSSYSTEMTIMEOFFSET,
    108108    MODIFYVM_BIOSPXEDEBUG,
     109    MODIFYVM_SYSTEMUUIDLE,
    109110    MODIFYVM_BOOT,
    110111    MODIFYVM_HDA,                // deprecated
     
    300301    { "--biosapic",                 MODIFYVM_BIOSAPIC,                  RTGETOPT_REQ_STRING },
    301302    { "--biospxedebug",             MODIFYVM_BIOSPXEDEBUG,              RTGETOPT_REQ_BOOL_ONOFF },
     303    { "--system-uuid-le",           MODIFYVM_SYSTEMUUIDLE,              RTGETOPT_REQ_BOOL_ONOFF },
    302304    { "--boot",                     MODIFYVM_BOOT,                      RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
    303305    { "--hda",                      MODIFYVM_HDA,                       RTGETOPT_REQ_STRING },
     
    10141016            }
    10151017
     1018            case MODIFYVM_SYSTEMUUIDLE:
     1019            {
     1020                CHECK_ERROR(biosSettings, COMSETTER(SMBIOSUuidLittleEndian)(ValueUnion.f));
     1021                break;
     1022            }
     1023
    10161024            case MODIFYVM_BOOT:
    10171025            {
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