VirtualBox

Changeset 4502 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 4, 2007 5:51:32 AM (17 years ago)
Author:
vboxsync
Message:

The pc bios requires the UUID value now.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CFGM.cpp

    r4071 r4502  
    768768    rc = CFGMR3InsertString(pCfg,   "FloppyDevice",         "");
    769769    UPDATERC();
     770    RTUUID Uuid;
     771    RTUuidClear(&Uuid);
     772    rc = CFGMR3InsertBytes(pCfg,    "UUID", &Uuid, sizeof(Uuid));                   
     773    UPDATE_RC();
    770774    /* Bios logo. */
    771775    rc = CFGMR3InsertInteger(pCfg,  "FadeIn",               1);
  • trunk/src/VBox/VMM/testcase/tstAnimate.cpp

    r4372 r4502  
    418418    rc = CFGMR3InsertString(pCfg,   "FloppyDevice",         "i82078");
    419419    rc = CFGMR3InsertInteger(pCfg,  "IOAPIC", fIOAPIC);                         UPDATERC();
    420     UPDATERC();
     420    RTUUID Uuid;
     421    RTUuidClear(&Uuid);
     422    rc = CFGMR3InsertBytes(pCfg,    "UUID", &Uuid, sizeof(Uuid));               UPDATE_RC();
    421423    /* Bios logo. */
    422424    rc = CFGMR3InsertInteger(pCfg,  "FadeIn",               0);
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