• M
    qemuProcessInit: Jump onto correct label in case of error · 9f26de12
    Michal Privoznik 提交于
    After eca76884 in case of error in qemuDomainSetPrivatePaths()
    in pretended start we jump to stop. I've changed this during
    review from 'cleanup' which turned out to be correct. Well, sort
    of. We can't call qemuProcessStop() as it decrements
    driver->nactive and we did not increment it. However, it calls
    virDomainObjRemoveTransientDef() which is basically the only
    function we need to call. So call that function and goto cleanup;
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    9f26de12
qemu_process.c 208.1 KB