Re: [libvirt] [PATCH] conf: fix title and description for virDomainSetMetadata API

2019-03-08 Thread John Ferlan
On 2/27/19 10:01 AM, Pavel Hrdina wrote: > If we pass XML to virDomainDefineXML API with these two elements: > > ... > > > ... > > libvirt correctly ignores these two elements and they will not appear > in the parsed XML. > > However, if we use virDomainSetMetadata API and w

[libvirt] [PATCH] conf: fix title and description for virDomainSetMetadata API

2019-02-27 Thread Pavel Hrdina
If we pass XML to virDomainDefineXML API with these two elements: ... ... libvirt correctly ignores these two elements and they will not appear in the parsed XML. However, if we use virDomainSetMetadata API and with "" as value for title or description we will end up with the p