VirtualBox

Ignore:
Timestamp:
Jan 22, 2009 2:40:08 PM (16 years ago)
Author:
vboxsync
Message:

More device work

File:
1 edited

Legend:

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

    r16049 r16170  
    473473    fLpcEnabled = false;
    474474#endif
     475
     476    if (fLpcEnabled)
     477    {
     478        rc = CFGMR3InsertNode(pDevices, "lpc", &pDev);                       RC_CHECK();
     479        rc = CFGMR3InsertNode(pDev,     "0", &pInst);                        RC_CHECK();
     480        rc = CFGMR3InsertInteger(pInst, "Trusted",   1);     /* boolean */   RC_CHECK();
     481    }
    475482
    476483    /*
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