Re: [libvirt] [RFC PATCH 5/8] conf: Optionally keep domains with invalid XML

2015-10-13 Thread Michal Privoznik
On 22.09.2015 14:15, Martin Kletzander wrote: > Add new parameter to virDomainObjListLoadConfig() and > virDomainObjListLoadAllConfigs() that controls whether domains with > invalid XML (which could not be parsed) should be kept in order not to > lose track of them. For now, the parameter is set t

[libvirt] [RFC PATCH 5/8] conf: Optionally keep domains with invalid XML

2015-09-22 Thread Martin Kletzander
Add new parameter to virDomainObjListLoadConfig() and virDomainObjListLoadAllConfigs() that controls whether domains with invalid XML (which could not be parsed) should be kept in order not to lose track of them. For now, the parameter is set to false in all callers. Each driver can switch it to