VirtualBox

Changeset 94669 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 21, 2022 2:38:18 PM (3 years ago)
Author:
vboxsync
Message:

doc/manual,Main,Frontends: API changes in preparation for full VM encryption, guarded by VBOX_WITH_FULL_VM_ENCRYPTION (disabled by default) and returning a not supported error for now, bugref:9955 [validationkit fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r94596 r94669  
    23612361        # create + register the VM
    23622362        try:
    2363             if self.fpApiVer >= 4.2: # Introduces grouping (third parameter, empty for now).
     2363            if self.fpApiVer >= 7.0: # Introduces VM encryption (three new parameters, empty for now).
     2364                oVM = self.oVBox.createMachine("", sName, [], self.tryFindGuestOsId(sKind), "", "", "", "");
     2365            elif self.fpApiVer >= 4.2: # Introduces grouping (third parameter, empty for now).
    23642366                oVM = self.oVBox.createMachine("", sName, [], self.tryFindGuestOsId(sKind), "");
    23652367            elif self.fpApiVer >= 4.0:
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