VirtualBox

Changeset 72373 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 29, 2018 9:10:49 AM (7 years ago)
Author:
vboxsync
Message:

ValidationKit/testdriver: log skipped nested hw.virt VM for debugging purposes.

File:
1 edited

Legend:

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

    r72368 r72373  
    932932        for oTestVm in self.aoTestVms:
    933933            if oTestVm.fNstHwVirt and not oTestDrv.isHostCpuAmd():
    934                 reporter.log2('Ignoring VM %s (Nested hardware-virtualization only supported on AMD CPUs).' % (oTestVm.sVmName,));
     934                reporter.log('Ignoring VM %s (Nested hardware-virtualization only supported on AMD CPUs).' % (oTestVm.sVmName,));
    935935                continue;
    936936            if oTestVm.fSkip and self.fIgnoreSkippedVm:
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