From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8jJT-0003zT-Uf for qemu-devel@nongnu.org; Tue, 17 Jun 2008 18:06:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8jJQ-0003xE-KH for qemu-devel@nongnu.org; Tue, 17 Jun 2008 18:06:02 -0400 Received: from [199.232.76.173] (port=50458 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8jJQ-0003x0-GF for qemu-devel@nongnu.org; Tue, 17 Jun 2008 18:06:00 -0400 Received: from relay3-v.mail.gandi.net ([217.70.178.77]:39549) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8jJQ-0000Hf-9W for qemu-devel@nongnu.org; Tue, 17 Jun 2008 18:06:00 -0400 Received: from localhost (mfilter6-v.gandi.net [217.70.178.40]) by relay3-v.mail.gandi.net (Postfix) with ESMTP id 71AAAB9FF for ; Wed, 18 Jun 2008 00:05:58 +0200 (CEST) Received: from relay3-v.mail.gandi.net ([217.70.178.77]) by localhost (mfilter6-v.mgt.gandi.net [217.70.178.40]) (amavisd-new, port 10024) with ESMTP id rDQBsWRdC5UH for ; Wed, 18 Jun 2008 00:05:56 +0200 (CEST) Received: from [84.99.204.251] (251.204.99-84.rev.gaoland.net [84.99.204.251]) by relay3-v.mail.gandi.net (Postfix) with ESMTP id 0988CBA19 for ; Wed, 18 Jun 2008 00:05:56 +0200 (CEST) Message-ID: <48583502.6090803@bellard.org> Date: Wed, 18 Jun 2008 00:04:50 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RESEND PATCH v3 0/5] Add UUID support. References: <20080616130135.24174.93474.stgit@gleb-debian.qumranet.com.qumra net.com> In-Reply-To: <20080616130135.24174.93474.stgit@gleb-debian.qumranet.com.qumra net.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Gleb Natapov wrote: > There was no additional comments last time I sent this patch series and > it was not yet committed to the SVN. Resend it for review/inclusion. > > This is updated version of the patch series. The patch #5 checks libuuid > availability and uses it for UUID generation if present, but it is > optional so if people think that libvirt is a better place for UUID generation > just don't apply the last patch. I don't like this vmport "backdoor" and I would like to disable it by default, so I consider it is not the solution to pass the UUID information to the BIOS. BTW, what is the use of this UUID ? Fabrice.