Re: [Qemu-devel] [PATCH v2 0/3] aspeed: cleanups and extensions

2019-05-24 Thread Eduardo Habkost
On Thu, May 23, 2019 at 03:03:11PM +0200, Cédric Le Goater wrote: > On 5/23/19 2:52 PM, Peter Maydell wrote: > > On Mon, 20 May 2019 at 17:32, Philippe Mathieu-Daudé > > wrote: > >> > >> On 5/20/19 3:32 PM, Cédric Le Goater wrote: > Peter, > > do you want me to resend with only the

Re: [Qemu-devel] [PATCH v2 0/3] aspeed: cleanups and extensions

2019-05-23 Thread Cédric Le Goater
On 5/23/19 2:52 PM, Peter Maydell wrote: > On Mon, 20 May 2019 at 17:32, Philippe Mathieu-Daudé > wrote: >> >> On 5/20/19 3:32 PM, Cédric Le Goater wrote: Peter, do you want me to resend with only the two first patches and include Joel's in the same series ? I would leave out

Re: [Qemu-devel] [PATCH v2 0/3] aspeed: cleanups and extensions

2019-05-23 Thread Peter Maydell
On Mon, 20 May 2019 at 17:32, Philippe Mathieu-Daudé wrote: > > On 5/20/19 3:32 PM, Cédric Le Goater wrote: > >> Peter, > >> > >> do you want me to resend with only the two first patches and include > >> Joel's in the same series ? I would leave out the part Philippe is > >> covering in his object

Re: [Qemu-devel] [PATCH v2 0/3] aspeed: cleanups and extensions

2019-05-20 Thread Philippe Mathieu-Daudé
On 5/20/19 3:32 PM, Cédric Le Goater wrote: >> Peter, >> >> do you want me to resend with only the two first patches and include >> Joel's in the same series ? I would leave out the part Philippe is >> covering in his object_initialize_child() patchset. > > Nope, we can not do that, conflicts a

Re: [Qemu-devel] [PATCH v2 0/3] aspeed: cleanups and extensions

2019-05-20 Thread Cédric Le Goater
> Peter, > > do you want me to resend with only the two first patches and include > Joel's in the same series ? I would leave out the part Philippe is > covering in his object_initialize_child() patchset. Nope, we can not do that, conflicts arise. I suppose the easier is wait for Philippe's pa

Re: [Qemu-devel] [PATCH v2 0/3] aspeed: cleanups and extensions

2019-05-20 Thread Cédric Le Goater
Hello, On 5/20/19 1:09 PM, Philippe Mathieu-Daudé wrote: > On 5/20/19 9:47 AM, Cédric Le Goater wrote: >> Hello, >> >> On 5/6/19 4:20 PM, Cédric Le Goater wrote: >>> Hello, >>> >>> Here is a series adding a couple of cleanups to the Aspeed SoCs to >>> prepare ground for extensions and new SoCs. >>

Re: [Qemu-devel] [PATCH v2 0/3] aspeed: cleanups and extensions

2019-05-20 Thread Philippe Mathieu-Daudé
On 5/20/19 9:47 AM, Cédric Le Goater wrote: > Hello, > > On 5/6/19 4:20 PM, Cédric Le Goater wrote: >> Hello, >> >> Here is a series adding a couple of cleanups to the Aspeed SoCs to >> prepare ground for extensions and new SoCs. >> >> Thanks, >> >> C. >> >> Changes since v1: >> >> - moved enum d

Re: [Qemu-devel] [PATCH v2 0/3] aspeed: cleanups and extensions

2019-05-20 Thread Cédric Le Goater
Hello, On 5/6/19 4:20 PM, Cédric Le Goater wrote: > Hello, > > Here is a series adding a couple of cleanups to the Aspeed SoCs to > prepare ground for extensions and new SoCs. > > Thanks, > > C. > > Changes since v1: > > - moved enum defining the Aspeed controller names under aspeed_soc.h >

[Qemu-devel] [PATCH v2 0/3] aspeed: cleanups and extensions

2019-05-06 Thread Cédric Le Goater
Hello, Here is a series adding a couple of cleanups to the Aspeed SoCs to prepare ground for extensions and new SoCs. Thanks, C. Changes since v1: - moved enum defining the Aspeed controller names under aspeed_soc.h - removed AspeedSoCInfo 'sdram_base' field - fixed clang compilation Cédri