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 4168DC3F68F for ; Thu, 6 Feb 2020 15:54:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 09ABB217BA for ; Thu, 6 Feb 2020 15:54:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="azF9/fhC" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727550AbgBFPyj (ORCPT ); Thu, 6 Feb 2020 10:54:39 -0500 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:37235 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727389AbgBFPyi (ORCPT ); Thu, 6 Feb 2020 10:54:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581004477; 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=ciQt4hN0wl1qHYzD18uw6MsOEFU9EprkzhmTJib+6UY=; b=azF9/fhCZuRLy1Ev6VN8YCgaQJBtvcw512zmn9w+TKREZ29h3knoYGVqGAh5QKmDjaduCU /fnmJsCn9KJlYWqACkApMXSEHvL4Tqen9wkMOY3nAsUeTmOw0pVPw+qyaHaTo6dMx8LjLl oKUhVXHiBmhBWZVHFXeef806aCJxWso= 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-282-YwsrgvhwPBeSmotAqWik-g-1; Thu, 06 Feb 2020 10:54:36 -0500 X-MC-Unique: YwsrgvhwPBeSmotAqWik-g-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 BDD2B10CE783; Thu, 6 Feb 2020 15:54:34 +0000 (UTC) Received: from gondolin (dhcp-192-195.str.redhat.com [10.33.192.195]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7F33E1001B05; Thu, 6 Feb 2020 15:54:33 +0000 (UTC) Date: Thu, 6 Feb 2020 16:54:06 +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 13/27] docs: kvm: convert devices/vcpu.txt to ReST Message-ID: <20200206165406.701e43e9.cohuck@redhat.com> In-Reply-To: <3c02c923c84af973f6a783c10d86d7312f16e6c5.1581000481.git.mchehab+huawei@kernel.org> References: <3c02c923c84af973f6a783c10d86d7312f16e6c5.1581000481.git.mchehab+huawei@kernel.org> 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:10 +0100 Mauro Carvalho Chehab wrote: $SUBJECT: s/vcpu/vfio/ > - Use standard title markup; > - adjust lists; > - mark code blocks as such. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/virt/kvm/devices/index.rst | 1 + > .../virt/kvm/devices/{vfio.txt => vfio.rst} | 25 +++++++++++-------- > 2 files changed, 16 insertions(+), 10 deletions(-) > rename Documentation/virt/kvm/devices/{vfio.txt => vfio.rst} (72%) Reviewed-by: Cornelia Huck