From patchwork Tue Jan 28 14:00:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 11354337 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2686992A for ; Tue, 28 Jan 2020 14:01:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 067362468A for ; Tue, 28 Jan 2020 14:01:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580220060; bh=Mv8f/pliX+ocV47UnDmPvVenRZUxEIIXDtdMqeYs8qA=; h=From:To:Cc:Subject:Date:List-ID:From; b=vytwB+naDe9IkGfetVDkic4FixLCZVYQ3h+ZZCq/rM+k5TjyirmwBWjHu5YWGXEQm dQMPMTgrsDGhhkboZ4JJB6CYtcnhIlatmJJUwvsaBEr1vmkItOj65qAtlfOvAK2cGd HI+VGGkd3aBmvyf+XNNhRWfh19xdWohTDGaElFSU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727321AbgA1OAs (ORCPT ); Tue, 28 Jan 2020 09:00:48 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:59316 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727298AbgA1OAq (ORCPT ); Tue, 28 Jan 2020 09:00:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Sender:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=DXSED2YLe82h5LjexvdXkjf3Ix9TaTo2l6rYLelz1VU=; b=kB9R/0m6RyesZFlW3txEtEd1A olQ2YuBFW2vHq3owokfOnlDabx+GnkIsCH6lhxAL3Pwl5HKvRNZlEq2FWEKIq44o7uJO3+YFp7TK8 3xIxWcqxJz2IBeqs5C13Y/h715HeTOuJpXU3JDe7Xgb5r6WGMgdC7oVTCeam7LW8jWxsgvYBMGBVX tFBoIefn0BUhKdMT1QDKm+0CM6Qk+OcsL0gnbM56YnRo2ZnQicscNgcDiDDJTBIJkqXFbxCEDplQO YZbC0C7JpXcACqrITWycMHZIH1HjQmKmAd7IcmT7LGTj0VIzX+Vyi03n8AOjnflysoG8WxNeZmt/U U4byvpgWA==; Received: from [177.41.103.99] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1iwRQ5-0007ia-UW; Tue, 28 Jan 2020 14:00:45 +0000 Received: from mchehab by bombadil.infradead.org with local (Exim 4.92.3) (envelope-from ) id 1iwRPp-001BND-5V; Tue, 28 Jan 2020 15:00:29 +0100 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-um@lists.infradead.org, linux-doc@vger.kernel.org, Paolo Bonzini , kvm@vger.kernel.org, Jeff Dike , Richard Weinberger , Anton Ivanov , Jonathan Corbet Subject: [PATCH 00/27] docs: virt: convert text documents to ReST format Date: Tue, 28 Jan 2020 15:00:01 +0100 Message-Id: X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Manually convert the documentation under Documentation/virt to ReST, minimizing the usage of uneeded markups and preserving the documentation writer's style. PS.: Patches are against docs-next tree. Mauro Carvalho Chehab (27): docs: kvm: add arm/pvtime.rst to index.rst docs: virt: convert UML documentation to ReST docs: virt: user_mode_linux.rst: update compiling instructions docs: virt: user_mode_linux.rst: fix URL references docs: virt: convert halt-polling.txt to ReST format docs: virt: Convert msr.txt to ReST format docs: kvm: devices/arm-vgic-its.txt to ReST format docs: kvm: devices/arm-vgit-v3.txt to ReST docs: kvm: convert devices/arm-vgit.txt to ReST docs: kvm: convert devices/mpic.txt to ReST docs: kvm: convert devices/s390_flic.txt to ReST docs: kvm: convert devices/vcpu.txt to ReST docs: kvm: convert devices/vcpu.txt to ReST docs: kvm: convert devices/vm.txt to ReST docs: kvm: convert devices/xics.txt to ReST docs: kvm: convert devices/xive.txt to ReST docs: kvm: Convert api.txt to ReST format docs: kvm: convert arm/hyp-abi.txt to ReST docs: kvm: arm/psci.txt: convert to ReST docs: kvm: Convert hypercalls.txt to ReST format docs: kvm: Convert locking.txt to ReST format docs: kvm: Convert mmu.txt to ReST format docs: kvm: Convert nested-vmx.txt to ReST format docs: kvm: Convert ppc-pv.txt to ReST format docs: kvm: Convert s390-diag.txt to ReST format docs: kvm: Convert timekeeping.txt to ReST format docs: kvm: review-checklist.txt: rename to ReST Documentation/virt/index.rst | 1 + Documentation/virt/kvm/{api.txt => api.rst} | 3343 ++++++++++------- .../virt/kvm/arm/{hyp-abi.txt => hyp-abi.rst} | 26 +- Documentation/virt/kvm/arm/index.rst | 12 + .../virt/kvm/arm/{psci.txt => psci.rst} | 44 +- .../{arm-vgic-its.txt => arm-vgic-its.rst} | 104 +- .../{arm-vgic-v3.txt => arm-vgic-v3.rst} | 130 +- .../devices/{arm-vgic.txt => arm-vgic.rst} | 87 +- Documentation/virt/kvm/devices/index.rst | 19 + .../virt/kvm/devices/{mpic.txt => mpic.rst} | 9 +- .../devices/{s390_flic.txt => s390_flic.rst} | 68 +- Documentation/virt/kvm/devices/vcpu.rst | 112 + Documentation/virt/kvm/devices/vcpu.txt | 76 - .../virt/kvm/devices/{vfio.txt => vfio.rst} | 23 +- .../virt/kvm/devices/{vm.txt => vm.rst} | 204 +- .../virt/kvm/devices/{xics.txt => xics.rst} | 26 +- .../virt/kvm/devices/{xive.txt => xive.rst} | 146 +- .../{halt-polling.txt => halt-polling.rst} | 84 +- .../kvm/{hypercalls.txt => hypercalls.rst} | 127 +- Documentation/virt/kvm/index.rst | 16 + .../virt/kvm/{locking.txt => locking.rst} | 109 +- Documentation/virt/kvm/{mmu.txt => mmu.rst} | 60 +- Documentation/virt/kvm/{msr.txt => msr.rst} | 145 +- .../kvm/{nested-vmx.txt => nested-vmx.rst} | 35 +- .../virt/kvm/{ppc-pv.txt => ppc-pv.rst} | 24 +- ...iew-checklist.txt => review-checklist.rst} | 1 + .../virt/kvm/{s390-diag.txt => s390-diag.rst} | 11 +- .../kvm/{timekeeping.txt => timekeeping.rst} | 221 +- ...odeLinux-HOWTO.txt => user_mode_linux.rst} | 1812 ++++----- 29 files changed, 3954 insertions(+), 3121 deletions(-) rename Documentation/virt/kvm/{api.txt => api.rst} (71%) rename Documentation/virt/kvm/arm/{hyp-abi.txt => hyp-abi.rst} (80%) create mode 100644 Documentation/virt/kvm/arm/index.rst rename Documentation/virt/kvm/arm/{psci.txt => psci.rst} (61%) rename Documentation/virt/kvm/devices/{arm-vgic-its.txt => arm-vgic-its.rst} (71%) rename Documentation/virt/kvm/devices/{arm-vgic-v3.txt => arm-vgic-v3.rst} (77%) rename Documentation/virt/kvm/devices/{arm-vgic.txt => arm-vgic.rst} (66%) create mode 100644 Documentation/virt/kvm/devices/index.rst rename Documentation/virt/kvm/devices/{mpic.txt => mpic.rst} (92%) rename Documentation/virt/kvm/devices/{s390_flic.txt => s390_flic.rst} (88%) create mode 100644 Documentation/virt/kvm/devices/vcpu.rst delete mode 100644 Documentation/virt/kvm/devices/vcpu.txt rename Documentation/virt/kvm/devices/{vfio.txt => vfio.rst} (74%) rename Documentation/virt/kvm/devices/{vm.txt => vm.rst} (61%) rename Documentation/virt/kvm/devices/{xics.txt => xics.rst} (85%) rename Documentation/virt/kvm/devices/{xive.txt => xive.rst} (63%) rename Documentation/virt/kvm/{halt-polling.txt => halt-polling.rst} (64%) rename Documentation/virt/kvm/{hypercalls.txt => hypercalls.rst} (55%) rename Documentation/virt/kvm/{locking.txt => locking.rst} (79%) rename Documentation/virt/kvm/{mmu.txt => mmu.rst} (94%) rename Documentation/virt/kvm/{msr.txt => msr.rst} (75%) rename Documentation/virt/kvm/{nested-vmx.txt => nested-vmx.rst} (90%) rename Documentation/virt/kvm/{ppc-pv.txt => ppc-pv.rst} (91%) rename Documentation/virt/kvm/{review-checklist.txt => review-checklist.rst} (97%) rename Documentation/virt/kvm/{s390-diag.txt => s390-diag.rst} (91%) rename Documentation/virt/kvm/{timekeeping.txt => timekeeping.rst} (85%) rename Documentation/virt/uml/{UserModeLinux-HOWTO.txt => user_mode_linux.rst} (74%)