From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew D. Ball" Subject: [PATCH] HVM SMBIOS v2 0/5 Date: Wed, 12 Jul 2006 17:19:36 -0400 Message-ID: <44B56768.2060506@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org The following patches are a cleaned up version of the HVM SMBIOS patches I submitted last Friday. I apologize if these are posted twice -- the first time I tried to send them I didn't see them show up after 40 minutes... Differences include (1) SMBIOS is no longer optional for HVM domU's. (2) The refactoring I did of hvmloader wasn't really necessary, so I got rid of it. (3) The patches have been tested on changeset 10671:b20580cf7fc1bfe5119597bb5b576cdd020551d5 (4) The versions of strcpy() and strncpy() I wrote in util.c now behave properly: strncpy() pads the destination string with NULs until its size limit is reached and both strcpy() and strncpy() return the address of the destination string. Peace. Andrew