mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
vz: add argument xmlopt for virDomainDefCheckABIStability call
This commit is contained in:
parent
d975105c48
commit
06db9ff037
@ -872,7 +872,7 @@ vzDomainDefineXMLFlags(virConnectPtr conn, const char *xml, unsigned int flags)
|
||||
* So forbid this operation, if config is changed. If it's
|
||||
* not changed - just do nothing. */
|
||||
|
||||
if (!virDomainDefCheckABIStability(dom->def, def)) {
|
||||
if (!virDomainDefCheckABIStability(dom->def, def, driver->xmlopt)) {
|
||||
virReportError(VIR_ERR_ARGUMENT_UNSUPPORTED, "%s",
|
||||
_("Can't change domain configuration "
|
||||
"in managed save state"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user