Add detection of bhyve (FreeBSD hypervisor)
[virt-what.git] / tests / bhyve / sbin / dmidecode
1 #!/bin/sh -
2 cat <<'EOF'
3 # dmidecode 3.0
4 Getting SMBIOS data from sysfs.
5 SMBIOS 2.6 present.
6 12 structures occupying 562 bytes.
7 Table at 0x000F101F.
8
9 Handle 0x0001, DMI type 0, 24 bytes
10 BIOS Information
11         Vendor: BHYVE
12         Version: 1.00
13         Release Date: 03/14/2014
14         Address: 0xF0000
15         Runtime Size: 64 kB
16         ROM Size: 64 kB
17         Characteristics:
18                 ISA is supported
19                 PCI is supported
20                 BIOS shadowing is allowed
21                 Boot from CD is supported
22                 EDD is supported
23                 ACPI is supported
24                 BIOS boot specification is supported
25                 System is a virtual machine
26         BIOS Revision: 0.0
27
28 Handle 0x0002, DMI type 1, 27 bytes
29 System Information
30         Manufacturer:  
31         Product Name: BHYVE
32         Version: 1.0
33         Serial Number: None
34         UUID: 5420C3C9-6963-5F33-A700-11604F0FCDF2
35         Wake-up Type: Power Switch
36         SKU Number: None
37         Family:  
38
39 Handle 0x0003, DMI type 3, 18 bytes
40 Chassis Information
41         Manufacturer:  
42         Type: Unknown
43         Lock: Not Present
44         Version: 1.0
45         Serial Number: None
46         Asset Tag: None
47         Boot-up State: Safe
48         Power Supply State: Safe
49         Thermal State: Safe
50         Security Status: None
51         OEM Information: 0x00000000
52
53 Handle 0x0004, DMI type 4, 42 bytes
54 Processor Information
55         Socket Designation: CPU #0
56         Type: Central Processor
57         Family: Other
58         Manufacturer:  
59         ID: 00 00 00 00 00 00 00 00
60         Version:  
61         Voltage: Unknown
62         External Clock: Unknown
63         Max Speed: Unknown
64         Current Speed: Unknown
65         Status: Populated, Enabled
66         Upgrade: None
67         L1 Cache Handle: Not Provided
68         L2 Cache Handle: Not Provided
69         L3 Cache Handle: Not Provided
70         Serial Number: None
71         Asset Tag: None
72         Part Number: None
73         Characteristics:
74                 64-bit capable
75
76 Handle 0x0005, DMI type 4, 42 bytes
77 Processor Information
78         Socket Designation: CPU #1
79         Type: Central Processor
80         Family: Other
81         Manufacturer:  
82         ID: 00 00 00 00 00 00 00 00
83         Version:  
84         Voltage: Unknown
85         External Clock: Unknown
86         Max Speed: Unknown
87         Current Speed: Unknown
88         Status: Populated, Enabled
89         Upgrade: None
90         L1 Cache Handle: Not Provided
91         L2 Cache Handle: Not Provided
92         L3 Cache Handle: Not Provided
93         Serial Number: None
94         Asset Tag: None
95         Part Number: None
96         Characteristics:
97                 64-bit capable
98
99 Handle 0x0006, DMI type 4, 42 bytes
100 Processor Information
101         Socket Designation: CPU #2
102         Type: Central Processor
103         Family: Other
104         Manufacturer:  
105         ID: 00 00 00 00 00 00 00 00
106         Version:  
107         Voltage: Unknown
108         External Clock: Unknown
109         Max Speed: Unknown
110         Current Speed: Unknown
111         Status: Populated, Enabled
112         Upgrade: None
113         L1 Cache Handle: Not Provided
114         L2 Cache Handle: Not Provided
115         L3 Cache Handle: Not Provided
116         Serial Number: None
117         Asset Tag: None
118         Part Number: None
119         Characteristics:
120                 64-bit capable
121
122 Handle 0x0007, DMI type 4, 42 bytes
123 Processor Information
124         Socket Designation: CPU #3
125         Type: Central Processor
126         Family: Other
127         Manufacturer:  
128         ID: 00 00 00 00 00 00 00 00
129         Version:  
130         Voltage: Unknown
131         External Clock: Unknown
132         Max Speed: Unknown
133         Current Speed: Unknown
134         Status: Populated, Enabled
135         Upgrade: None
136         L1 Cache Handle: Not Provided
137         L2 Cache Handle: Not Provided
138         L3 Cache Handle: Not Provided
139         Serial Number: None
140         Asset Tag: None
141         Part Number: None
142         Characteristics:
143                 64-bit capable
144
145 Handle 0x0008, DMI type 16, 23 bytes
146 Physical Memory Array
147         Location: System Board Or Motherboard
148         Use: System Memory
149         Error Correction Type: None
150         Maximum Capacity: 2 GB
151         Error Information Handle: No Error
152         Number Of Devices: 1
153
154 Handle 0x0009, DMI type 17, 40 bytes
155 Memory Device
156         Array Handle: 0x0007
157         Error Information Handle: No Error
158         Total Width: 64 bits
159         Data Width: 64 bits
160         Size: 0 TB
161         Form Factor: Unknown
162         Set: None
163         Locator:  
164         Bank Locator:  
165         Type: Unknown
166         Type Detail: Unknown
167         Speed: Unknown
168         Manufacturer:  
169         Serial Number: None
170         Asset Tag: None
171         Part Number: None
172         Rank: Unknown
173         Configured Clock Speed: Unknown
174         Minimum Voltage: Unknown
175         Maximum Voltage: Unknown
176         Configured Voltage: Unknown
177
178 Handle 0x000A, DMI type 19, 31 bytes
179 Memory Array Mapped Address
180         Starting Address: 0x0000000000000000k
181         Ending Address: 0x0000000080000000k
182         Range Size: 2 GB
183         Physical Array Handle: 0x0007
184         Partition Width: 1
185
186 Handle 0x000B, DMI type 32, 11 bytes
187 System Boot Information
188         Status: No errors detected
189
190 Handle 0x000C, DMI type 127, 4 bytes
191 End Of Table
192
193 EOF