[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__ */