Add regression test for kvm with explicit -cpu core2duo option.
[virt-what.git] / tests / kvm-explicit-cpu / sbin / dmidecode
1 #!/bin/sh -
2 cat <<'EOF'
3 # dmidecode 2.11
4 SMBIOS 2.4 present.
5 10 structures occupying 263 bytes.
6 Table at 0x3FFFFEF0.
7
8 Handle 0x0000, DMI type 0, 24 bytes
9 BIOS Information
10         Vendor: Bochs
11         Version: Bochs
12         Release Date: 01/01/2007
13         Address: 0xE8000
14         Runtime Size: 96 kB
15         ROM Size: 64 kB
16         Characteristics:
17                 BIOS characteristics not supported
18                 Targeted content distribution is supported
19         BIOS Revision: 1.0
20
21 Handle 0x0100, DMI type 1, 27 bytes
22 System Information
23         Manufacturer: Bochs
24         Product Name: Bochs
25         Version: Not Specified
26         Serial Number: Not Specified
27         UUID: 799AE7CA-23A2-F622-C691-48FEEBCDDBE6
28         Wake-up Type: Power Switch
29         SKU Number: Not Specified
30         Family: Not Specified
31
32 Handle 0x0300, DMI type 3, 20 bytes
33 Chassis Information
34         Manufacturer: Bochs
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         OEM Information: 0x00000000
45         Height: Unspecified
46         Number Of Power Cords: Unspecified
47
48 Handle 0x0401, DMI type 4, 32 bytes
49 Processor Information
50         Socket Designation: CPU01
51         Type: Central Processor
52         Family: Other
53         Manufacturer: Bochs
54         ID: FB 06 00 00 FF FB 8B 0F
55         Version: Not Specified
56         Voltage: Unknown
57         External Clock: Unknown
58         Max Speed: 2000 MHz
59         Current Speed: 2000 MHz
60         Status: Populated, Enabled
61         Upgrade: Other
62         L1 Cache Handle: Not Provided
63         L2 Cache Handle: Not Provided
64         L3 Cache Handle: Not Provided
65
66 Handle 0x1000, DMI type 16, 15 bytes
67 Physical Memory Array
68         Location: Other
69         Use: System Memory
70         Error Correction Type: Multi-bit ECC
71         Maximum Capacity: 1 GB
72         Error Information Handle: Not Provided
73         Number Of Devices: 1
74
75 Handle 0x1100, DMI type 17, 21 bytes
76 Memory Device
77         Array Handle: 0x1000
78         Error Information Handle: 0x0000
79         Total Width: 64 bits
80         Data Width: 64 bits
81         Size: 1024 MB
82         Form Factor: DIMM
83         Set: None
84         Locator: DIMM 0
85         Bank Locator: Not Specified
86         Type: RAM
87         Type Detail: None
88
89 Handle 0x1300, DMI type 19, 15 bytes
90 Memory Array Mapped Address
91         Starting Address: 0x00000000000
92         Ending Address: 0x0003FFFFFFF
93         Range Size: 1 GB
94         Physical Array Handle: 0x1000
95         Partition Width: 1
96
97 Handle 0x1400, DMI type 20, 19 bytes
98 Memory Device Mapped Address
99         Starting Address: 0x00000000000
100         Ending Address: 0x0003FFFFFFF
101         Range Size: 1 GB
102         Physical Device Handle: 0x1100
103         Memory Array Mapped Address Handle: 0x1300
104         Partition Row Position: 1
105
106 Handle 0x2000, DMI type 32, 11 bytes
107 System Boot Information
108         Status: No errors detected
109
110 Handle 0x7F00, DMI type 127, 4 bytes
111 End Of Table
112
113 EOF