From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkev5-0005Ru-Ct for qemu-devel@nongnu.org; Thu, 15 Sep 2016 18:14:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkev0-0003Jo-9J for qemu-devel@nongnu.org; Thu, 15 Sep 2016 18:14:10 -0400 Message-ID: <1473977631.8689.373.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Fri, 16 Sep 2016 08:13:51 +1000 In-Reply-To: <1473943560-14846-10-git-send-email-clg@kaod.org> References: <1473943560-14846-1-git-send-email-clg@kaod.org> <1473943560-14846-10-git-send-email-clg@kaod.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 09/10] ppc/pnv: add a LPC controller List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?C=E9dric?= Le Goater , qemu-ppc@nongnu.org Cc: David Gibson , qemu-devel@nongnu.org On Thu, 2016-09-15 at 14:45 +0200, C=C3=A9dric 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. Cheers, Ben.