Re: [Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu

2017-09-10 Thread Philippe Mathieu-Daudé
Hi Eduardo, On Wed, Aug 30, 2017 at 07:52:18PM -0300, Philippe Mathieu-Daudé wrote: Hi, This series is based on Igor's "complete cpu QOMification" [1] but only modify the MIPS part. Igor posted an updated series [2], both series should apply separately. Igor suggested on IRC this series could

Re: [Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu

2017-09-04 Thread Yongbok Kim
On 01/09/2017 17:09, Philippe Mathieu-Daudé wrote: > On 09/01/2017 12:48 PM, Eduardo Habkost wrote: >> On Fri, Sep 01, 2017 at 12:44:42PM -0300, Philippe Mathieu-Daudé wrote: >>> On 09/01/2017 12:18 PM, Eduardo Habkost wrote: On Wed, Aug 30, 2017 at 07:52:18PM -0300, Philippe Mathieu-Daudé w

Re: [Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu

2017-09-01 Thread Philippe Mathieu-Daudé
On 09/01/2017 12:48 PM, Eduardo Habkost wrote: On Fri, Sep 01, 2017 at 12:44:42PM -0300, Philippe Mathieu-Daudé wrote: On 09/01/2017 12:18 PM, Eduardo Habkost wrote: On Wed, Aug 30, 2017 at 07:52:18PM -0300, Philippe Mathieu-Daudé wrote: Hi, This series is based on Igor's "complete cpu QOMifi

Re: [Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu

2017-09-01 Thread Eduardo Habkost
On Fri, Sep 01, 2017 at 12:44:42PM -0300, Philippe Mathieu-Daudé wrote: > On 09/01/2017 12:18 PM, Eduardo Habkost wrote: > > On Wed, Aug 30, 2017 at 07:52:18PM -0300, Philippe Mathieu-Daudé wrote: > > > Hi, > > > > > > This series is based on Igor's "complete cpu QOMification" [1] but only > > >

Re: [Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu

2017-09-01 Thread Philippe Mathieu-Daudé
On 09/01/2017 12:18 PM, Eduardo Habkost wrote: On Wed, Aug 30, 2017 at 07:52:18PM -0300, Philippe Mathieu-Daudé wrote: Hi, This series is based on Igor's "complete cpu QOMification" [1] but only modify the MIPS part. Igor posted an updated series [2], both series should apply separately. Igor

Re: [Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu

2017-09-01 Thread Eduardo Habkost
On Wed, Aug 30, 2017 at 07:52:18PM -0300, Philippe Mathieu-Daudé wrote: > Hi, > > This series is based on Igor's "complete cpu QOMification" [1] but only modify > the MIPS part. Igor posted an updated series [2], both series should apply > separately. > > Igor suggested on IRC this series could e

Re: [Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu

2017-08-30 Thread Philippe Mathieu-Daudé
Cc'ing Xiaoqiang Zhao, I forgot to include him. On 08/30/2017 07:52 PM, Philippe Mathieu-Daudé wrote: Hi, This series is based on Igor's "complete cpu QOMification" [1] but only modify the MIPS part. Igor posted an updated series [2], both series should apply separately. Igor suggested on IRC

Re: [Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu

2017-08-30 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20170830225225.27925-1-f4...@amsat.org Subject: [Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline

[Qemu-devel] [PATCH v2 0/7] QOMify MIPS cpu

2017-08-30 Thread Philippe Mathieu-Daudé
Hi, This series is based on Igor's "complete cpu QOMification" [1] but only modify the MIPS part. Igor posted an updated series [2], both series should apply separately. Igor suggested on IRC this series could enter via the Machine core tree, so I added Eduardo and Marcel. Regards, Phil. [1]: