Re: [libvirt] [PATCH] qemuDomainSaveImageUpdateDef: Don't overwrite errors from virDomainDefCheckABIStability

2017-03-07 Thread John Ferlan
On 03/03/2017 04:55 AM, Michal Privoznik wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1379200 > > When we are restoring a domain from a saved image, or just > updating its XML in the saved image - we have to make sure that > the ABI guests sees will not change. We have a function for

[libvirt] [PATCH] qemuDomainSaveImageUpdateDef: Don't overwrite errors from virDomainDefCheckABIStability

2017-03-03 Thread Michal Privoznik
https://bugzilla.redhat.com/show_bug.cgi?id=1379200 When we are restoring a domain from a saved image, or just updating its XML in the saved image - we have to make sure that the ABI guests sees will not change. We have a function for that which reports errors. But for some reason if this