VirtualBox

Changeset 33600 in vbox


Ignore:
Timestamp:
Oct 29, 2010 11:36:19 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67211
Message:

VBoxManage: check if I/O APIC state is consistent with chipset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r33590 r33600  
    21222122                {
    21232123                    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                    }
    21242131                }
    21252132                else
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