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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, 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 114FAC33CAC for ; Thu, 6 Feb 2020 16:17:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D7277217BA for ; Thu, 6 Feb 2020 16:17:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Me92aZ1d" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727637AbgBFQRt (ORCPT ); Thu, 6 Feb 2020 11:17:49 -0500 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:21166 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727613AbgBFQRt (ORCPT ); Thu, 6 Feb 2020 11:17:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581005868; 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=y/Qft0V8xjpz5L2nA4UniKh71mergu/nSXCSw/xoDUU=; b=Me92aZ1dd8sNlEOcwVgM/ZXm7e47GkjLpeyeYuLMSal8HdxLJEfpM/dMvX18JeZFLmuZJS JPo1AdTbe+4w0TE4SMZckNHqewnAwnlBMucOyJKLNyeJPOpd1uB7lXG/0SvDgFn9y9lv2s oW202ivILjOEm46gHbe1iJp1UH5SehQ= 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-304-EV9chORxOEadFW-G8wx9rg-1; Thu, 06 Feb 2020 11:17:45 -0500 X-MC-Unique: EV9chORxOEadFW-G8wx9rg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4BCFF18B5FA9; Thu, 6 Feb 2020 16:17:43 +0000 (UTC) Received: from gondolin (dhcp-192-195.str.redhat.com [10.33.192.195]) by smtp.corp.redhat.com (Postfix) with ESMTP id 91EF18EA0C; Thu, 6 Feb 2020 16:17:40 +0000 (UTC) Date: Thu, 6 Feb 2020 17:17:38 +0100 From: Cornelia Huck To: Mauro Carvalho Chehab Cc: Linux Media Mailing List , Mauro Carvalho Chehab , linux-doc@vger.kernel.org, Paolo Bonzini , Anton Ivanov , Richard Weinberger , Jeff Dike , kvm@vger.kernel.org, Jonathan Corbet , linux-um@lists.infradead.org Subject: Re: [PATCH v2 00/27] docs: virt: manually convert text documents to ReST format Message-ID: <20200206171738.75f374da.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.79 on 10.5.11.13 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:49:57 +0100 Mauro Carvalho Chehab wrote: > Manually convert the documentation under Documentation/virt to ReST, > minimizing the usage of uneeded markups and preserving the documentation > writer's style. While you're at it: Would it make sense to convert and move the lone file under Documentation/virtual/ that survived 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt") (probably due to a conflict) under virt/ as well? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120] helo=us-smtp-1.mimecast.com) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1izjqf-0003jZ-C7 for linux-um@lists.infradead.org; Thu, 06 Feb 2020 16:17:50 +0000 Date: Thu, 6 Feb 2020 17:17:38 +0100 From: Cornelia Huck Subject: Re: [PATCH v2 00/27] docs: virt: manually convert text documents to ReST format Message-ID: <20200206171738.75f374da.cohuck@redhat.com> In-Reply-To: References: MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: Mauro Carvalho Chehab Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, Richard Weinberger , Jeff Dike , Jonathan Corbet , linux-um@lists.infradead.org, Mauro Carvalho Chehab , Paolo Bonzini , Linux Media Mailing List , Anton Ivanov On Thu, 6 Feb 2020 15:49:57 +0100 Mauro Carvalho Chehab wrote: > Manually convert the documentation under Documentation/virt to ReST, > minimizing the usage of uneeded markups and preserving the documentation > writer's style. While you're at it: Would it make sense to convert and move the lone file under Documentation/virtual/ that survived 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt") (probably due to a conflict) under virt/ as well? _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um