VirtualBox

Ignore:
Timestamp:
Sep 7, 2023 8:59:15 AM (20 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/usb/tdUsb1.py

    r98651 r101035  
    497497        oSession = self.openSession(oVM);
    498498        if oSession is not None:
    499             fRc = fRc and oSession.enableVirtEx(True);
    500             fRc = fRc and oSession.enableNestedPaging(True);
     499            fRc = fRc and oSession.enableVirtExX86(True);
     500            fRc = fRc and oSession.enableNestedPagingX86(True);
    501501
    502502            # Make sure controllers are disabled initially.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette