From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtz7n-000852-CJ for qemu-devel@nongnu.org; Mon, 18 Sep 2017 12:42:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtz7j-0007y6-CH for qemu-devel@nongnu.org; Mon, 18 Sep 2017 12:42:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45880) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dtz7j-0007xA-5R for qemu-devel@nongnu.org; Mon, 18 Sep 2017 12:42:19 -0400 Date: Mon, 18 Sep 2017 18:42:13 +0200 From: Igor Mammedov Message-ID: <20170918184213.2fd0ead5@Igors-MacBook-Pro.local> In-Reply-To: <20170915170326.5278d578@nial.brq.redhat.com> References: <1505318697-77161-1-git-send-email-imammedo@redhat.com> <20170915170326.5278d578@nial.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/5] generalize parsing of cpu_model (x86/arm) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Eduardo Habkost , peter.maydell@linaro.org, Subbaraya Sundeep On Fri, 15 Sep 2017 17:03:26 +0200 Igor Mammedov wrote: [...] > > > Hi Eduardo, > > Could you merge it via machine tree? Forgot to actually CC Eduardo, Just noticed a patch (1) on list adding a new soc that would break, due to armv7 dropping cpu-model property in 5/5. It would be better to merge this series asap so that people could rebase their work on cpu-type based approach, instead of continuing copy-past old cpu-model based code. 1) [Qemu devel v9 PATCH 4/5] msf2: Add Smartfusion2 SoC CCing Subbaraya so he could amend patch to use cpu-type instead of cpu-model.