提交 06db9ff0 编写于 作者: M Mikhail Feoktistov 提交者: Maxim Nestratov

vz: add argument xmlopt for virDomainDefCheckABIStability call

上级 d975105c
...@@ -872,7 +872,7 @@ vzDomainDefineXMLFlags(virConnectPtr conn, const char *xml, unsigned int flags) ...@@ -872,7 +872,7 @@ vzDomainDefineXMLFlags(virConnectPtr conn, const char *xml, unsigned int flags)
* So forbid this operation, if config is changed. If it's * So forbid this operation, if config is changed. If it's
* not changed - just do nothing. */ * not changed - just do nothing. */
if (!virDomainDefCheckABIStability(dom->def, def)) { if (!virDomainDefCheckABIStability(dom->def, def, driver->xmlopt)) {
virReportError(VIR_ERR_ARGUMENT_UNSUPPORTED, "%s", virReportError(VIR_ERR_ARGUMENT_UNSUPPORTED, "%s",
_("Can't change domain configuration " _("Can't change domain configuration "
"in managed save state")); "in managed save state"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册