Re: [libvirt] [PATCH 1/5] Public API to allow defining new domain using OVA file

2013-02-11 Thread Daniel P. Berrange
On Fri, Feb 08, 2013 at 05:26:24PM -0800, Ata Bohra wrote: > > > > > NACK, as I said with previous postings, this does not belong in > > libvirt APIs, it should be built as a layer above. > [AB]: Thanks for reviewing this Daniel. I completly understand the concern of > not making it part of l

Re: [libvirt] [PATCH 1/5] Public API to allow defining new domain using OVA file

2013-02-08 Thread Ata Bohra
> NACK, as I said with previous postings, this does not belong in > libvirt APIs, it should be built as a layer above. [AB]: Thanks for reviewing this Daniel. I completly understand the concern of not making it part of libvirt API, but as discussed in other thread (https://www.redhat.com/arc

Re: [libvirt] [PATCH 1/5] Public API to allow defining new domain using OVA file

2013-01-07 Thread Daniel P. Berrange
On Sat, Jan 05, 2013 at 11:33:51PM -0800, Ata E Husain Bohra wrote: > Appends a new API to libvirt public driver that supports > defining a new domain using OVA format. > > API expects following inputs: > 1. connection pointer. > 2. path to OVA package (single file format). > 3. Storage pool name

[libvirt] [PATCH 1/5] Public API to allow defining new domain using OVA file

2013-01-05 Thread Ata E Husain Bohra
Appends a new API to libvirt public driver that supports defining a new domain using OVA format. API expects following inputs: 1. connection pointer. 2. path to OVA package (single file format). 3. Storage pool name where new domain needs to be created. API returns pointers to newly created domai