Re: [Libvir] [patch 3/3] Use libuuid to generate UUIDs

2007-02-26 Thread Daniel P. Berrange
On Mon, Feb 26, 2007 at 03:10:24PM +, Mark McLoughlin wrote: > On Mon, 2007-02-26 at 14:50 +, Daniel P. Berrange wrote: > > On Mon, Feb 26, 2007 at 02:28:30PM +, Mark McLoughlin wrote: > > > If libuuid from e2fsprogs is available, we use that to > > > generate UUIDs. > > > > On the one

Re: [Libvir] [patch 3/3] Use libuuid to generate UUIDs

2007-02-26 Thread Mark McLoughlin
On Mon, 2007-02-26 at 14:50 +, Daniel P. Berrange wrote: > On Mon, Feb 26, 2007 at 02:28:30PM +, Mark McLoughlin wrote: > > If libuuid from e2fsprogs is available, we use that to > > generate UUIDs. > > On the one hand I think its good to re-use existing libraries where > they fullfill our

Re: [Libvir] [patch 3/3] Use libuuid to generate UUIDs

2007-02-26 Thread Daniel P. Berrange
On Mon, Feb 26, 2007 at 02:28:30PM +, Mark McLoughlin wrote: > If libuuid from e2fsprogs is available, we use that to > generate UUIDs. On the one hand I think its good to re-use existing libraries where they fullfill our needs, but then we need to keep a built-in impl of UUID generator for no

[Libvir] [patch 3/3] Use libuuid to generate UUIDs

2007-02-26 Thread Mark McLoughlin
If libuuid from e2fsprogs is available, we use that to generate UUIDs. Signed-off-by: Mark McLoughlin <[EMAIL PROTECTED]> Index: libvirt/configure.in === --- libvirt.orig/configure.in +++ libvirt/configure.in @@ -189,6 +189,22 @@ dnl