if (qemuConnectAgent(driver, vm) < 0)
goto cleanup;
- VIR_DEBUG("Verifying and updating provided guest CPU");
- if (qemuProcessUpdateAndVerifyCPU(driver, vm, asyncJob) < 0)
- goto cleanup;
-
VIR_DEBUG("setting up hotpluggable cpus");
if (qemuDomainHasHotpluggableStartupVcpus(vm->def)) {
if (qemuDomainRefreshVcpuInfo(driver, vm, asyncJob, false) < 0)
qemuDomainVcpuPersistOrder(vm->def);
+ VIR_DEBUG("Verifying and updating provided guest CPU");
+ if (qemuProcessUpdateAndVerifyCPU(driver, vm, asyncJob) < 0)
+ goto cleanup;
+
VIR_DEBUG("Detecting IOThread PIDs");
if (qemuProcessDetectIOThreadPIDs(driver, vm, asyncJob) < 0)
goto cleanup;