From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: [PATCH]: xl: use libuuid to generate random UUID's Date: Thu, 05 Aug 2010 12:11:07 +0100 Message-ID: <4C5A9C4B.3040502@eu.citrix.com> References: <1280944162.18490.219.camel@qabil.uk.xensource.com> <4FA716B1526C7C4DB0375C6DADBC4EA37AD0596B2F@LONPMAILBOX01.citrite.net> <4C5A8216.6030607@eu.citrix.com> <201008051213.49800.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201008051213.49800.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger Cc: Ian Pratt , "xen-devel@lists.xensource.com" , Ian Jackson , "Gianni Tedesco (3P)" , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 05/08/10 11:13, Christoph Egger wrote: > I want to mention that Linux and NetBSD's uuid are different. > That's one of the reason the uuid type as been just an array of bytes (up to this patch). My reasoning was that anyone can use any libraries they want at the application-that-use-libxl level, and just need to feed the array of bytes with whatever has generated an uuid, be it a poor quality version or a good one. -- Vincent