VirtualBox

Changeset 19787 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 18, 2009 1:39:26 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47423
Message:

APIC: Current implementation is limited to 32 CPUs due to the use of 32 bits bitmasks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r19744 r19787  
    22502250
    22512251    Log(("APIC: cCpus=%d fR0Enabled=%RTbool fGCEnabled=%RTbool fIOAPIC=%RTbool\n", cCpus, fR0Enabled, fGCEnabled, fIOAPIC));
     2252
     2253    /* TODO: Current implementation is limited to 32 CPUs due to the use of 32 bits bitmasks. */
     2254    if (cCpus > 32)
     2255        return PDMDEV_SET_ERROR(pDevIns, rc,
     2256                                N_("Configuration error: Invalid value for \"NumCPUs\""));
    22522257
    22532258    /*
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