qemu/kvm: dmidecode: look for 'KVM'
[virt-what.git] / tests / qemu-smbios-kvm / sbin / dmidecode
1 #!/bin/sh -
2 cat <<'EOF'
3 # dmidecode 3.0
4 Getting SMBIOS data from sysfs.
5 SMBIOS 3.0.0 present.
6 Table at 0x136650000.
7
8 Handle 0x0100, DMI type 1, 27 bytes
9 System Information
10         Manufacturer: QEMU
11         Product Name: KVM Virtual Machine
12         Version: 1.0
13         Serial Number: Not Specified
14         UUID: 6EB70381-DF9C-4407-B6AB-9FA4452117EA
15         Wake-up Type: Power Switch
16         SKU Number: Not Specified
17         Family: Red Hat Enterprise Linux
18
19 Handle 0x0300, DMI type 3, 21 bytes
20 Chassis Information
21         Manufacturer: QEMU
22         Type: Other
23         Lock: Not Present
24         Version: 1.0
25         Serial Number: Not Specified
26         Asset Tag: Not Specified
27         Boot-up State: Safe
28         Power Supply State: Safe
29         Thermal State: Safe
30         Security Status: Unknown
31         OEM Information: 0x00000000
32         Height: Unspecified
33         Number Of Power Cords: Unspecified
34         Contained Elements: 0
35
36 Handle 0x0400, DMI type 4, 42 bytes
37 Processor Information
38         Socket Designation: CPU 0
39         Type: Central Processor
40         Family: Other
41         Manufacturer: QEMU
42         ID: 00 00 00 00 00 00 00 00
43         Version: 1.0
44         Voltage: Unknown
45         External Clock: Unknown
46         Max Speed: 2000 MHz
47         Current Speed: 2000 MHz
48         Status: Populated, Enabled
49         Upgrade: Other
50         L1 Cache Handle: Not Provided
51         L2 Cache Handle: Not Provided
52         L3 Cache Handle: Not Provided
53         Serial Number: Not Specified
54         Asset Tag: Not Specified
55         Part Number: Not Specified
56         Core Count: 1
57         Core Enabled: 1
58         Thread Count: 1
59         Characteristics: None
60
61 Handle 0x0401, DMI type 4, 42 bytes
62 Processor Information
63         Socket Designation: CPU 1
64         Type: Central Processor
65         Family: Other
66         Manufacturer: QEMU
67         ID: 00 00 00 00 00 00 00 00
68         Version: 1.0
69         Voltage: Unknown
70         External Clock: Unknown
71         Max Speed: 2000 MHz
72         Current Speed: 2000 MHz
73         Status: Populated, Enabled
74         Upgrade: Other
75         L1 Cache Handle: Not Provided
76         L2 Cache Handle: Not Provided
77         L3 Cache Handle: Not Provided
78         Serial Number: Not Specified
79         Asset Tag: Not Specified
80         Part Number: Not Specified
81         Core Count: 1
82         Core Enabled: 1
83         Thread Count: 1
84         Characteristics: None
85
86 Handle 0x1000, DMI type 16, 23 bytes
87 Physical Memory Array
88         Location: Other
89         Use: System Memory
90         Error Correction Type: Multi-bit ECC
91         Maximum Capacity: 4 GB
92         Error Information Handle: Not Provided
93         Number Of Devices: 1
94
95 Handle 0x1100, DMI type 17, 40 bytes
96 Memory Device
97         Array Handle: 0x1000
98         Error Information Handle: Not Provided
99         Total Width: Unknown
100         Data Width: Unknown
101         Size: 4096 MB
102         Form Factor: DIMM
103         Set: None
104         Locator: DIMM 0
105         Bank Locator: Not Specified
106         Type: RAM
107         Type Detail: Other
108         Speed: Unknown
109         Manufacturer: QEMU
110         Serial Number: Not Specified
111         Asset Tag: Not Specified
112         Part Number: Not Specified
113         Rank: Unknown
114         Configured Clock Speed: Unknown
115         Minimum Voltage: Unknown
116         Maximum Voltage: Unknown
117         Configured Voltage: Unknown
118
119 Handle 0x2000, DMI type 32, 11 bytes
120 System Boot Information
121         Status: No errors detected
122
123 Handle 0x0000, DMI type 0, 24 bytes
124 BIOS Information
125         Vendor: EFI Development Kit II / OVMF
126         Version: 0.0.0
127         Release Date: 02/06/2015
128         Address: 0xE8000
129         Runtime Size: 96 kB
130         ROM Size: 64 kB
131         Characteristics:
132                 BIOS characteristics not supported
133                 Targeted content distribution is supported
134                 UEFI is supported
135                 System is a virtual machine
136         BIOS Revision: 0.0
137
138 Handle 0xFEFF, DMI type 127, 4 bytes
139 End Of Table
140
141 EOF