From: "Andrew D. Ball" <aball@us.ibm.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] HVM SMBIOS v2 1/5
Date: Wed, 12 Jul 2006 17:25:00 -0400 [thread overview]
Message-ID: <44B568AC.4000704@us.ibm.com> (raw)
[-- 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
next reply other threads:[~2006-07-12 21:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-12 21:25 Andrew D. Ball [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-07-12 20:27 [PATCH] HVM SMBIOS v2 1/5 aball
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44B568AC.4000704@us.ibm.com \
--to=aball@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.