From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2aQw-00079C-NU for qemu-devel@nongnu.org; Wed, 12 Dec 2007 17:52:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2aQt-000760-Ko for qemu-devel@nongnu.org; Wed, 12 Dec 2007 17:52:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2aQs-00075j-Vp for qemu-devel@nongnu.org; Wed, 12 Dec 2007 17:52:03 -0500 Received: from neuf-infra-smtp-out-sp604007av.neufgp.fr ([84.96.92.120]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2aQs-0008F3-K2 for qemu-devel@nongnu.org; Wed, 12 Dec 2007 17:52:02 -0500 Message-ID: <476065E1.9090209@bellard.org> Date: Wed, 12 Dec 2007 23:51:13 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2 of 3] Optionally link against libuuid if present References: <115f40a4994be1d5b44e.1197403732@localhost.localdomain> <5b31733c0712111319s2109e935o19c9d51d091a4056@mail.gmail.com> In-Reply-To: <5b31733c0712111319s2109e935o19c9d51d091a4056@mail.gmail.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 Filip Navara wrote: > Hi Ryan & others, > > now I have been holding a SMBIOS patch on my hard disk for way to long it > seems. I used a different approach from yours, so I decided to publish it > for review or further ideas. What I did was to modify the bochs bios to > produce the SMBIOS tables and I get the UUID using VMware backdoor port from > the virtual machine. > > Attached are just the changed files, creating a patch will take a while > because it's against VERY OLD version of the sources. > > Oh, it also contains ACPI patch for the processor descriptors which was > needed for some Windows versions and Darwin. Similar patch was used in KVM > before, but this one dynamically detects the number of CPUs. I strongly prefer your solution (Bochs BIOS) compared to modifying QEMU: I already spent a lot of time moving the ACPI tables and other stuff to the Bochs BIOS just for that ! Regards, Fabrice.