From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uwl2t-0008Rr-CN for qemu-devel@nongnu.org; Tue, 09 Jul 2013 23:26:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uwl2s-0001ki-J1 for qemu-devel@nongnu.org; Tue, 09 Jul 2013 23:26:23 -0400 Message-ID: <1373426769.16720.1.camel@pasglop> From: Benjamin Herrenschmidt Date: Wed, 10 Jul 2013 13:26:09 +1000 In-Reply-To: <871u776djp.fsf@codemonkey.ws> 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> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/17] pseries: rework XICS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Alexey Kardashevskiy , qemu-devel@nongnu.org, Alexander Graf , qemu-ppc@nongnu.org, Paolo Bonzini , Paul Mackerras , David Gibson 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... Cheers, Ben.