[HVM] [XEN] Add attributes needed for HVM SMBIOS support to hvm_info_table.

Signed-off-by: Andrew D. Ball <aball@xxxxxxxxxx>

diff -r f91cc71173c5 xen/include/public/hvm/hvm_info_table.h
--- a/xen/include/public/hvm/hvm_info_table.h	Thu Jun 22 20:37:33 2006
+++ b/xen/include/public/hvm/hvm_info_table.h	Fri Jul  7 13:51:30 2006
@@ -19,6 +19,12 @@
     uint8_t     apic_enabled;
     uint8_t     pae_enabled;
     uint32_t    nr_vcpus;
+    uint8_t     smbios_enabled;
+    uint8_t     uuid[16]; /* xenstore UUID in /vm/ */
+    uint64_t    memsize; /* amount of pseudo-physical memory (MB) */
+    uint16_t    xen_major_version;
+    uint16_t    xen_minor_version;
+    char        xen_version[80];
 };
 
 #endif /* __XEN_PUBLIC_HVM_HVM_INFO_TABLE_H__ */