From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T71ZC-0005sl-Ej for qemu-devel@nongnu.org; Thu, 30 Aug 2012 06:01:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T71ZA-0004vt-76 for qemu-devel@nongnu.org; Thu, 30 Aug 2012 06:01:38 -0400 Received: from smtp6-g21.free.fr ([212.27.42.6]:34112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T71Z9-0004vc-Jk for qemu-devel@nongnu.org; Thu, 30 Aug 2012 06:01:36 -0400 Message-ID: <503F39F2.7050908@free.fr> Date: Thu, 30 Aug 2012 12:01:22 +0200 From: =?UTF-8?B?RnJhbsOnb2lzIFJldm9s?= MIME-Version: 1.0 References: <503DF6F9.8090007@free.fr> <8B4B40DA-1F9B-4B38-8D59-1A421B11B98E@suse.de> <503E54D5.1070201@free.fr> <86B075B2-13F7-486F-9C48-9DDE2ECDF45B@suse.de> In-Reply-To: <86B075B2-13F7-486F-9C48-9DDE2ECDF45B@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] [RFC] PPC: dump DCRs from monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel Developers On 29/08/2012 19:55, Alexander Graf wrote: >>> Are they accessible through the monitor's p command? Would be good to= implement there too if not. >> >> I don't think so, which syntax would you use anyway? $dcr[n] ? >=20 > Sure, why not? Is that possible with the register parsing code? I don't= know that one too well, > but it's probably the best fit for you, right? Except I don't know the parsing code well enough to not waste time digging it... For now the full dump is enough to me, I suppose if someone wants more he can also send a patch ;-) We could also add logging to the read/write calls to see the ordering. For now I just added some printf in my code just like in ppc405*. Fran=C3=A7ois.