VirtualBox

vbox的更動 62468 路徑 trunk/src/VBox/Main


忽略:
時間撮記:
2016-7-22 下午06:01:39 (8 年 以前)
作者:
vboxsync
訊息:

Main: scm

位置:
trunk/src/VBox/Main
檔案:
修改 10 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp

    r60760 r62468  
    25792579{
    25802580    Assert(m->pVirtualBox != NULL); /* Only called from VBoxSVC. */
    2581    
     2581
    25822582    /*
    25832583     * Get list of machines and their states.
  • trunk/src/VBox/Main/src-all/Global.cpp

    r61747 r62468  
    186186
    187187    { "Linux",   "Linux",             "Linux26_64",         "Linux 2.6 / 3.x / 4.x (64-bit)",
    188       VBOXOSTYPE_Linux26_x64,     VBOXOSHINT_64BIT | VBOXOSHINT_HWVIRTEX | VBOXOSHINT_IOAPIC | VBOXOSHINT_RTCUTC 
     188      VBOXOSTYPE_Linux26_x64,     VBOXOSHINT_64BIT | VBOXOSHINT_HWVIRTEX | VBOXOSHINT_IOAPIC | VBOXOSHINT_RTCUTC
    189189                                | VBOXOSHINT_USBTABLET | VBOXOSHINT_X2APIC,
    190190      1024,  16,  8 * _1G64, NetworkAdapterType_I82540EM, 0, StorageControllerType_PIIX4, StorageBus_IDE,
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r59578 r62468  
    759759        {
    760760            delete task;
    761             throw rc = setError(VBOX_E_OBJECT_NOT_FOUND, 
     761            throw rc = setError(VBOX_E_OBJECT_NOT_FOUND,
    762762                                tr("Could not create TaskOVF object for for writing out the OVF to disk"));
    763763        }
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r61686 r62468  
    17911791        data.llUSBDeviceFilters.push_back(f);
    17921792    }
    1793    
     1793
    17941794    return m->pUSBProxyService->i_saveSettings(data.llUSBDeviceSources);
    17951795#else
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r61190 r62468  
    24592459        initialized = true;
    24602460
    2461         return initialized;
     2461        return initialized;
    24622462    }
    24632463
  • trunk/src/VBox/Main/src-server/darwin/iokit.cpp

    r60160 r62468  
    10271027         * instances for the current device. Fortunately the IOUSBHostDevice instance contains a
    10281028         * "AppleUSBAlternateServiceRegistryID" which points to the legacy class instance for the same device.
    1029          * So just iterate over the list of IOUSBHostDevice instances and check whether the 
     1029         * So just iterate over the list of IOUSBHostDevice instances and check whether the
    10301030         * AppleUSBAlternateServiceRegistryID property matches with the legacy instance.
    10311031         *
  • trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp

    r60373 r62468  
    642642            if (RT_SUCCESS(rc))
    643643            {
    644                 rc = RTLinuxSysFsReadStrFile(szModel, sizeof(szModel), NULL, 
     644                rc = RTLinuxSysFsReadStrFile(szModel, sizeof(szModel), NULL,
    645645                                             "block/%s/device/model", mpcszName);
    646646                if (RT_SUCCESS(rc))
  • trunk/src/VBox/Main/src-server/win/HostPowerWin.cpp

    r61908 r62468  
    214214            PostQuitMessage(0);
    215215            return 0;
    216         } 
     216        }
    217217
    218218        default:
  • trunk/src/VBox/Main/src-server/win/VBoxComEvents.cpp

    r60764 r62468  
    6464        hr = ptinfo->GetDocumentation(pfd->memid, &fName, NULL, &hContext, NULL);
    6565        if (FAILED(hr))
    66         {
     66        {
    6767            ptinfo->ReleaseFuncDesc(pfd);
    6868            break;
    69         }
     69        }
    7070
    7171        /* We only allow firing event callbacks */
  • trunk/src/VBox/Main/testcase/tstVBoxMultipleVM.cpp

    r61205 r62468  
    4444
    4545/*********************************************************************************************************************************
    46 *   Global Variables & defs                                                                                                         *
     46*   Global Variables & defs                                                                                                      *
    4747*********************************************************************************************************************************/
    4848typedef std::vector<Bstr>       TMachinesList;
     
    200200    return rc;
    201201}
    202  
     202
    203203
    204204/**
     
    212212    size_t machinesCount = 0;
    213213    com::SafeIfaceArray<IMachine> machines;
    214    
     214
    215215    TST_COM_EXPR(pVBox->COMGETTER(Machines)(ComSafeArrayAsOutParam(machines)));
    216216
     
    251251    uint64_t percN = 0;
    252252
    253     // choose and fill pack of machines for test 
     253    // choose and fill pack of machines for test
    254254    tstGetMachinesList(pVBox, maxPackSize, machinesList);
    255255
     
    263263
    264264    // start all machines in pack
    265     for (TMachinesList::iterator it = machinesList.begin(); 
     265    for (TMachinesList::iterator it = machinesList.begin();
    266266         it != machinesList.end() && g_RunTest;
    267267         ++it)
     
    277277    }
    278278    // stop all machines in the pack
    279     for (TMachinesList::iterator it = machinesList.begin(); 
     279    for (TMachinesList::iterator it = machinesList.begin();
    280280         it != machinesList.end() && g_RunTest;
    281281         ++it)
     
    431431    AssertRCReturn(rc, rc);
    432432    AssertPtr(pArgs);
    433    
     433
    434434    while ((rc = RTGetOpt(&GetState, &ValueUnion)) != 0)
    435435    {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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