From patchwork Thu Feb 20 14:02:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kashyap Chamarthy X-Patchwork-Id: 1241441 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=CjFeDucZ; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 48Nbs312gnz9sPk for ; Fri, 21 Feb 2020 01:03:03 +1100 (AEDT) Received: from localhost ([::1]:42998 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4mPs-0004ri-QP for incoming@patchwork.ozlabs.org; Thu, 20 Feb 2020 09:03:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37353) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4mPN-0004rB-Me for qemu-devel@nongnu.org; Thu, 20 Feb 2020 09:02:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4mPH-0007pa-Hl for qemu-devel@nongnu.org; Thu, 20 Feb 2020 09:02:28 -0500 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:29871 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j4mPH-0007o2-8U for qemu-devel@nongnu.org; Thu, 20 Feb 2020 09:02:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582207342; 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=mx4QkjMViJIHpjJ3HoMltO2B0CkuQztUkopmCvDBqsY=; b=CjFeDucZpF74jhU/JGrNZpEBhG+Aj42AqRWgfznFWUXR/nHmqJyy5/zHOuHaH85AweCTod fODt0yOnhu4jrV5dIz4ywl2hhDz1vDjMc7s0tl03/U1ec45UXh9LEd5TuWSZ8SW5c5XPo4 BoEpX80slGe79NQGQNa4VuXvFFqsyDI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-32-hkgmfAaiPNWLpajpd-g7Pg-1; Thu, 20 Feb 2020 09:02:14 -0500 X-MC-Unique: hkgmfAaiPNWLpajpd-g7Pg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D71A1802562; Thu, 20 Feb 2020 14:02:13 +0000 (UTC) Received: from paraplu.localdomain (unknown [10.36.118.120]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5C18D5C114; Thu, 20 Feb 2020 14:02:12 +0000 (UTC) From: Kashyap Chamarthy To: kchamart@redhat.com, qemu-devel@nongnu.org Subject: [PATCH v3 0/2] qemu-cpu-models: Convert to rST; document other MSR bits Date: Thu, 20 Feb 2020 15:02:08 +0100 Message-Id: <20200220140210.14209-1-kchamart@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 205.139.110.120 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, berrange@redhat.com, ehabkost@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" In v3: - Address the comments from Peter Maydell, from here: https://lists.nongnu.org/archive/html/qemu-devel/2020-02/msg05155.html This small series does two things: (1) Convert the original qemu-cpu-models.texi to rST (2) In a separate patch, incorporate the additional new content from this: https://lists.nongnu.org/archive/html/qemu-devel/2020-01/msg06455.html ([PATCH v3] qemu-cpu-models: Document -noTSX, mds-no, taa-no, and tsx-ctrl) A Sphinx rendering of the converted doc is here: https://kashyapc.fedorapeople.org/QEMU_v4.2.0-1301-gb082353c5e_docs/system/qemu-cpu-models.html Kashyap Chamarthy (2): docs: Convert qemu-cpu-models.texi to rST qemu-cpu-models.rst: Document -noTSX, mds-no, taa-no, and tsx-ctrl MAINTAINERS | 2 +- Makefile | 10 +- docs/qemu-cpu-models.texi | 677 -------------------------------- docs/system/conf.py | 3 + docs/system/index.rst | 1 + docs/system/qemu-cpu-models.rst | 571 +++++++++++++++++++++++++++ qemu-doc.texi | 5 - 7 files changed, 581 insertions(+), 688 deletions(-) delete mode 100644 docs/qemu-cpu-models.texi create mode 100644 docs/system/qemu-cpu-models.rst