Re: [libvirt] [PATCH 0/8] Add XML validation to the APIs

2014-11-24 Thread Martin Kletzander
On Thu, Nov 20, 2014 at 01:43:29PM +, Daniel P. Berrange wrote: On Thu, Nov 20, 2014 at 12:02:12PM +0100, Martin Kletzander wrote: On Wed, Nov 19, 2014 at 12:51:22PM +, Daniel P. Berrange wrote: >On Wed, Nov 19, 2014 at 09:45:39AM +, Daniel P. Berrange wrote: >>On Wed, Nov 19, 2014 a

Re: [libvirt] [PATCH 0/8] Add XML validation to the APIs

2014-11-20 Thread Daniel P. Berrange
On Thu, Nov 20, 2014 at 12:02:12PM +0100, Martin Kletzander wrote: > On Wed, Nov 19, 2014 at 12:51:22PM +, Daniel P. Berrange wrote: > >On Wed, Nov 19, 2014 at 09:45:39AM +, Daniel P. Berrange wrote: > >>On Wed, Nov 19, 2014 at 08:23:22AM +0100, Martin Kletzander wrote: > >>> On Tue, Nov 18

Re: [libvirt] [PATCH 0/8] Add XML validation to the APIs

2014-11-20 Thread Daniel P. Berrange
On Thu, Nov 20, 2014 at 12:02:12PM +0100, Martin Kletzander wrote: > On Wed, Nov 19, 2014 at 12:51:22PM +, Daniel P. Berrange wrote: > >On Wed, Nov 19, 2014 at 09:45:39AM +, Daniel P. Berrange wrote: > >>On Wed, Nov 19, 2014 at 08:23:22AM +0100, Martin Kletzander wrote: > >>> On Tue, Nov 18

Re: [libvirt] [PATCH 0/8] Add XML validation to the APIs

2014-11-20 Thread Martin Kletzander
On Wed, Nov 19, 2014 at 12:51:22PM +, Daniel P. Berrange wrote: On Wed, Nov 19, 2014 at 09:45:39AM +, Daniel P. Berrange wrote: On Wed, Nov 19, 2014 at 08:23:22AM +0100, Martin Kletzander wrote: > On Tue, Nov 18, 2014 at 05:59:47PM +, Daniel P. Berrange wrote: > >This proof of concep

Re: [libvirt] [PATCH 0/8] Add XML validation to the APIs

2014-11-19 Thread Daniel P. Berrange
On Wed, Nov 19, 2014 at 09:45:39AM +, Daniel P. Berrange wrote: > On Wed, Nov 19, 2014 at 08:23:22AM +0100, Martin Kletzander wrote: > > On Tue, Nov 18, 2014 at 05:59:47PM +, Daniel P. Berrange wrote: > > >This proof of concept patch extends the virDomainDefineXML > > >and virDomainCreateXM

Re: [libvirt] [PATCH 0/8] Add XML validation to the APIs

2014-11-19 Thread Daniel P. Berrange
On Wed, Nov 19, 2014 at 08:23:22AM +0100, Martin Kletzander wrote: > On Tue, Nov 18, 2014 at 05:59:47PM +, Daniel P. Berrange wrote: > >This proof of concept patch extends the virDomainDefineXML > >and virDomainCreateXML APIs so that they can validate > >the user supplied XML document against t

Re: [libvirt] [PATCH 0/8] Add XML validation to the APIs

2014-11-18 Thread Martin Kletzander
On Tue, Nov 18, 2014 at 05:59:47PM +, Daniel P. Berrange wrote: This proof of concept patch extends the virDomainDefineXML and virDomainCreateXML APIs so that they can validate the user supplied XML document against the RNG schemas. The virsh command will enable validation by default, it mus

[libvirt] [PATCH 0/8] Add XML validation to the APIs

2014-11-18 Thread Daniel P. Berrange
This proof of concept patch extends the virDomainDefineXML and virDomainCreateXML APIs so that they can validate the user supplied XML document against the RNG schemas. The virsh command will enable validation by default, it must be turned off with --skip-validation if desired. This series is not