提交 b7118623 编写于 作者: J Ján Tomko

qemu: forbid migration with an IOMMU device

https://bugzilla.redhat.com/show_bug.cgi?id=1433994
上级 26026810
......@@ -2359,6 +2359,12 @@ qemuMigrationIsAllowed(virQEMUDriverPtr driver,
_("migration with shmem device is not supported"));
return false;
}
if (vm->def->iommu) {
virReportError(VIR_ERR_OPERATION_INVALID, "%s",
_("migration with iommu device is not supported"));
return false;
}
}
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册