Re: [libvirt] [PATCHv2 1/5] libvirt: introduce domainCreateWithFlags API

2010-06-11 Thread Daniel P. Berrange
On Thu, Jun 10, 2010 at 12:21:19PM -0600, Eric Blake wrote: > Persistent domain creation needs the same features as transient > domains, but virDomainCreate lacks the flags argument present in > virDomainCreateXML. virDomainCreateFlags is already claimed as > a public enum, so we have to break con

[libvirt] [PATCHv2 1/5] libvirt: introduce domainCreateWithFlags API

2010-06-10 Thread Eric Blake
Persistent domain creation needs the same features as transient domains, but virDomainCreate lacks the flags argument present in virDomainCreateXML. virDomainCreateFlags is already claimed as a public enum, so we have to break convention and expose virDomainCreateWithFlags. * include/libvirt/libv