diff options
author | Liran Alon <liran.alon@oracle.com> | 2018-05-26 14:21:26 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-06-01 13:18:28 -0400 |
commit | 71e9d9aeec7036ece9de8e51082f94d59c31be9a (patch) | |
tree | c5fe43022ecad22d6b67600d7bbf82c8a2c5f492 | |
parent | 7f4693b8bbcee73f05fdd45aea7cfd6a5e1d53c7 (diff) |
KVM: docs: nVMX: Remove known limitations as they do not exist now
We can document other "Known Limitations" but the ones currently
referenced don't hold anymore...
Signed-off-by: Liran Alon <liran.alon@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | Documentation/virtual/kvm/nested-vmx.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/virtual/kvm/nested-vmx.txt b/Documentation/virtual/kvm/nested-vmx.txt index 8ed937de1163..97eb1353e962 100644 --- a/Documentation/virtual/kvm/nested-vmx.txt +++ b/Documentation/virtual/kvm/nested-vmx.txt | |||
@@ -31,17 +31,6 @@ L0, the guest hypervisor, which we call L1, and its nested guest, which we | |||
31 | call L2. | 31 | call L2. |
32 | 32 | ||
33 | 33 | ||
34 | Known limitations | ||
35 | ----------------- | ||
36 | |||
37 | The current code supports running Linux guests under KVM guests. | ||
38 | Only 64-bit guest hypervisors are supported. | ||
39 | |||
40 | Additional patches for running Windows under guest KVM, and Linux under | ||
41 | guest VMware server, and support for nested EPT, are currently running in | ||
42 | the lab, and will be sent as follow-on patchsets. | ||
43 | |||
44 | |||
45 | Running nested VMX | 34 | Running nested VMX |
46 | ------------------ | 35 | ------------------ |
47 | 36 | ||