Re: [Qemu-devel] [PATCH v3 09/10] ppc/pnv: add a LPC controller

2016-09-20 Thread David Gibson
On Thu, Sep 15, 2016 at 02:45:59PM +0200, Cédric Le Goater wrote: > From: Benjamin Herrenschmidt > > This version of the LPC controller model doesn't yet implement > support for the SerIRQ deserializer present in the Naples version > of the chip though some preliminary work is there. > > Signed-

Re: [Qemu-devel] [PATCH v3 09/10] ppc/pnv: add a LPC controller

2016-09-16 Thread Cédric Le Goater
On 09/16/2016 12:13 AM, Benjamin Herrenschmidt wrote: > On Thu, 2016-09-15 at 14:45 +0200, Cédric Le Goater wrote: >> This version of the LPC controller model doesn't yet implement >> support for the SerIRQ deserializer present in the Naples version >> of the chip though some preliminary work is th

Re: [Qemu-devel] [PATCH v3 09/10] ppc/pnv: add a LPC controller

2016-09-15 Thread Benjamin Herrenschmidt
On Thu, 2016-09-15 at 14:45 +0200, Cédric Le Goater wrote: > This version of the LPC controller model doesn't yet implement > support for the SerIRQ deserializer present in the Naples version > of the chip though some preliminary work is there. The version in my branch has this support btw. Cheer

[Qemu-devel] [PATCH v3 09/10] ppc/pnv: add a LPC controller

2016-09-15 Thread Cédric Le Goater
From: Benjamin Herrenschmidt This version of the LPC controller model doesn't yet implement support for the SerIRQ deserializer present in the Naples version of the chip though some preliminary work is there. Signed-off-by: Benjamin Herrenschmidt [clg: - updated for qemu-2.7 - ported on l