VirtualBox

Ignore:
Timestamp:
Jun 18, 2009 10:38:52 AM (15 years ago)
Author:
vboxsync
Message:

ACPI: fix problem with certain Windows ACPI impls (such as XP) mistreating CPU objects - make them all of the same size and control behavior entirely by patching

File:
1 edited

Legend:

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

    r20592 r20679  
    6868        return rc;
    6969
    70 #if 0
    71     /* Can clear CPU objects at all  here, if needed */
     70    /* Clear CPU objects at all, if needed */
    7271    bool fShowCpu;
    7372    rc = CFGMR3QueryBoolDef(pDevIns->pCfgHandle, "ShowCpu", &fShowCpu, false);
     
    7776    if (!fShowCpu)
    7877      cNumCpus = 0;
    79 #endif
    8078
    8179    /**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette