Changeset 19787 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 18, 2009 1:39:26 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47423
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r19744 r19787 2250 2250 2251 2251 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\"")); 2252 2257 2253 2258 /*
Note:
See TracChangeset
for help on using the changeset viewer.