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.8 required=3.0 tests=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 722E9C18E5A for ; Tue, 10 Mar 2020 12:51:01 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 4868220674 for ; Tue, 10 Mar 2020 12:51:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4868220674 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=users.sourceforge.jp Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:60334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBeLb-0001kv-L2 for qemu-devel@archiver.kernel.org; Tue, 10 Mar 2020 08:50:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52765) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBeKa-0000hf-1e for qemu-devel@nongnu.org; Tue, 10 Mar 2020 08:49:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBeKY-00046x-W3 for qemu-devel@nongnu.org; Tue, 10 Mar 2020 08:49:55 -0400 Received: from mail02.asahi-net.or.jp ([202.224.55.14]:51336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jBeKY-0003oX-NL for qemu-devel@nongnu.org; Tue, 10 Mar 2020 08:49:54 -0400 Received: from sakura.ysato.name (ik1-413-38519.vs.sakura.ne.jp [153.127.30.23]) (Authenticated sender: PQ4Y-STU) by mail02.asahi-net.or.jp (Postfix) with ESMTPA id 48F31E5D65; Tue, 10 Mar 2020 21:49:50 +0900 (JST) Received: from yo-satoh-debian.ysato.ml (y245053.dynamic.ppp.asahi-net.or.jp [118.243.245.53]) by sakura.ysato.name (Postfix) with ESMTPSA id 963581C0DD3; Tue, 10 Mar 2020 21:49:49 +0900 (JST) Date: Tue, 10 Mar 2020 21:49:48 +0900 Message-ID: <87h7yw9xxv.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Peter Maydell Subject: Re: [PATCH] docs: Add RX target. In-Reply-To: References: <20200308130637.37651-1-ysato@users.sourceforge.jp> <6d90fc45-6d99-af60-bca0-0a84b91d0408@redhat.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 202.224.55.14 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: Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= , Richard Henderson , QEMU Developers Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Tue, 10 Mar 2020 20:54:16 +0900, Peter Maydell wrote: > > On Tue, 10 Mar 2020 at 11:30, Eric Blake wrote: > > > > On 3/9/20 11:28 PM, Yoshinori Sato wrote: > > > > >>> +++ b/docs/system/targets.rst > > >>> @@ -17,3 +17,4 @@ Contents: > > >>> target-arm > > >>> target-m68k > > >>> target-xtensa > > >>> + target-rx > > >> > > >> Is it worth keeping this list alphabetically sorted? > > > > > > It was not in alphabetical order, it was added at the last. Is it better > > > to arrange in alphabetical order? > > > > The 3 lines of context was alphabetical, but looking at the whole file, > > the overall list is not. So sticking yours last is fine after all. > > In an ideal world the correct order would probably be > "alphabetical order of the headline titles in the referenced > files", so that the displayed ToC is alphabetized. OK. Change to alphabetical order. > thanks > -- PMM -- Yosinori Sato