From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHPXK-0000Aa-PD for qemu-devel@nongnu.org; Mon, 27 Jun 2016 01:56:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHPXH-0003bq-K4 for qemu-devel@nongnu.org; Mon, 27 Jun 2016 01:56:46 -0400 Message-ID: <1467006982.20278.45.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Mon, 27 Jun 2016 15:56:22 +1000 In-Reply-To: <20160627044850.GJ4242@voom.fritz.box> References: <1466704050-15108-1-git-send-email-nikunj@linux.vnet.ibm.com> <1466704050-15108-12-git-send-email-nikunj@linux.vnet.ibm.com> <20160627044850.GJ4242@voom.fritz.box> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v1 11/11] ppc/xics: Add xics to the monitor "info pic" command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , Nikunj A Dadhania Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, clg@kaod.org On Mon, 2016-06-27 at 14:48 +1000, David Gibson wrote: > I'm a bit dubious about this, since I'm not sure info pic really has > much purpose at all.=C2=A0 I posted a patch a while back to remove it > entirely, but it didn't go far for lack of interested, and so far I > didn't get time to revisit it and try pushing. It has been useful to me when I was debugging that stuff... Cheers, Ben.