VirtualBox

Changeset 4496 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 3, 2007 1:26:46 PM (17 years ago)
Author:
vboxsync
Message:

pc bios

File:
1 edited

Legend:

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

    r4485 r4496  
    215215    rc = CFGMR3InsertString(pCfg,   "FloppyDevice",         "i82078");              RC_CHECK();
    216216    rc = CFGMR3InsertInteger(pCfg,  "IOAPIC",               fIOAPIC);               RC_CHECK();
    217 
    218     /*
    219      * Machine UUID.
    220      */
    221217    Guid uuid;
    222     hrc = pMachine->COMGETTER (Id)(uuid.asOutParam());                              H();
    223     rc = CFGMR3InsertBytes(pCfg,  "UUID", (void *)uuid.raw(), sizeof(RTUUID));      RC_CHECK();
     218    hrc = pMachine->COMGETTER(Id)(uuid.asOutParam());                               H();
     219    rc = CFGMR3InsertBytes(pCfg,    "UUID", (void *)uuid.raw(), sizeof(RTUUID));    RC_CHECK();
    224220
    225221    DeviceType_T bootDevice;
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