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