[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] [RFC] PPC: dump DCRs from monitor
From: |
François Revol |
Subject: |
Re: [Qemu-devel] [PATCH] [RFC] PPC: dump DCRs from monitor |
Date: |
Thu, 30 Aug 2012 12:01:22 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120817 Icedove/10.0.6 |
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] ?
>
> 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çois.