From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1becL0-0008WH-JC for qemu-devel@nongnu.org; Tue, 30 Aug 2016 02:15:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1becKv-0004Tl-Jn for qemu-devel@nongnu.org; Tue, 30 Aug 2016 02:15:57 -0400 Message-ID: <1472537735.2388.32.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Tue, 30 Aug 2016 16:15:35 +1000 In-Reply-To: <20160829143021.GF2166@littlecatz> References: <1470388537-2908-1-git-send-email-clg@kaod.org> <1470388537-2908-4-git-send-email-clg@kaod.org> <20160816023900.GC14530@voom.fritz.box> <330ecf9d-6750-4b5f-ea5d-660e3f6a11d0@kaod.org> <20160829143021.GF2166@littlecatz> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 3/3] ppc/pnv: add a PowerNVCPUCore object List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , =?ISO-8859-1?Q?C=E9dric?= Le Goater Cc: qemu-ppc@nongnu.org, Alexander Graf , qemu-devel@nongnu.org On Mon, 2016-08-29 at 10:30 -0400, David Gibson wrote: >=20 > Possibly.=C2=A0 In fact, I'm planning to eliminate cpu->cpu_dt_id at so= me > point, in favour of having the machine type construct the id when it > actually builds the dt.=C2=A0 It's not really a cpu level construct. On PowerNV it is as it's equal to the PIR, the HW interrupt server, etc... Cheers, Ben.