From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dp6Z5-0002Hl-91 for qemu-devel@nongnu.org; Tue, 05 Sep 2017 01:38:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dp6Z0-0005ID-Dr for qemu-devel@nongnu.org; Tue, 05 Sep 2017 01:38:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55360) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dp6Z0-0005Hr-7e for qemu-devel@nongnu.org; Tue, 05 Sep 2017 01:38:18 -0400 References: <1504533662-198084-1-git-send-email-imammedo@redhat.com> <1504533662-198084-4-git-send-email-imammedo@redhat.com> <20170904210649.1266364c@Igors-MacBook-Pro.local> From: Thomas Huth Message-ID: <2d12d972-ae16-49e5-1c39-ca43cb0a4bb9@redhat.com> Date: Tue, 5 Sep 2017 07:38:13 +0200 MIME-Version: 1.0 In-Reply-To: <20170904210649.1266364c@Igors-MacBook-Pro.local> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 3/6] cpu: rename cpu_parse_features() to cpu_parse_cpu_model() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Cc: Andrew Jones , Richard Henderson , qemu-devel@nongnu.org, Eduardo Habkost On 04.09.2017 21:06, Igor Mammedov wrote: > On Mon, 4 Sep 2017 12:03:09 -0300 > Philippe Mathieu-Daud=C3=A9 wrote: >=20 >> Hi Igor, >> >> On 09/04/2017 11:00 AM, Igor Mammedov wrote: >>> function not just parses features but also converts CPU model >>> name to CPU type, rename it to reflect what it actualy does. >> >> Why not squash this with your 1st patch "split cpu_generic_init()"? > there I went with current/exiting way to call that part of code, > and here I'm renaming it to show what it does exactly. >=20 > But I don't have any preference here, so I can squash this patch > into 1/6 on respin, if you prefer. +1 for squashing Thomas