From patchwork Fri May 25 23:46:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liran Alon X-Patchwork-Id: 10428705 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9BA266038C for ; Fri, 25 May 2018 23:47:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6EB922982A for ; Fri, 25 May 2018 23:47:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4FC352982D; Fri, 25 May 2018 23:47:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 994DA2982A for ; Fri, 25 May 2018 23:47:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030735AbeEYXrn (ORCPT ); Fri, 25 May 2018 19:47:43 -0400 Received: from userp2120.oracle.com ([156.151.31.85]:60928 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030721AbeEYXrm (ORCPT ); Fri, 25 May 2018 19:47:42 -0400 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w4PNfOGm064774; Fri, 25 May 2018 23:47:29 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id; s=corp-2017-10-26; bh=gvSdTIw9OLeISx2KaTRPetxei5JFuvasMYBfdRsvxD8=; b=J+Z4KEUv+6z76PDU2ZBvrWv6Tf8H5R6/Z1ATqNPosTPJ9rQlsanpFj6GX630npVSDSok tgDgJ2Tn7BF7r3grRBGYL9U32JOAbJyYO3oE4fx9+Bxio+B10D4KkoMedh5ld56wzMwp wuzOH/HAT91b+Ru2aO/ATVMZ5S4HnTe/o5VTUc24hSe7HVx4ijJ/wn1IT8Qa3H3xBNBS NrsCLLUyflSD5f/z8M65xjbG8lFLvjIrl6lsIXtMry+AiPihN2dJeuUgqaBk+24MS3WX 8aFyb7tfgIUnxTCYa62bXkQj939vluHwR/IIItokyf0cQlsBmzbaeFIm8Wnulxi89S5n 0w== Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by userp2120.oracle.com with ESMTP id 2j6qk5rx80-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 25 May 2018 23:47:29 +0000 Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserv0021.oracle.com (8.14.4/8.14.4) with ESMTP id w4PNlS9O019229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 25 May 2018 23:47:28 GMT Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id w4PNlSKV026573; Fri, 25 May 2018 23:47:28 GMT Received: from liran-pc.Home (/79.180.225.188) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 25 May 2018 16:47:28 -0700 From: Liran Alon To: pbonzini@redhat.com, rkrcmar@redhat.com, kvm@vger.kernel.org Cc: Liran Alon Subject: [PATCH] KVM: docs: mmu: Fix link to NPT presentation from KVM Forum 2008 Date: Sat, 26 May 2018 02:46:54 +0300 Message-Id: <1527292014-10630-1-git-send-email-liran.alon@oracle.com> X-Mailer: git-send-email 1.9.1 X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8904 signatures=668700 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=807 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1805250241 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Liran Alon --- Documentation/virtual/kvm/mmu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/virtual/kvm/mmu.txt b/Documentation/virtual/kvm/mmu.txt index f50d45b1e967..4a81bcc96bd6 100644 --- a/Documentation/virtual/kvm/mmu.txt +++ b/Documentation/virtual/kvm/mmu.txt @@ -465,5 +465,5 @@ Further reading =============== - NPT presentation from KVM Forum 2008 - http://www.linux-kvm.org/wiki/images/c/c8/KvmForum2008%24kdf2008_21.pdf + http://www.linux-kvm.org/images/c/c8/KvmForum2008%24kdf2008_21.pdf