[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] HVM SMBIOS v2 1/5
[HVM] Add attributes to hvm_info_table struct needed for SMBIOS tables. Signed-off-by: Andrew D. Ball <aball@xxxxxxxxxx> 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__ */ Attachment:
smbios_1-hvm_info_table.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |