VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/vbox-standard.dsl@ 82781

Last change on this file since 82781 was 76553, checked in by vboxsync, 5 years ago

scm --update-copyright-year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.8 KB
Line 
1/* $Id: vbox-standard.dsl 76553 2019-01-01 01:45:53Z vboxsync $ */
2/** @file
3 * VirtualBox ACPI
4 */
5
6/*
7 * Copyright (C) 2006-2019 Oracle Corporation
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 */
17
18DefinitionBlock ("SSDT.aml", "SSDT", 1, "VBOX ", "VBOXCPUT", 2)
19{
20 // Processor object
21 // #1463: Showing the CPU can make the guest do bad things on it like SpeedStep.
22 // In this case, XP SP2 contains this buggy Intelppm.sys driver which wants to mess
23 // with SpeedStep if it finds a CPU object and when it finds out that it can't, it
24 // tries to unload and crashes (MS probably never tested this code path).
25 // So we enable this ACPI object only for certain guests, which do need it,
26 // if by accident Windows guest seen enabled CPU object, just boot from latest
27 // known good configuration, as it remembers state, even if ACPI object gets disabled.
28 Scope (\_PR)
29 {
30 Processor (CPU0, /* Name */
31 0x00, /* Id */
32 0x0, /* Processor IO ports range start */
33 0x0 /* Processor IO ports range length */
34 )
35 {
36 }
37
38 Processor (CPU1, /* Name */
39 0x01, /* Id */
40 0x0, /* Processor IO ports range start */
41 0x0 /* Processor IO ports range length */
42 )
43 {
44 }
45 Processor (CPU2, /* Name */
46 0x02, /* Id */
47 0x0, /* Processor IO ports range start */
48 0x0 /* Processor IO ports range length */
49 )
50 {
51 }
52 Processor (CPU3, /* Name */
53 0x03, /* Id */
54 0x0, /* Processor IO ports range start */
55 0x0 /* Processor IO ports range length */
56 )
57 {
58 }
59 Processor (CPU4, /* Name */
60 0x04, /* Id */
61 0x0, /* Processor IO ports range start */
62 0x0 /* Processor IO ports range length */
63 )
64 {
65 }
66 Processor (CPU5, /* Name */
67 0x05, /* Id */
68 0x0, /* Processor IO ports range start */
69 0x0 /* Processor IO ports range length */
70 )
71 {
72 }
73 Processor (CPU6, /* Name */
74 0x06, /* Id */
75 0x0, /* Processor IO ports range start */
76 0x0 /* Processor IO ports range length */
77 )
78 {
79 }
80 Processor (CPU7, /* Name */
81 0x07, /* Id */
82 0x0, /* Processor IO ports range start */
83 0x0 /* Processor IO ports range length */
84 )
85 {
86 }
87 Processor (CPU8, /* Name */
88 0x08, /* Id */
89 0x0, /* Processor IO ports range start */
90 0x0 /* Processor IO ports range length */
91 )
92 {
93 }
94 Processor (CPU9, /* Name */
95 0x09, /* Id */
96 0x0, /* Processor IO ports range start */
97 0x0 /* Processor IO ports range length */
98 )
99 {
100 }
101 Processor (CPUA, /* Name */
102 0x0a, /* Id */
103 0x0, /* Processor IO ports range start */
104 0x0 /* Processor IO ports range length */
105 )
106 {
107 }
108 Processor (CPUB, /* Name */
109 0x0b, /* Id */
110 0x0, /* Processor IO ports range start */
111 0x0 /* Processor IO ports range length */
112 )
113 {
114 }
115 Processor (CPUC, /* Name */
116 0x0c, /* Id */
117 0x0, /* Processor IO ports range start */
118 0x0 /* Processor IO ports range length */
119 )
120 {
121 }
122 Processor (CPUD, /* Name */
123 0x0d, /* Id */
124 0x0, /* Processor IO ports range start */
125 0x0 /* Processor IO ports range length */
126 )
127 {
128 }
129 Processor (CPUE, /* Name */
130 0x0e, /* Id */
131 0x0, /* Processor IO ports range start */
132 0x0 /* Processor IO ports range length */
133 )
134 {
135 }
136 Processor (CPUF, /* Name */
137 0x0f, /* Id */
138 0x0, /* Processor IO ports range start */
139 0x0 /* Processor IO ports range length */
140 )
141 {
142 }
143 Processor (CPUG, /* Name */
144 0x10, /* Id */
145 0x0, /* Processor IO ports range start */
146 0x0 /* Processor IO ports range length */
147 )
148 {
149 }
150 Processor (CPUH, /* Name */
151 0x11, /* Id */
152 0x0, /* Processor IO ports range start */
153 0x0 /* Processor IO ports range length */
154 )
155 {
156 }
157 Processor (CPUI, /* Name */
158 0x12, /* Id */
159 0x0, /* Processor IO ports range start */
160 0x0 /* Processor IO ports range length */
161 )
162 {
163 }
164 Processor (CPUJ, /* Name */
165 0x13, /* Id */
166 0x0, /* Processor IO ports range start */
167 0x0 /* Processor IO ports range length */
168 )
169 {
170 }
171 Processor (CPUK, /* Name */
172 0x14, /* Id */
173 0x0, /* Processor IO ports range start */
174 0x0 /* Processor IO ports range length */
175 )
176 {
177 }
178 Processor (CPUL, /* Name */
179 0x15, /* Id */
180 0x0, /* Processor IO ports range start */
181 0x0 /* Processor IO ports range length */
182 )
183 {
184 }
185 Processor (CPUM, /* Name */
186 0x16, /* Id */
187 0x0, /* Processor IO ports range start */
188 0x0 /* Processor IO ports range length */
189 )
190 {
191 }
192 Processor (CPUN, /* Name */
193 0x17, /* Id */
194 0x0, /* Processor IO ports range start */
195 0x0 /* Processor IO ports range length */
196 )
197 {
198 }
199 Processor (CPUO, /* Name */
200 0x18, /* Id */
201 0x0, /* Processor IO ports range start */
202 0x0 /* Processor IO ports range length */
203 )
204 {
205 }
206 Processor (CPUP, /* Name */
207 0x19, /* Id */
208 0x0, /* Processor IO ports range start */
209 0x0 /* Processor IO ports range length */
210 )
211 {
212 }
213 Processor (CPUQ, /* Name */
214 0x1a, /* Id */
215 0x0, /* Processor IO ports range start */
216 0x0 /* Processor IO ports range length */
217 )
218 {
219 }
220 Processor (CPUR, /* Name */
221 0x1b, /* Id */
222 0x0, /* Processor IO ports range start */
223 0x0 /* Processor IO ports range length */
224 )
225 {
226 }
227 Processor (CPUS, /* Name */
228 0x1c, /* Id */
229 0x0, /* Processor IO ports range start */
230 0x0 /* Processor IO ports range length */
231 )
232 {
233 }
234 Processor (CPUT, /* Name */
235 0x1d, /* Id */
236 0x0, /* Processor IO ports range start */
237 0x0 /* Processor IO ports range length */
238 )
239 {
240 }
241 Processor (CPUU, /* Name */
242 0x1e, /* Id */
243 0x0, /* Processor IO ports range start */
244 0x0 /* Processor IO ports range length */
245 )
246 {
247 }
248 Processor (CPUV, /* Name */
249 0x1f, /* Id */
250 0x0, /* Processor IO ports range start */
251 0x0 /* Processor IO ports range length */
252 )
253 {
254 }
255 }
256}
257
258/*
259 * Local Variables:
260 * comment-start: "//"
261 * End:
262 */
263
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use