VirtualBox

Changeset 4502 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Sep 4, 2007 5:51:32 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24110
Message:

The pc bios requires the UUID value now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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