1#!/bin/sh -
2# See https://bugzilla.redhat.com/show_bug.cgi?id=210295
3cat <<'EOF'
4# dmidecode 2.10
5SMBIOS 2.4 present.
610 structures occupying 339 bytes.
7Table at 0x000E901F.
8
9Handle 0x0000, DMI type 0, 24 bytes
10BIOS Information
11	Vendor: Xen
12	Version: 3.1.2-238.el5
13	Release Date: 11/24/2010
14	Address: 0xE8000
15	Runtime Size: 96 kB
16	ROM Size: 64 kB
17	Characteristics:
18		Targeted content distribution is supported
19	BIOS Revision: 3.1
20
21Handle 0x0100, DMI type 1, 27 bytes
22System Information
23	Manufacturer: Red Hat
24	Product Name: HVM domU
25	Version: 3.1.2-238.el5
26	Serial Number: 5ad07c4a-6de5-e601-46f2-afc24984a3c0
27	UUID: 5AD07C4A-6DE5-E601-46F2-AFC24984A3C0
28	Wake-up Type: Power Switch
29	SKU Number: Not Specified
30	Family: Red Hat Enterprise Linux
31
32Handle 0x0300, DMI type 3, 13 bytes
33Chassis Information
34	Manufacturer: Red Hat
35	Type: Other
36	Lock: Not Present
37	Version: Not Specified
38	Serial Number: Not Specified
39	Asset Tag: Not Specified
40	Boot-up State: Safe
41	Power Supply State: Safe
42	Thermal State: Safe
43	Security Status: Unknown
44
45Handle 0x0401, DMI type 4, 26 bytes
46Processor Information
47	Socket Designation: CPU 1
48	Type: Central Processor
49	Family: Other
50	Manufacturer: Intel
51	ID: F6 06 00 00 FF FB A9 8F
52	Version: Not Specified
53	Voltage: Unknown
54	External Clock: Unknown
55	Max Speed: 2000 MHz
56	Current Speed: 2000 MHz
57	Status: Populated, Enabled
58	Upgrade: Other
59
60Handle 0x1000, DMI type 16, 15 bytes
61Physical Memory Array
62	Location: Other
63	Use: System Memory
64	Error Correction Type: Multi-bit ECC
65	Maximum Capacity: 768 MB
66	Error Information Handle: Not Provided
67	Number Of Devices: 1
68
69Handle 0x1100, DMI type 17, 21 bytes
70Memory Device
71	Array Handle: 0x1000
72	Error Information Handle: 0x0000
73	Total Width: 64 bits
74	Data Width: 64 bits
75	Size: 768 MB
76	Form Factor: DIMM
77	Set: None
78	Locator: DIMM 1
79	Bank Locator: Not Specified
80	Type: RAM
81	Type Detail: None
82
83Handle 0x1300, DMI type 19, 15 bytes
84Memory Array Mapped Address
85	Starting Address: 0x00000000000
86	Ending Address: 0x0002FF003FF
87	Range Size: 785409 kB
88	Physical Array Handle: 0x1000
89	Partition Width: 0
90
91Handle 0x1400, DMI type 20, 19 bytes
92Memory Device Mapped Address
93	Starting Address: 0x00000000000
94	Ending Address: 0x0002FF003FF
95	Range Size: 785409 kB
96	Physical Device Handle: 0x1100
97	Memory Array Mapped Address Handle: 0x1300
98	Partition Row Position: 1
99
100Handle 0x2000, DMI type 32, 11 bytes
101System Boot Information
102	Status: No errors detected
103
104Handle 0x7F00, DMI type 127, 4 bytes
105End Of Table
106
107EOF
108