From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dyzPy-0000Yw-2Z for qemu-devel@nongnu.org; Mon, 02 Oct 2017 08:01:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dyzPs-0008Is-KQ for qemu-devel@nongnu.org; Mon, 02 Oct 2017 08:01:50 -0400 Received: from mail-yw0-x242.google.com ([2607:f8b0:4002:c05::242]:38164) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dyzPs-0008IL-FK for qemu-devel@nongnu.org; Mon, 02 Oct 2017 08:01:44 -0400 Received: by mail-yw0-x242.google.com with SMTP id v1so3212865ywv.5 for ; Mon, 02 Oct 2017 05:01:43 -0700 (PDT) Sender: Richard Henderson References: <1506935300-132598-1-git-send-email-imammedo@redhat.com> <1506935300-132598-3-git-send-email-imammedo@redhat.com> From: Richard Henderson Message-ID: Date: Mon, 2 Oct 2017 05:01:39 -0700 MIME-Version: 1.0 In-Reply-To: <1506935300-132598-3-git-send-email-imammedo@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/38] alpha: cleanup cpu type name composition List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= List-ID: On 10/02/2017 02:07 AM, Igor Mammedov wrote: > Introduce ALPHA_CPU_TYPE_NAME macro to replace rather ununique > TYPE macro that alpha uses. With new macro it will follow > the same naming convention as other targets. > > While at it put scattered TypeInfo into one array which places > type desriptions at one place and reduces code a bit. > > Signed-off-by: Igor Mammedov > --- > CC: rth@twiddle.net > --- > target/alpha/cpu.h | 3 ++ > target/alpha/cpu.c | 107 +++++++++++++++++------------------------------------ > 2 files changed, 37 insertions(+), 73 deletions(-) Acked-by: Richard Henderson r~