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(
> > * 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
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
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