Re: [Qemu-devel] [PATCH v2 0/5] generalize parsing of cpu_model (x86/arm)

2017-09-19 Thread Philippe Mathieu-Daudé
On 09/19/2017 09:11 AM, Eduardo Habkost wrote: Igor Mammedov wrote: [...] Could you merge it via machine tree? [...] Queued on machine-next: Thanks Eduardo for applying the !fixup :)

Re: [Qemu-devel] [PATCH v2 0/5] generalize parsing of cpu_model (x86/arm)

2017-09-19 Thread Igor Mammedov
On Tue, 19 Sep 2017 09:11:25 -0300 Eduardo Habkost wrote: > On Mon, Sep 18, 2017 at 06:42:13PM +0200, Igor Mammedov wrote: > > On Fri, 15 Sep 2017 17:03:26 +0200 > > Igor Mammedov wrote: > > > > [...] > > > > > > > Hi Eduardo, > > > > > > Could

Re: [Qemu-devel] [PATCH v2 0/5] generalize parsing of cpu_model (x86/arm)

2017-09-19 Thread Eduardo Habkost
On Mon, Sep 18, 2017 at 06:42:13PM +0200, Igor Mammedov wrote: > 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

Re: [Qemu-devel] [PATCH v2 0/5] generalize parsing of cpu_model (x86/arm)

2017-09-18 Thread Igor Mammedov
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

Re: [Qemu-devel] [PATCH v2 0/5] generalize parsing of cpu_model (x86/arm)

2017-09-15 Thread Igor Mammedov
On Wed, 13 Sep 2017 18:04:52 +0200 Igor Mammedov wrote: > Changelog since v1: > * fix merge conflicts with ignore_memory_transaction_failures > * fix couple merge conflicts where SoC type string where replaced by type > macro > * keep plain prefix string in:

[Qemu-devel] [PATCH v2 0/5] generalize parsing of cpu_model (x86/arm)

2017-09-13 Thread Igor Mammedov
Changelog since v1: * fix merge conflicts with ignore_memory_transaction_failures * fix couple merge conflicts where SoC type string where replaced by type macro * keep plain prefix string in: strncmp(cpu_type, "pxa27", 5) * s/"%s" ARM_CPU_TYPE_SUFFIX/ARM_CPU_TYPE_NAME("%s")/ * drop not