Add regression test for RHEL 5 Xen DomU HVM (aka full virtualization).
[virt-what.git] / tests / rhel5-xen-domU-hvm / sbin / dmidecode
1 #!/bin/sh -
2 # See https://bugzilla.redhat.com/show_bug.cgi?id=210295
3 cat <<'EOF'
4 # dmidecode 2.10
5 SMBIOS 2.4 present.
6 10 structures occupying 339 bytes.
7 Table at 0x000E901F.
8
9 Handle 0x0000, DMI type 0, 24 bytes
10 BIOS 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
21 Handle 0x0100, DMI type 1, 27 bytes
22 System 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
32 Handle 0x0300, DMI type 3, 13 bytes
33 Chassis 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
45 Handle 0x0401, DMI type 4, 26 bytes
46 Processor 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
60 Handle 0x1000, DMI type 16, 15 bytes
61 Physical 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
69 Handle 0x1100, DMI type 17, 21 bytes
70 Memory 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
83 Handle 0x1300, DMI type 19, 15 bytes
84 Memory 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
91 Handle 0x1400, DMI type 20, 19 bytes
92 Memory 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
100 Handle 0x2000, DMI type 32, 11 bytes
101 System Boot Information
102         Status: No errors detected
103
104 Handle 0x7F00, DMI type 127, 4 bytes
105 End Of Table
106
107 EOF