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 A31F3C352A2 for ; Thu, 6 Feb 2020 15:41:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 796A621741 for ; Thu, 6 Feb 2020 15:41:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="TW8xZMRS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727502AbgBFPl0 (ORCPT ); Thu, 6 Feb 2020 10:41:26 -0500 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:41704 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727389AbgBFPl0 (ORCPT ); Thu, 6 Feb 2020 10:41:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581003685; 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=9wMwSq0HYfGlp3ThYr5DJrLa20xKFoqvuSdrLGy9yV8=; b=TW8xZMRSIYGEsmzzAPj2tTNZCkgDIabOyvL9wQtm3ySKZjMcI+wB95I7VoH6f8n5xpCBVV hFk5e5JvNYvLHE8lhBz6NsMM2i+fU2DAym2c2bmW1W2+aNJr8LC8DODysLQj4o7C38FckK tY4eJmcL5BxYzbtjlTkJko/DjhmMbnM= 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-336-8JnXo92QOgiTftGzzdRklw-1; Thu, 06 Feb 2020 10:41:20 -0500 X-MC-Unique: 8JnXo92QOgiTftGzzdRklw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 648AE102CE16; Thu, 6 Feb 2020 15:41:19 +0000 (UTC) Received: from gondolin (dhcp-192-195.str.redhat.com [10.33.192.195]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1CB555DA7C; Thu, 6 Feb 2020 15:41:17 +0000 (UTC) Date: Thu, 6 Feb 2020 16:41:15 +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 05/27] docs: virt: convert halt-polling.txt to ReST format Message-ID: <20200206164115.7b395348.cohuck@redhat.com> In-Reply-To: <6af4ab0b9c9977b6de9abe0a120ef0904a631a52.1581000481.git.mchehab+huawei@kernel.org> References: <6af4ab0b9c9977b6de9abe0a120ef0904a631a52.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.79 on 10.5.11.14 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:02 +0100 Mauro Carvalho Chehab wrote: > - Fix document title to match ReST format > - Convert the table to be properly recognized > - Some indentation fixes to match ReST syntax. > > Signed-off-by: Mauro Carvalho Chehab > --- > .../{halt-polling.txt => halt-polling.rst} | 86 ++++++++++--------- > Documentation/virt/kvm/index.rst | 1 + > 2 files changed, 46 insertions(+), 41 deletions(-) > rename Documentation/virt/kvm/{halt-polling.txt => halt-polling.rst} (64%) Reviewed-by: Cornelia Huck