Changeset 33600 in vbox
- Timestamp:
- Oct 29, 2010 11:36:19 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67211
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r33590 r33600 2122 2122 { 2123 2123 CHECK_ERROR(machine, COMSETTER(ChipsetType)(ChipsetType_ICH9)); 2124 BOOL fIoApic = FALSE; 2125 CHECK_ERROR(biosSettings, COMGETTER(IOAPICEnabled)(&fIoApic)); 2126 if (!fIoApic) 2127 { 2128 RTStrmPrintf(g_pStdErr, "*** I/O APIC must be enabled for ICH9, enabling. ***\n"); 2129 CHECK_ERROR(biosSettings, COMSETTER(IOAPICEnabled)(TRUE)); 2130 } 2124 2131 } 2125 2132 else
Note:
See TracChangeset
for help on using the changeset viewer.