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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 D2E9BC3F2DA for ; Tue, 3 Mar 2020 13:59:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F76E22522 for ; Tue, 3 Mar 2020 13:59:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583243970; bh=s0m7dutvhHUxy0GagWG09NA7+534PrANWICiABloyXk=; h=From:Cc:Subject:Date:In-Reply-To:References:To:List-ID:From; b=ahABkyIn5u7gEhjP6z3Xc7jEeRLCljlE+PWxFm2tbDF4hSwir0RoJdAydeV9REAnh S3CToelQqjYs+B+hHJZaYr+/y9oR0qr0Fj2SqqrMYBYjaeBjQv1On38upSiQbr2Yf+ D5PDjhzGiCOdTZwwJPAnZ07xmunCHTLYc4NY+iTw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726898AbgCCN73 (ORCPT ); Tue, 3 Mar 2020 08:59:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:45346 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728037AbgCCN73 (ORCPT ); Tue, 3 Mar 2020 08:59:29 -0500 Received: from mail.kernel.org (ip-109-40-2-133.web.vodafone.de [109.40.2.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CA2692166E; Tue, 3 Mar 2020 13:59:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583243969; bh=s0m7dutvhHUxy0GagWG09NA7+534PrANWICiABloyXk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VHd1+Rd8iKbiniMJBzd3ZSrKtuo3VTCThxt/tGg4YtrBn8kgYQimTjGz6/kyZKI04 AovqYF4jNVqQyJIz8L6QNA6lPBPbX2IB6xEhMwhBJeGyWGuGvCf90jQKG1cpWF+bOH +1h5fL0iOcwtUR60JNM7RD+zJ4h7iN2bp0GF6LCI= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1j9850-001Ye9-MH; Tue, 03 Mar 2020 14:59:26 +0100 From: Mauro Carvalho Chehab Cc: Mauro Carvalho Chehab , Paolo Bonzini , Jonathan Corbet , kvm@vger.kernel.org, linux-doc@vger.kernel.org Subject: [PATCH v3 18/18] docs: kvm: get read of devices/README Date: Tue, 3 Mar 2020 14:59:25 +0100 Message-Id: <6e9c4aaf704cdc7b4e517122fb87cbe05f0ffd23.1583243827.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Add the information there inside devices/index.rst Signed-off-by: Mauro Carvalho Chehab --- Documentation/virt/kvm/devices/README | 1 - Documentation/virt/kvm/devices/index.rst | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 Documentation/virt/kvm/devices/README diff --git a/Documentation/virt/kvm/devices/README b/Documentation/virt/kvm/devices/README deleted file mode 100644 index 34a69834124a..000000000000 --- a/Documentation/virt/kvm/devices/README +++ /dev/null @@ -1 +0,0 @@ -This directory contains specific device bindings for KVM_CAP_DEVICE_CTRL. diff --git a/Documentation/virt/kvm/devices/index.rst b/Documentation/virt/kvm/devices/index.rst index 192cda7405c8..cbadafc0e36e 100644 --- a/Documentation/virt/kvm/devices/index.rst +++ b/Documentation/virt/kvm/devices/index.rst @@ -4,6 +4,9 @@ Devices ======= +The following documentation contains specific device bindings +for KVM_CAP_DEVICE_CTRL. + .. toctree:: :maxdepth: 2 -- 2.24.1