VirtualBox

Ignore:
Timestamp:
Apr 21, 2022 8:52:41 AM (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 [pylint fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py

    r94660 r94662  
    11251125            if self.fEncryptDisk:
    11261126                try:
    1127                     if self.oTstDrv.fpApiVer >= 7.0:
     1127                    if self.fpApiVer >= 7.0:
    11281128                        oSession.o.console.addEncryptionPassword(self.ksPwId, self.sEncryptPw, False);
    11291129                    else:
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