Re: [libvirt] [PATCH v2 01/11] Add new virDomainDefineXMLFlags public API

2015-01-12 Thread Jiri Denemark
On Thu, Jan 08, 2015 at 15:48:12 +, Daniel Berrange wrote: > The virDomainDefineXML method is one of the few that still lacks > an 'unsigned int flags' parameter. This will be needed for adding > XML validation to this API. virDomainCreateXML fortunately already > has flags. > --- > include/li

[libvirt] [PATCH v2 01/11] Add new virDomainDefineXMLFlags public API

2015-01-08 Thread Daniel P. Berrange
The virDomainDefineXML method is one of the few that still lacks an 'unsigned int flags' parameter. This will be needed for adding XML validation to this API. virDomainCreateXML fortunately already has flags. --- include/libvirt/libvirt-domain.h | 4 src/driver-hypervisor.h | 5 +++