From patchwork Mon Mar 14 10:49:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kashyap Chamarthy X-Patchwork-Id: 12780022 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CA234C433F5 for ; Mon, 14 Mar 2022 10:51:58 +0000 (UTC) Received: from localhost ([::1]:44638 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nTiIv-00063w-Ku for qemu-devel@archiver.kernel.org; Mon, 14 Mar 2022 06:51:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36070) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTiH4-0004bP-WB for qemu-devel@nongnu.org; Mon, 14 Mar 2022 06:50:03 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:25080) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTiH1-0004O0-9g for qemu-devel@nongnu.org; Mon, 14 Mar 2022 06:50:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1647254997; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=9/B1O7//yUKVRvdvZmJxSPvGnas7D/J907/UTN/Maq4=; b=NJdnwUQaneoMj/GXg89E23ZNWMjYMWLUmfLgu+6BoXA1cWQkNtIXvYMFccI8irEVfw+5aM tj32C8sJUNec2GnjIUgJEwyw6breMntNLaJ0DNU/NBJ/NjcR6yYar2Nl/g98CAW3tAxBPz vh84kaZufqtPJGVDxuWiuAM9RX1VCak= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-215-j-ye0j3QOQS1xMl2Hf0olA-1; Mon, 14 Mar 2022 06:49:54 -0400 X-MC-Unique: j-ye0j3QOQS1xMl2Hf0olA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 771CF185A7B2; Mon, 14 Mar 2022 10:49:54 +0000 (UTC) Received: from localhost.localdomain (unknown [10.39.195.139]) by smtp.corp.redhat.com (Postfix) with ESMTP id 78ABA4050C65; Mon, 14 Mar 2022 10:49:52 +0000 (UTC) From: Kashyap Chamarthy To: qemu-devel@nongnu.org Subject: [PATCH v2 0/3] rSTify a few more docs; move them to QEMU Git Date: Mon, 14 Mar 2022 11:49:40 +0100 Message-Id: <20220314104943.513593-1-kchamart@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.11.54.2 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kchamart@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Received-SPF: pass client-ip=170.10.129.124; envelope-from=kchamart@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.082, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pbonzini@redhat.com, thuth@redhat.com, Kashyap Chamarthy , eblake@redhat.com, peter.maydell@linaro.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" This series rST-ifies: - security-process[1] - MailingLists[2] - GettingStartedDevelopers[3] The 'security-process' page is from the QEMU web and is moved to docs/devel/ in QEMU Git. This is based on Paolo's feedback here[4]. The next two docs are converted from the Wiki. [1] https://www.qemu.org/contribute/security-process [2] https://wiki.qemu.org/Contribute/MailingLists [3] https://wiki.qemu.org/Documentation/GettingStartedDevelopers [4] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.html Kashyap Chamarthy (3): docs: rSTify "security-process" page; move it to QEMU Git docs: rSTify MailingLists wiki; move it to QEMU Git docs: rSTify GettingStartedDevelopers wiki; move it to QEMU Git docs/devel/getting-started-developers.rst | 200 ++++++++++++++++++++++ docs/devel/index.rst | 3 + docs/devel/mailing-lists.rst | 53 ++++++ docs/devel/security-process.rst | 190 ++++++++++++++++++++ 4 files changed, 446 insertions(+) create mode 100644 docs/devel/getting-started-developers.rst create mode 100644 docs/devel/mailing-lists.rst create mode 100644 docs/devel/security-process.rst