• D
    parallels: create VMs and containers with sdk · 66d89199
    Dmitry Guryanov 提交于
    This patch replaces code, which creates domains by
    running prlctl command.
    
    prlsdkCreateVm/Ct will do prlsdkApplyConfig, because
    we send request to the server only once in this case.
    
    But prlsdkApplyConfig will be called also from
    parallelsDomainDefineXML function. There is no problem with
    it, parallelsDomainDefineXML will be refactored later.
    Signed-off-by: NDmitry Guryanov <dguryanov@parallels.com>
    66d89199
parallels_driver.c 25.9 KB