|
| 1 | +.. SPDX-License-Identifier: GPL-2.0 |
| 2 | +
|
| 3 | +========== |
1 | 4 | Nested VMX
|
2 | 5 | ==========
|
3 | 6 |
|
@@ -41,9 +44,9 @@ No modifications are required to user space (qemu). However, qemu's default
|
41 | 44 | emulated CPU type (qemu64) does not list the "VMX" CPU feature, so it must be
|
42 | 45 | explicitly enabled, by giving qemu one of the following options:
|
43 | 46 |
|
44 |
| - -cpu host (emulated CPU has all features of the real CPU) |
| 47 | + - cpu host (emulated CPU has all features of the real CPU) |
45 | 48 |
|
46 |
| - -cpu qemu64,+vmx (add just the vmx feature to a named CPU type) |
| 49 | + - cpu qemu64,+vmx (add just the vmx feature to a named CPU type) |
47 | 50 |
|
48 | 51 |
|
49 | 52 | ABIs
|
@@ -75,6 +78,8 @@ of this structure changes, this can break live migration across KVM versions.
|
75 | 78 | VMCS12_REVISION (from vmx.c) should be changed if struct vmcs12 or its inner
|
76 | 79 | struct shadow_vmcs is ever changed.
|
77 | 80 |
|
| 81 | +:: |
| 82 | + |
78 | 83 | typedef u64 natural_width;
|
79 | 84 | struct __packed vmcs12 {
|
80 | 85 | /* According to the Intel spec, a VMCS region must start with
|
@@ -220,21 +225,21 @@ Authors
|
220 | 225 | -------
|
221 | 226 |
|
222 | 227 | These patches were written by:
|
223 |
| - Abel Gordon, abelg <at> il.ibm.com |
224 |
| - Nadav Har'El, nyh <at> il.ibm.com |
225 |
| - Orit Wasserman, oritw <at> il.ibm.com |
226 |
| - Ben-Ami Yassor, benami <at> il.ibm.com |
227 |
| - Muli Ben-Yehuda, muli <at> il.ibm.com |
| 228 | + - Abel Gordon, abelg <at> il.ibm.com |
| 229 | + - Nadav Har'El, nyh <at> il.ibm.com |
| 230 | + - Orit Wasserman, oritw <at> il.ibm.com |
| 231 | + - Ben-Ami Yassor, benami <at> il.ibm.com |
| 232 | + - Muli Ben-Yehuda, muli <at> il.ibm.com |
228 | 233 |
|
229 | 234 | With contributions by:
|
230 |
| - Anthony Liguori, aliguori <at> us.ibm.com |
231 |
| - Mike Day, mdday <at> us.ibm.com |
232 |
| - Michael Factor, factor <at> il.ibm.com |
233 |
| - Zvi Dubitzky, dubi <at> il.ibm.com |
| 235 | + - Anthony Liguori, aliguori <at> us.ibm.com |
| 236 | + - Mike Day, mdday <at> us.ibm.com |
| 237 | + - Michael Factor, factor <at> il.ibm.com |
| 238 | + - Zvi Dubitzky, dubi <at> il.ibm.com |
234 | 239 |
|
235 | 240 | And valuable reviews by:
|
236 |
| - Avi Kivity, avi <at> redhat.com |
237 |
| - Gleb Natapov, gleb <at> redhat.com |
238 |
| - Marcelo Tosatti, mtosatti <at> redhat.com |
239 |
| - Kevin Tian, kevin.tian <at> intel.com |
240 |
| - and others. |
| 241 | + - Avi Kivity, avi <at> redhat.com |
| 242 | + - Gleb Natapov, gleb <at> redhat.com |
| 243 | + - Marcelo Tosatti, mtosatti <at> redhat.com |
| 244 | + - Kevin Tian, kevin.tian <at> intel.com |
| 245 | + - and others. |
0 commit comments