Re: [Libvir] OpenVZ driver enhancements

2007-08-24 Thread Daniel Veillard
On Thu, Aug 23, 2007 at 02:33:42PM +0530, Shuveb Hussain wrote: > Hi, > > I'm glad to make available patches for the OpenVZ driver that provide > the following features: Okay looking at those: -if (!memcmp(vm->vmdef->uuid, uuid, VIR_UUID_BUFLEN)) +if (!memcmp(vm->vmdef->uuid, u

[Libvir] OpenVZ driver enhancements

2007-08-23 Thread Shuveb Hussain
Hi, I'm glad to make available patches for the OpenVZ driver that provide the following features: * virDomainDefineXML - Defines an OpenVZ domain and does not start it. Takes XML description of the domain as input. * virDomainCreateLinux - Starts a domain based on the provided XML description. Th