VirtualBox

Changeset 61752 in vbox


Ignore:
Timestamp:
Jun 17, 2016 3:23:27 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108140
Message:

ValidationKit: actually don't change I/O-APIC for cCpus = 1

File:
1 edited

Legend:

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

    r61750 r61752  
    323323                        fRc = fRc and oSession.enableNestedPaging(sVirtMode == 'hwvirt-np');
    324324                        fRc = fRc and oSession.setCpuCount(cCpus);
    325                         fRc = fRc and oSession.enableIoApic(cCpus > 1);
     325                        if cCpus > 1:
     326                            fRc = fRc and oSession.enableIoApic(true);
    326327
    327328                        if sParavirtMode is not None and oSession.fpApiVer >= 5.0:
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