All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] HVM SMBIOS v2 1/5
@ 2006-07-12 20:27 aball
  0 siblings, 0 replies; 2+ messages in thread
From: aball @ 2006-07-12 20:27 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

[HVM] Add attributes to hvm_info_table struct needed for SMBIOS tables.

Signed-off-by: Andrew D. Ball <aball@us.ibm.com>

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 #2: smbios_1-hvm_info_table.patch --]
[-- Type: text/x-patch, Size: 657 bytes --]

[HVM] Add attributes to hvm_info_table struct needed for SMBIOS tables.

Signed-off-by: Andrew D. Ball <aball@us.ibm.com>

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 #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] HVM SMBIOS v2 1/5
@ 2006-07-12 21:25 Andrew D. Ball
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew D. Ball @ 2006-07-12 21:25 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]

This patch adds data needed to fill in SMBIOS tables for HVM domU's to 
the hvm_info_table struct.


[-- Attachment #2: smbios_1-hvm_info_table.patch --]
[-- Type: text/plain, Size: 657 bytes --]

[HVM] Add attributes to hvm_info_table struct needed for SMBIOS tables.

Signed-off-by: Andrew D. Ball <aball@us.ibm.com>

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 #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-12 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-12 21:25 [PATCH] HVM SMBIOS v2 1/5 Andrew D. Ball
  -- strict thread matches above, loose matches on Subject: below --
2006-07-12 20:27 aball

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.