From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew D. Ball" Subject: [PATCH] HVM SMBIOS v2 1/5 Date: Wed, 12 Jul 2006 17:25:00 -0400 Message-ID: <44B568AC.4000704@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080408080208020607050608" 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 This is a multi-part message in MIME format. --------------080408080208020607050608 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This patch adds data needed to fill in SMBIOS tables for HVM domU's to the hvm_info_table struct. --------------080408080208020607050608 Content-Type: text/plain; name="smbios_1-hvm_info_table.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="smbios_1-hvm_info_table.patch" [HVM] Add attributes to hvm_info_table struct needed for SMBIOS tables. Signed-off-by: Andrew D. Ball diff -r a1c2cede77c7 xen/include/public/hvm/hvm_info_table.h --- a/xen/include/public/hvm/hvm_info_table.h Mon Jul 10 14:01:49 2006 +++ b/xen/include/public/hvm/hvm_info_table.h Wed Jul 12 11:47:08 2006 @@ -19,6 +19,11 @@ uint8_t apic_enabled; uint8_t pae_enabled; uint32_t nr_vcpus; + uint8_t uuid[16]; + uint64_t memsize; /* MB */ + uint16_t xen_major_version; + uint16_t xen_minor_version; + char xen_version[80]; }; #endif /* __XEN_PUBLIC_HVM_HVM_INFO_TABLE_H__ */ --------------080408080208020607050608 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------080408080208020607050608--