We don't really use it besides when starting up the VM so when
reconnecting this step is totally pointless.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Tested-by: Rohit Kumar <rohit.kumar3@nutanix.com>
if (qemuDomainPerfRestart(obj) < 0)
goto error;
- /* recreate the pflash storage sources */
- if (qemuDomainInitializePflashStorageSource(obj) < 0)
- goto error;
-
for (i = 0; i < obj->def->ndisks; i++) {
virDomainDiskDef *disk = obj->def->disks[i];