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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py

    r98651 r101035  
    625625        oSession = oTestDrv.openSession(oVM);
    626626        if oSession is not None:
    627             fRc = fRc and oSession.enableVirtEx(True);
    628             fRc = fRc and oSession.enableNestedPaging(True);
    629             fRc = fRc and oSession.enableNestedHwVirt(True);
    630             # disable 3D until the error is fixed.
     627            fRc = fRc and oSession.enableVirtExX86(True);
     628            fRc = fRc and oSession.enableNestedPagingX86(True);
     629            fRc = fRc and oSession.enableNestedHwVirtX86(True);
     630            # disable 3D until the error is fixed. ## @todo r=andy Which error?
    631631            fRc = fRc and oSession.setAccelerate3DEnabled(False);
    632632            fRc = fRc and oSession.setVRamSize(256);
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