Re: [Libvir] [PATCH]0/3 OpenVZ driver : Some clean ups

2007-07-19 Thread Daniel Veillard
On Thu, Jul 19, 2007 at 09:01:36AM -0400, Daniel Veillard wrote: > On Thu, Jul 19, 2007 at 06:24:57PM +0530, Shuveb Hussain wrote: > > Hi, > > > > Here are some cleanups as per discussions on the list: > > > > Change log: > > * Make sure we are running on OpenVZ enebled kernel in the driver open(

Re: [Libvir] [PATCH]0/3 OpenVZ driver : Some clean ups

2007-07-19 Thread Shuveb Hussain
> > * Use generic UUID parsing rather than own and scanf() > > okay, I changed the generation function yesterday, using virUUIDGenerate() > if you noticed. > Hello Daniel, Yeah, thanks for that. :-) What I meant was that I removed a horrible looking scanf() and replaced it with the more flexi

Re: [Libvir] [PATCH]0/3 OpenVZ driver : Some clean ups

2007-07-19 Thread Daniel Veillard
On Thu, Jul 19, 2007 at 06:24:57PM +0530, Shuveb Hussain wrote: > Hi, > > Here are some cleanups as per discussions on the list: > > Change log: > * Make sure we are running on OpenVZ enebled kernel in the driver open() > method > * Some minor macro cleanups > * Use generic UUID parsing rather th

[Libvir] [PATCH]0/3 OpenVZ driver : Some clean ups

2007-07-19 Thread Shuveb Hussain
Hi, Here are some cleanups as per discussions on the list: Change log: * Make sure we are running on OpenVZ enebled kernel in the driver open() method * Some minor macro cleanups * Use generic UUID parsing rather than own and scanf() * Made private functions static * New files utils.[c,h] added t