From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNhoF-0007nl-BM for qemu-devel@nongnu.org; Tue, 29 Jul 2008 01:31:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNhoE-0007ms-9J for qemu-devel@nongnu.org; Tue, 29 Jul 2008 01:31:42 -0400 Received: from [199.232.76.173] (port=50909 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNhoD-0007me-PZ for qemu-devel@nongnu.org; Tue, 29 Jul 2008 01:31:41 -0400 Received: from il.qumranet.com ([212.179.150.194]:52589) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNhoD-0003ZK-Da for qemu-devel@nongnu.org; Tue, 29 Jul 2008 01:31:41 -0400 Date: Tue, 29 Jul 2008 08:31:39 +0300 From: Gleb Natapov Message-ID: <20080729053139.GL3196@minantech.com> References: <488DC8B8.3060500@redhat.com> <488E16C8.4020708@codemonkey.ws> <20080728191802.GF23771@minantech.com> <488E2348.7000004@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <488E2348.7000004@codemonkey.ws> Subject: [Qemu-devel] Re: [PATCH 1/3]: vmware backdoor interface fix Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Chris Lalancette , qemu-devel@nongnu.org On Mon, Jul 28, 2008 at 02:51:36PM -0500, Anthony Liguori wrote: > But if we're going to support a -uuid option, then I don't want it to > only work with the backdoor interface. It should be plumbed through to > the SMBIOS tables because this is what users are going to expect. > This is exactly what's happening now. BOCHS BIOS adds UUID to SMBIOS table. You can see UUID that you provide on command line by running "dmidecode | grep UUID" in a Linux guest. If you worry that UUID backdoor is accessible from a guest then we can make it one shot i.e disable it after first query. > However, we should not be using the backdoor interface as a > communications mechanism between QEMU and the Bochs BIOS. > OK. What about applying these patches (I can resend them if needed): http://lists.gnu.org/archive/html/qemu-devel/2008-06/msg00443.html http://lists.gnu.org/archive/html/qemu-devel/2008-06/msg00444.html http://lists.gnu.org/archive/html/qemu-devel/2008-06/msg00446.html They add -uuid command line option, but don't plumb UUID into the BIOS. We will figure out later how to pass it there. -- Gleb.