VirtualBox

Changeset 61750 in vbox


Ignore:
Timestamp:
Jun 17, 2016 2:59:05 PM (9 years ago)
Author:
vboxsync
Message:

ValidationKit: enable I/O-APIC if VCPUs > 1

File:
1 edited

Legend:

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

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