|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] interest SMBIOS on domU's
I have been using the entire table for some time, with specific
highlights for BIOS, System, Module and Chassis. These contain
relatively interesting information about system IDs, manufacturer,
version numbers, product name and so forth. This has been of use to
both management software, as well as to your own eyeballs when you're
trying to track something down to a particular machine. I've included a
sample of these items below (taken from an HVM domain0 on a Dell 380).
Clearly, much of this information is of use as applied to real hardware
and domain0, but there is probably an interesting subset for virtual
machines in domU. There's probably an interesting subset and
analog for domainU information. It will be interesting to see what you
propose doing for the domU visible DMI data. Do you intend to go as far
as to include slots, devices and ports ? Will you match what the
ACPI tables report ?
-b
<BIOS Type="0" Item="2" Handle="0x0">
<Vendor>Dell
Inc.
</Vendor>
<Version>A06</Version>
<ReleaseDate>01/09/2006<
/ReleaseDate>
</BIOS>
<System Type="1" Item="3" Handle="0x100">
<UUID>44:45:4c:4c:34:00:10:44:80:54:b5:c0:4f:4e:39:31</UUID>
<Manufacturer>Dell
Inc.
</Manufacturer>
<ProductName>Precision WorkStation 380 </ProductName>
<SerialNumber>54DTN91</SerialNumber>
</System>
<Module Type="2" Item="4" Handle="0x200">
<Manufacturer>Dell
Inc.
</Manufacturer>
<ProductName>0G9322</ProductName>
<Version> </Version>
<SerialNumber>..CN7082161EI00M.</SerialNumber>
</Module>
<Chassis Type="3" Item="5" Handle="0x300">
<Height>101U</Height>
<Manufacturer>Dell
Inc.
</Manufacturer>
<SerialNumber>54DTN91</SerialNumber>
<AssetTag> </AssetTag>
</Chassis>
</DMTF>
On 5/15/06, Andrew Ball <anball@xxxxxxxxx> wrote:
Is anyone else interested in SMBIOS tables for domU's? (These are the things that dmidecode reads -- they're often used by systems management software and occasionally used by drivers.)
I've been working on a patch for fully virtualized domU's for some
time now and am curious about who else might care about it and what types they think make sense.
A lot of the types make very little sense, like system chassis, but the system information one that contains the system UUID (universally
unique identifier) is crucial for supporting arbitrary OSes in HVM domU's for some systems management software. The idea is to correlate domU's with dom0's by UUID's of the domU's.
I'll try to send out the patches soon. I hope they're not too ugly to
stomach -- it's been difficult for me to make something like this elegant.
Thanks for your help! Andrew -- ======================= Andrew D. Ball anball@xxxxxxxxx
http://filebox.vt.edu/~anball1/ "Festina lente" $\approx$ "Make haste slowly" -- Caesar Augustus
_______________________________________________
Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|