From patchwork Thu Apr 25 07:52:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Nakajima, Jun" X-Patchwork-Id: 2487441 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 7405F3FC64 for ; Thu, 25 Apr 2013 07:52:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756245Ab3DYHwO (ORCPT ); Thu, 25 Apr 2013 03:52:14 -0400 Received: from mail-ve0-f182.google.com ([209.85.128.182]:34970 "EHLO mail-ve0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755416Ab3DYHwN (ORCPT ); Thu, 25 Apr 2013 03:52:13 -0400 Received: by mail-ve0-f182.google.com with SMTP id da11so1141909veb.13 for ; Thu, 25 Apr 2013 00:52:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=b9tvl336LWHSQDO/7TwpYr/SKOI6DXMXaGt/1lft3pM=; b=MypgWeuzS8/doj35saU/w6ZzVunS4wR4Nf5RvqtsDCVUr+CPhl+jJPxMQUKKPBuD/g Lzm9/4fdPWC8laB0hDzKVYOnswdaf6UTcjzH+Ngua1Iic1GeHxU4q4uDeN38vh6qWBij NoPWC/k5WFrn4HiKwwbMe/BauVTrKlk9gmPwAgQ0x+kRfg9S0lvpHw1GOPaZnXyxltd/ axClAW9ttwL/RP6JuB+N3CA6kr5K18JOW9lK1LZk9bwZHj1RHVThwQcKIxaizlwkSq0P w07jk17h+9sk9q0otMBvQKbgoY9XLDoR1IaMfCCiIONFPZrd9dOKzYMX2bvMCfQJGKIX 8CxQ== MIME-Version: 1.0 X-Received: by 10.52.27.52 with SMTP id q20mr3139855vdg.16.1366876332892; Thu, 25 Apr 2013 00:52:12 -0700 (PDT) Received: by 10.58.64.196 with HTTP; Thu, 25 Apr 2013 00:52:12 -0700 (PDT) Date: Thu, 25 Apr 2013 00:52:12 -0700 Message-ID: Subject: [PATCH 09/12] Subject: [PATCH 09/10] nEPT: Documentation From: "Nakajima, Jun" To: "kvm@vger.kernel.org" X-Gm-Message-State: ALoCoQmCJJvzj5SGgNTKZZOkcFHDaf3RWHI59NROK65bDgCstqdTlSMT930AvshG42NszwCrG2sf Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Update the documentation to no longer say that nested EPT is not supported. Signed-off-by: Nadav Har'El Signed-off-by: Jun Nakajima modified: Documentation/virtual/kvm/nested-vmx.txt --- Documentation/virtual/kvm/nested-vmx.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Running nested VMX -- 1.8.2.1.610.g562af5b -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/virtual/kvm/nested-vmx.txt b/Documentation/virtual/kvm/nested-vmx.txt index 8ed937d..cdf7839 100644 --- a/Documentation/virtual/kvm/nested-vmx.txt +++ b/Documentation/virtual/kvm/nested-vmx.txt @@ -38,8 +38,8 @@ 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. +guest VMware server, are currently running in the lab, and will be sent as +follow-on patchsets.