From: Ross Philipson Date: Tue, 4 Aug 2009 17:19:36 +0000 (-0400) Subject: Added SMBIOS pt of table type 2. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=892c212cd89afbdd7fa4250010efcffa1c7fffd9;p=xenclient%2Ftoolstack.git Added SMBIOS pt of table type 2. Changes to be committed: modified: xenguest/smbios_decode.c --- diff --git a/xenguest/smbios_decode.c b/xenguest/smbios_decode.c index a8ea3e0..ac6f6d1 100644 --- a/xenguest/smbios_decode.c +++ b/xenguest/smbios_decode.c @@ -234,6 +234,7 @@ static int decode_smbios_structures(struct smstructs_info *smstructs, struct hvm switch (ptr[SMBIOS_STRUCT_TYPE]) { case SMBIOS_TYPE_BIOS_INF0: case SMBIOS_TYPE_SYSTEM_INFO: + case SMBIOS_TYPE_BASE_BOARD: case SMBIOS_TYPE_ENCLOSURE: case SMBIOS_TYPE_OEM_STRINGS: /* copy over the table - if we run out of room we will just take what we have */