Skip to content

Commit 320f3f7

Browse files
mchehabbonzini
authored andcommitted
docs: kvm: Convert nested-vmx.txt to ReST format
This file is almost in ReST format. Just a small set of changes were needed: - Add markups for lists; - Add markups for a literal block; - Adjust whitespaces. While here, use the standard markup for the document title. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 037d1f9 commit 320f3f7

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

Documentation/virt/kvm/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ KVM
1515
locking
1616
mmu
1717
msr
18+
nested-vmx
1819
vcpu-requests
1920

2021
arm/index

Documentation/virt/kvm/nested-vmx.txt renamed to Documentation/virt/kvm/nested-vmx.rst

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
==========
14
Nested VMX
25
==========
36

@@ -41,9 +44,9 @@ No modifications are required to user space (qemu). However, qemu's default
4144
emulated CPU type (qemu64) does not list the "VMX" CPU feature, so it must be
4245
explicitly enabled, by giving qemu one of the following options:
4346

44-
-cpu host (emulated CPU has all features of the real CPU)
47+
- cpu host (emulated CPU has all features of the real CPU)
4548

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)
4750

4851

4952
ABIs
@@ -75,6 +78,8 @@ of this structure changes, this can break live migration across KVM versions.
7578
VMCS12_REVISION (from vmx.c) should be changed if struct vmcs12 or its inner
7679
struct shadow_vmcs is ever changed.
7780

81+
::
82+
7883
typedef u64 natural_width;
7984
struct __packed vmcs12 {
8085
/* According to the Intel spec, a VMCS region must start with
@@ -220,21 +225,21 @@ Authors
220225
-------
221226

222227
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
228233

229234
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
234239

235240
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

Comments
 (0)