VirtualBox

Ignore:
Timestamp:
Mar 13, 2023 11:40:51 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156266
Message:

ValidationKit: More work to get it running on arm64, bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r98648 r98929  
    188188                if sArch != 'amd64':
    189189                    sArch = 'x86';
     190        elif sArch in ('arm64', 'ARM64', 'aarch64')
     191            sArch = 'arm64';
    190192        else:
    191193            raise Exception('Unsupported architecture/machine "%s"' % (sArch,));
     
    216218    """
    217219    if sArch in ('x86', 'amd64', 'sparc32', 'sparc64', 's390', 's390x', 'ppc32', 'ppc64', \
    218                'mips32', 'mips64', 'ia64', 'hppa32', 'hppa64', 'arm', 'alpha'):
     220               'mips32', 'mips64', 'ia64', 'hppa32', 'hppa64', 'arm', 'arm64', 'alpha'):
    219221        return True;
    220222    return False;
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