From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2435AC73C53 for ; Tue, 9 Jul 2019 20:08:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F19912073D for ; Tue, 9 Jul 2019 20:08:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=eng.ucsd.edu header.i=@eng.ucsd.edu header.b="PUJkz0FB" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729642AbfGIUIV (ORCPT ); Tue, 9 Jul 2019 16:08:21 -0400 Received: from mail-lf1-f65.google.com ([209.85.167.65]:42683 "EHLO mail-lf1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729578AbfGIUIU (ORCPT ); Tue, 9 Jul 2019 16:08:20 -0400 Received: by mail-lf1-f65.google.com with SMTP id s19so13555225lfb.9 for ; Tue, 09 Jul 2019 13:08:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eng.ucsd.edu; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=nPhFlUg160YIM5+wm6v8cRWOklVUq1HxImS3+DfzTd0=; b=PUJkz0FBCQCSz7JsKk1v6RISYYb4uLBoN78kFvm+Iw2/PL2u3QbrMWBzJ5WcH35ASg PtcuiBqmuUQWk1966XcAi4amWzqXC9cE4jqn58nlqZtkcOKraYiVlCt4RZM3A2nCe3Of cypMt4nQ84B7R7rFT2pbAToU1gO9HIOXBtetk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=nPhFlUg160YIM5+wm6v8cRWOklVUq1HxImS3+DfzTd0=; b=qpSReOvj2lqfw54Z/ddv3VYVw2eHnDGpIyJR0dQFgnMGMT8PlQsiE8EuhG09w9JoFM pDvLDwu3lOjrcA24itKN1yU70Av62lhS5JKyTtk6zfmlMnSVcRsxsXEucW57Z6EEU962 YhRVKLxi4YSUAMvR+GhoxmUpF/hDlhIHHpe7BIfbruoRuTjsguPkm9aNPwzKZf8gcVmc G7aIic3R4K9dRM6ylNLMbT1C/o5l4drB4g6QrXmTcprLpE1IVkXp2Z/8Mf12sUCb2ZUR mbgZ2K5l4mo1TTiOfuSBJ954Gk3HxQbAIIYVhHM04mNVrgJZUSRmuioKrXHuViBzI7tu NyBg== X-Gm-Message-State: APjAAAVCA2jjCFzuuQFG/84r4xSgXcvSlrvxSHj2eiGQib807/z+RWXR K09L+75K/H8Jya77bv9R1axh3KZijArlYg== X-Google-Smtp-Source: APXvYqzNSk+qmgC/RcZPrqM4OfhOxlepPwzhf81+ba0k0BKPTZvqF+t+RraLwhsiS85v4y43wTqFMg== X-Received: by 2002:ac2:5336:: with SMTP id f22mr12185607lfh.180.1562702898776; Tue, 09 Jul 2019 13:08:18 -0700 (PDT) Received: from luke-XPS-13.home (159-205-76-204.adsl.inetia.pl. [159.205.76.204]) by smtp.gmail.com with ESMTPSA id f1sm4489ljk.86.2019.07.09.13.08.17 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 09 Jul 2019 13:08:18 -0700 (PDT) From: Luke Nowakowski-Krijger X-Google-Original-From: Luke Nowakowski-Krijger To: linux-kernel-mentees@lists.linuxfoundation.org Cc: Luke Nowakowski-Krijger , pbonzini@redhat.com, rkrcmar@redhat.com, corbet@lwn.net, kvm@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 3/3] Documentation: virtual: Add toctree hooks Date: Tue, 9 Jul 2019 13:07:21 -0700 Message-Id: <20190709200721.16991-4-lnowakow@neg.ucsd.edu> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190709200721.16991-1-lnowakow@neg.ucsd.edu> References: <20190709200721.16991-1-lnowakow@neg.ucsd.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org From: Luke Nowakowski-Krijger Added toctree hooks for indexing. Hooks added only for newly added files. The hook for the top of the tree will be added in a later patch series when a few more substantial changes have been added. Signed-off-by: Luke Nowakowski-Krijger --- Changes since v2: - Removed vcpu-request from hooks that was added in v1 Changes since v1: + Added index.rst file in virtual directory + Added index.rst file in virtual/kvm directory Documentation/virtual/index.rst | 18 ++++++++++++++++++ Documentation/virtual/kvm/index.rst | 11 +++++++++++ 2 files changed, 29 insertions(+) create mode 100644 Documentation/virtual/index.rst create mode 100644 Documentation/virtual/kvm/index.rst diff --git a/Documentation/virtual/index.rst b/Documentation/virtual/index.rst new file mode 100644 index 000000000000..19c9fa2266f4 --- /dev/null +++ b/Documentation/virtual/index.rst @@ -0,0 +1,18 @@ +.. SPDX-License-Identifier: GPL-2.0 + +=========================== +Linux Virtual Documentation +=========================== + +.. toctree:: + :maxdepth: 2 + + kvm/index + paravirt_ops + +.. only:: html and subproject + + Indices + ======= + + * :ref:`genindex` diff --git a/Documentation/virtual/kvm/index.rst b/Documentation/virtual/kvm/index.rst new file mode 100644 index 000000000000..0b206a06f5be --- /dev/null +++ b/Documentation/virtual/kvm/index.rst @@ -0,0 +1,11 @@ +.. SPDX-License-Identifier: GPL-2.0 + +=== +KVM +=== + +.. toctree:: + :maxdepth: 2 + + amd-memory-encryption + cpuid -- 2.20.1