Changeset 4502 in vbox for trunk/src/VBox
- Timestamp:
- Sep 4, 2007 5:51:32 AM (17 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CFGM.cpp
r4071 r4502 768 768 rc = CFGMR3InsertString(pCfg, "FloppyDevice", ""); 769 769 UPDATERC(); 770 RTUUID Uuid; 771 RTUuidClear(&Uuid); 772 rc = CFGMR3InsertBytes(pCfg, "UUID", &Uuid, sizeof(Uuid)); 773 UPDATE_RC(); 770 774 /* Bios logo. */ 771 775 rc = CFGMR3InsertInteger(pCfg, "FadeIn", 1); -
trunk/src/VBox/VMM/testcase/tstAnimate.cpp
r4372 r4502 418 418 rc = CFGMR3InsertString(pCfg, "FloppyDevice", "i82078"); 419 419 rc = CFGMR3InsertInteger(pCfg, "IOAPIC", fIOAPIC); UPDATERC(); 420 UPDATERC(); 420 RTUUID Uuid; 421 RTUuidClear(&Uuid); 422 rc = CFGMR3InsertBytes(pCfg, "UUID", &Uuid, sizeof(Uuid)); UPDATE_RC(); 421 423 /* Bios logo. */ 422 424 rc = CFGMR3InsertInteger(pCfg, "FadeIn", 0);
Note:
See TracChangeset
for help on using the changeset viewer.