From patchwork Fri Apr 26 06:43:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Nakajima, Jun" X-Patchwork-Id: 2491111 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 D11083FC64 for ; Fri, 26 Apr 2013 06:44:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759496Ab3DZGoB (ORCPT ); Fri, 26 Apr 2013 02:44:01 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:44692 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754657Ab3DZGoA (ORCPT ); Fri, 26 Apr 2013 02:44:00 -0400 Received: by mail-pa0-f53.google.com with SMTP id bh4so2312569pad.40 for ; Thu, 25 Apr 2013 23:43:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=FklQPjDCScSstwzvEmH35SRsthNNrgQ1z/8L7HlyHXQ=; b=DtHoirTquRxWioMBUjZjnNCEk/u4YB3o6ZqUAlqWnE7SGm3hu2dCZ0txV1UsScl2Fj kws0GB0Cj8YE3P6SYPtdI8hL0ulBnmpjreVd6x6d/rybNydbXDRKlxQeUqbhP2qEOn/A 9w2XsTgF7FU3D3Geax6+SHpBddhS8WoT2KyVF+sHPNqz053xXAfJGnSG2O6lHQ27gyKA hUSfYMTyDcVRn9xdUemolwPMUABtA81wV2BX3l346PI3p7YuL/IkrhQm85xYH/X/HKiR 2y+O0tonyM9cFvkm5kWxHBNT5FWiRdG3hyiyMx84+sBzPUNI+dVbCV/132dR7PJlPlO3 ULHQ== X-Received: by 10.68.195.234 with SMTP id ih10mr43575935pbc.162.1366958639576; Thu, 25 Apr 2013 23:43:59 -0700 (PDT) Received: from localhost (c-98-207-34-191.hsd1.ca.comcast.net. [98.207.34.191]) by mx.google.com with ESMTPSA id ef4sm10416454pbd.38.2013.04.25.23.43.57 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 25 Apr 2013 23:43:58 -0700 (PDT) From: Jun Nakajima To: kvm@vger.kernel.org Subject: [PATCH 09/11] nEPT: Documentation Date: Thu, 25 Apr 2013 23:43:29 -0700 Message-Id: <1366958611-6935-9-git-send-email-jun.nakajima@intel.com> X-Mailer: git-send-email 1.8.2.1.610.g562af5b In-Reply-To: <1366958611-6935-8-git-send-email-jun.nakajima@intel.com> References: <1366958611-6935-1-git-send-email-jun.nakajima@intel.com> <1366958611-6935-2-git-send-email-jun.nakajima@intel.com> <1366958611-6935-3-git-send-email-jun.nakajima@intel.com> <1366958611-6935-4-git-send-email-jun.nakajima@intel.com> <1366958611-6935-5-git-send-email-jun.nakajima@intel.com> <1366958611-6935-6-git-send-email-jun.nakajima@intel.com> <1366958611-6935-7-git-send-email-jun.nakajima@intel.com> <1366958611-6935-8-git-send-email-jun.nakajima@intel.com> X-Gm-Message-State: ALoCoQnF79zeKf8KIBTR1Q/uaKoAQcOEOOMIuNhG4WDzh8oTEIvRUwZSmySvE+AKU5BWFnCWKLKv 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 Signed-off-by: Xinhao Xu --- Documentation/virtual/kvm/nested-vmx.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. Running nested VMX