VirtualBox

Ignore:
Timestamp:
Sep 7, 2023 8:59:15 AM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158992
Message:

Initial commit (based draft v2 / on patch v5) for implementing platform architecture support for x86 and ARM. bugref:10384

Location:
trunk/src/VBox/ValidationKit/tests/storage
Files:
3 edited

Legend:

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

    r98763 r101035  
    12741274                        reporter.logXcpt();
    12751275
    1276                 fRc = fRc and oSession.enableVirtEx(fHwVirt);
    1277                 fRc = fRc and oSession.enableNestedPaging(fNestedPaging);
     1276                fRc = fRc and oSession.enableVirtExX86(fHwVirt);
     1277                fRc = fRc and oSession.enableNestedPagingX86(fNestedPaging);
    12781278                fRc = fRc and oSession.setCpuCount(cCpus);
    12791279                fRc = fRc and oSession.saveSettings();
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageRawDrive1.py

    r98651 r101035  
    862862        oSession = oTestDrv.openSession(oVM);
    863863        if oSession is not None:
    864             fRc = fRc and oSession.enableVirtEx(True);
     864            fRc = fRc and oSession.enableVirtExX86(True);
    865865            # nested paging doesn't need for the test
    866             #fRc = fRc and oSession.enableNestedPaging(True);
    867             #fRc = fRc and oSession.enableNestedHwVirt(True);
     866            #fRc = fRc and oSession.enableNestedPagingX86(True);
     867            #fRc = fRc and oSession.enableNestedHwVirtX86(True);
    868868            # disable 3D until the error is fixed.
    869869            fRc = fRc and oSession.setAccelerate3DEnabled(False);
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageStress1.py

    r98651 r101035  
    379379                fRc = fRc and oSession.createAndAttachHd(sDiskPath2, sDiskFormat, self.controllerTypeToName(eStorageController),
    380380                                                         cb = 10*1024*1024*1024, iPort = 2, fImmutable = False);
    381             fRc = fRc and oSession.enableVirtEx(fHwVirt);
    382             fRc = fRc and oSession.enableNestedPaging(fNestedPaging);
     381            fRc = fRc and oSession.enableVirtExX86(fHwVirt);
     382            fRc = fRc and oSession.enableNestedPagingX86(fNestedPaging);
    383383            fRc = fRc and oSession.setCpuCount(cCpus);
    384384            fRc = fRc and oSession.saveSettings();
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