From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ke5ex-0006tu-7s for qemu-devel@nongnu.org; Fri, 12 Sep 2008 06:13:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ke5eu-0006tO-Bj for qemu-devel@nongnu.org; Fri, 12 Sep 2008 06:13:50 -0400 Received: from [199.232.76.173] (port=44669 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ke5eu-0006tL-4N for qemu-devel@nongnu.org; Fri, 12 Sep 2008 06:13:48 -0400 Received: from il.qumranet.com ([212.179.150.194]:31058) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ke5eu-0005pq-D3 for qemu-devel@nongnu.org; Fri, 12 Sep 2008 06:13:48 -0400 Date: Fri, 12 Sep 2008 13:13:45 +0300 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH v6 4/8] Use libuuid if available. Message-ID: <20080912101345.GA621@minantech.com> References: <20080911132350.22719.29086.stgit@gleb-debian.qumranet.com.qumranet.com> <20080911132411.22719.18188.stgit@gleb-debian.qumranet.com.qumranet.com> <200809111505.01111.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809111505.01111.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On Thu, Sep 11, 2008 at 03:05:00PM +0100, Paul Brook wrote: > On Thursday 11 September 2008, Gleb Natapov wrote: > > If libuuid is available use it for UUID generation in case a user asks for > > it. > > I don't think this feature is worth the extra dependency. IMHO Generation of > UUIDs should be left to the management utility. Anyone invoking qemu manually > can trivially generate a UUID using commonly available tools (e.g. uuidgen). > > If we really must have this feature then you need to document it. > I don't think it's must. Lets ignore it for now. -- Gleb.