VirtualBox

Changeset 36837 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Apr 25, 2011 8:41:44 AM (14 years ago)
Author:
vboxsync
Message:

HPET: cleanup, ICH9-specific HPET behavior

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r36703 r36837  
    10721072            InsertConfigNode(pDev,     "0", &pInst);
    10731073            InsertConfigInteger(pInst, "Trusted",   1); /* boolean */
     1074            InsertConfigNode(pInst,    "Config", &pCfg);
     1075            InsertConfigInteger(pCfg,  "ICH9", (chipsetType == ChipsetType_ICH9) ? 1 : 0);  /* boolean */
    10741076        }
    10751077
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