VirtualBox

Changeset 103078 in vbox


Ignore:
Timestamp:
Jan 26, 2024 12:03:51 PM (13 months ago)
Author:
vboxsync
Message:

ValidationKit/vboxtestvms.py: Need to set the chipset type to armv8virtual for the OL 9.2 arm64 test VM or a debug build of VBoxSVC asserts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py

    r103047 r103078  
    21922192        #
    21932193        TestVm('tst-ol-9_2-arm64',          kfGrpStdSmoke,        sHd = '7.1/smoketests/ol-9_2-arm64-txs.vdi',
    2194                sKind = 'Oracle_arm64', acCpusSup = range(1, 33), sHddControllerType='VirtIO SCSI Controller',
    2195                sDvdControllerType = 'SATA Controller', sGraphicsControllerType = 'QemuRamFb', sPlatformArchitecture = 'ARM'),
     2194               sKind = 'Oracle_arm64', acCpusSup = range(1, 33), sChipsetType = 'armv8virtual', \
     2195               sHddControllerType='VirtIO SCSI Controller', sDvdControllerType = 'SATA Controller', \
     2196               sGraphicsControllerType = 'QemuRamFb', sPlatformArchitecture = 'ARM'),
    21962197    );
    21972198
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