From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whg0x-0001H4-Sb for qemu-devel@nongnu.org; Tue, 06 May 2014 10:06:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Whg0r-0003Xi-OW for qemu-devel@nongnu.org; Tue, 06 May 2014 10:06:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whg0r-0003XX-DG for qemu-devel@nongnu.org; Tue, 06 May 2014 10:06:29 -0400 Message-ID: <5368EC61.5020904@redhat.com> Date: Tue, 06 May 2014 16:06:25 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <20140423190448.GG1630@ERROL.INI.CMU.EDU> <1399384635.25009.5.camel@nilsson.home.kraxel.org> In-Reply-To: <1399384635.25009.5.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [SeaBIOS v4 PATCH] SMBIOS: Check for aggregate tables & entry point in fw_cfg List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , "Gabriel L. Somlo" Cc: agraf@suse.de, seabios@seabios.org, qemu-devel@nongnu.org, armbru@redhat.com On 05/06/14 15:57, Gerd Hoffmann wrote: > On Mi, 2014-04-23 at 15:04 -0400, Gabriel L. Somlo wrote: >> Check fw_cfg for the presence of an aggregate set of smbios >> tables (etc/smbios/smbios-tables) and an entry point structure >> (etc/smbios/smbios-anchor), and, if found, use them instead of >> generating entries locally. >> >> We ensure the presence of a type 0 (bios information) structure >> by generating it locally if necessary, which is expected to be >> the common case. > > Qemu smbios patch series is merged upstream. > Pushed seabios patch too. Thank you all. OVMF client code is on my todo list. I guess I'll get there sometime. Laszlo