diff mbox

KVM: docs: nVMX: Remove known limitations as they do not exist now

Message ID 1527358886-4044-1-git-send-email-liran.alon@oracle.com (mailing list archive)
State New, archived
Headers show

Commit Message

Liran Alon May 26, 2018, 6:21 p.m. UTC
We can document other "Known Limitations" but the ones currently
referenced don't hold anymore...

Signed-off-by: Liran Alon <liran.alon@oracle.com>
---
 Documentation/virtual/kvm/nested-vmx.txt | 11 -----------
 1 file changed, 11 deletions(-)

Comments

Paolo Bonzini May 29, 2018, 5:07 p.m. UTC | #1
On 26/05/2018 20:21, Liran Alon wrote:
> We can document other "Known Limitations" but the ones currently
> referenced don't hold anymore...
> 
> Signed-off-by: Liran Alon <liran.alon@oracle.com>
> ---
>  Documentation/virtual/kvm/nested-vmx.txt | 11 -----------
>  1 file changed, 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
>  call L2.
>  
>  
> -Known limitations
> ------------------
> -
> -The current code supports running Linux guests under KVM guests.
> -Only 64-bit guest hypervisors are supported.
> -
> -Additional patches for running Windows under guest KVM, and Linux under
> -guest VMware server, and support for nested EPT, are currently running in
> -the lab, and will be sent as follow-on patchsets.
> -
> -
>  Running nested VMX
>  ------------------
>  
> 

Queued, thanks.

Paolo
diff mbox

Patch

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
 call L2.
 
 
-Known limitations
------------------
-
-The current code supports running Linux guests under KVM guests.
-Only 64-bit guest hypervisors are supported.
-
-Additional patches for running Windows under guest KVM, and Linux under
-guest VMware server, and support for nested EPT, are currently running in
-the lab, and will be sent as follow-on patchsets.
-
-
 Running nested VMX
 ------------------