Changeset 18995 in vbox
- Timestamp:
- Apr 17, 2009 2:39:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r18993 r18995 1409 1409 N_("Configuration error: Querying \"NumCPUs\" as integer failed")); 1410 1410 1411 #ifdef VBOX_WITH_SMP_GUESTS1412 1411 LogRel(("[SMP] BIOS with %u CPUs\n", pThis->cCpus)); 1413 #else1414 /** @todo: move this check up in configuration chain */1415 if (pThis->cCpus != 1)1416 {1417 LogRel(("WARNING: guest SMP not supported in this build, going UP\n"));1418 pThis->cCpus = 1;1419 }1420 #endif1421 1412 1422 1413 rc = CFGMR3QueryU8Def(pCfgHandle, "IOAPIC", &pThis->u8IOAPIC, 1);
Note:
See TracChangeset
for help on using the changeset viewer.