[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [SeaBIOS v3 PATCH] SMBIOS: Check for full tables & entr
From: |
Kevin O'Connor |
Subject: |
Re: [Qemu-devel] [SeaBIOS v3 PATCH] SMBIOS: Check for full tables & entry point in fw_cfg |
Date: |
Mon, 14 Apr 2014 17:52:27 -0400 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Apr 14, 2014 at 03:30:14PM -0400, Gabriel L. Somlo wrote:
> Check fw_cfg for the presence of a complete 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 our own copies locally.
>
> We ensure the presence of a type 0 (bios information) structure
> by generating one locally if necessary, which is expected to be
> the common case.
Thanks. Looks good to me.
-Kevin