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=-3.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 18510C33CAC for ; Thu, 6 Feb 2020 15:57:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D9EC720838 for ; Thu, 6 Feb 2020 15:57:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="WPLPVAKs" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727548AbgBFP5u (ORCPT ); Thu, 6 Feb 2020 10:57:50 -0500 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:36289 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727138AbgBFP5u (ORCPT ); Thu, 6 Feb 2020 10:57:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581004669; 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: in-reply-to:in-reply-to:references:references; bh=M64chN0/OX0a1UohSwKHiZmjrUwcsKemKwqHXfLEkjg=; b=WPLPVAKstpumPeazkrQfFGcj89yNYY8gPOJE1XMX8b/+7MBtGVX/6ydu/jo3VQf/hnk1Q+ RN1xn5TKU7/FWCN+YCT54/sM6SX+3SFDKsdSQx/vCoth7GQXEBNHhYhsXbvI361ot3T8yZ F0JoCk73xaAqRxRdinZN73jUsJgos80= 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-341-QDGNm_00P1eT3hpTjRAqwA-1; Thu, 06 Feb 2020 10:57:46 -0500 X-MC-Unique: QDGNm_00P1eT3hpTjRAqwA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 49394101FC65; Thu, 6 Feb 2020 15:57:42 +0000 (UTC) Received: from gondolin (dhcp-192-195.str.redhat.com [10.33.192.195]) by smtp.corp.redhat.com (Postfix) with ESMTP id 11334100164D; Thu, 6 Feb 2020 15:57:40 +0000 (UTC) Date: Thu, 6 Feb 2020 16:57:38 +0100 From: Cornelia Huck To: Mauro Carvalho Chehab Cc: Linux Media Mailing List , Mauro Carvalho Chehab , Paolo Bonzini , Jonathan Corbet , kvm@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v2 14/27] docs: kvm: convert devices/vm.txt to ReST Message-ID: <20200206165738.6bd1471e.cohuck@redhat.com> In-Reply-To: References: Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Thu, 6 Feb 2020 15:50:11 +0100 Mauro Carvalho Chehab wrote: > - Use title markups; > - adjust indentation and add blank lines as needed; > - use :field: markups; > - Use cross-references; > - mark code blocks as such. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/virt/kvm/devices/index.rst | 1 + > .../virt/kvm/devices/{vm.txt => vm.rst} | 206 +++++++++++------- > 2 files changed, 127 insertions(+), 80 deletions(-) > rename Documentation/virt/kvm/devices/{vm.txt => vm.rst} (61%) Reviewed-by: Cornelia Huck