VirtualBox

Ignore:
Timestamp:
Sep 7, 2023 8:59:15 AM (17 months ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/teleportation/tdTeleportLocal1.py

    r98651 r101035  
    418418        oSession = self.openSession(oVmSrc);
    419419        if oSession is not None:
    420             fRc = fRc and oSession.enableVirtEx(fHwVirt);
    421             fRc = fRc and oSession.enableNestedPaging(fNestedPaging);
     420            fRc = fRc and oSession.enableVirtExX86(fHwVirt);
     421            fRc = fRc and oSession.enableNestedPagingX86(fNestedPaging);
    422422            fRc = fRc and oSession.setCpuCount(cCpus);
    423423            fRc = fRc and oSession.setupTeleporter(False, uPort=6501, sPassword='password');
     
    432432        oSession = self.openSession(oVmDst);
    433433        if oSession is not None:
    434             fRc = fRc and oSession.enableVirtEx(fHwVirt);
    435             fRc = fRc and oSession.enableNestedPaging(fNestedPaging);
     434            fRc = fRc and oSession.enableVirtExX86(fHwVirt);
     435            fRc = fRc and oSession.enableNestedPagingX86(fNestedPaging);
    436436            fRc = fRc and oSession.setCpuCount(cCpus);
    437437            fRc = fRc and oSession.setupTeleporter(True, uPort=6502, sPassword='password');
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