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/cpu/tdCpuPae1.py

    r98651 r101035  
    182182        oSession = self.openSession(oVM);
    183183        if oSession is not None:
    184             fRc = fRc and oSession.enableVirtEx(fHwVirt);
    185             fRc = fRc and oSession.enableNestedPaging(fNestedPaging);
     184            fRc = fRc and oSession.enableVirtExX86(fHwVirt);
     185            fRc = fRc and oSession.enableNestedPagingX86(fNestedPaging);
    186186            fRc = fRc and oSession.setCpuCount(cCpus);
    187187            fRc = fRc and oSession.setupBootLogo(True, 2500); # Race avoidance fudge.
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