From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhYFD-00043D-Up for qemu-devel@nongnu.org; Wed, 07 Sep 2016 04:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhYF8-0005Wd-D7 for qemu-devel@nongnu.org; Wed, 07 Sep 2016 04:30:06 -0400 Message-ID: <1473236987.8689.70.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Wed, 07 Sep 2016 18:29:47 +1000 In-Reply-To: <20160907054616.GO2780@voom.fritz.box> References: <1472661255-20160-1-git-send-email-clg@kaod.org> <1472661255-20160-4-git-send-email-clg@kaod.org> <20160905033909.GA3816@voom.fritz.box> <4e91a240-3a44-d96d-fb6e-74d9637ccd92@kaod.org> <20160907015932.GE2780@voom.fritz.box> <1473226066.8689.64.camel@kernel.crashing.org> <20160907054616.GO2780@voom.fritz.box> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 3/7] ppc/pnv: Add XSCOM infrastructure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: =?ISO-8859-1?Q?C=E9dric?= Le Goater , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf On Wed, 2016-09-07 at 15:46 +1000, David Gibson wrote: > Right, that's probably better.=C2=A0 Not immediately sure how the > scomdevice would get hold of its chip's scom AS, but we can probably > figure out something. Passed at instanciation ? Cheers, Ben.