From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwtDB-000391-TW for qemu-devel@nongnu.org; Wed, 10 Jul 2013 08:09:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwtD6-0003AG-Uw for qemu-devel@nongnu.org; Wed, 10 Jul 2013 08:09:33 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:52763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwtD6-00039r-Mf for qemu-devel@nongnu.org; Wed, 10 Jul 2013 08:09:28 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Jul 2013 08:09:28 -0400 From: Anthony Liguori In-Reply-To: <1373426769.16720.1.camel@pasglop> References: <1372315560-5478-1-git-send-email-aik@ozlabs.ru> <1372315560-5478-3-git-send-email-aik@ozlabs.ru> <87fvvo29ps.fsf@codemonkey.ws> <51DB8639.9050906@ozlabs.ru> <1373345328.4446.115.camel@pasglop> <871u776djp.fsf@codemonkey.ws> <1373426769.16720.1.camel@pasglop> Date: Wed, 10 Jul 2013 07:09:18 -0500 Message-ID: <87wqoy4nwx.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 02/17] pseries: rework XICS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Benjamin Herrenschmidt Cc: Alexey Kardashevskiy , qemu-devel@nongnu.org, Alexander Graf , qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras , David Gibson Benjamin Herrenschmidt writes: > On Tue, 2013-07-09 at 08:58 -0500, Anthony Liguori wrote: >> There's nothing gross about making the things that are devices >> devices. > > But there is no such thing as the XICS ... > > The "XICS" is just the combination of ICP's and ICS... so XICS *is* the > device... Then you have an XICS device which has a single ICP and multiple ICSs as child devices. Regards, Anthony Liguori > > Cheers, > Ben.