[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] PowerPC question
From: |
Suraj Jitindar Singh |
Subject: |
Re: [Qemu-ppc] PowerPC question |
Date: |
Tue, 03 Jan 2017 13:42:34 +1100 |
Sorry I missed the other replies to this and realise that my response
may be unhelpful :(
On Tue, 2017-01-03 at 13:37 +1100, Suraj Jitindar Singh wrote:
> On Tue, 2016-12-27 at 00:55 +0300, Дмитрий Смирнов wrote:
> >
> > Hello, devs!
> >
> > I'm using ppc-softmmu target, and in my qemu monitor I need to
> > print
> > the SPR_DECR meaning, but I don't understand how.
> > Could anyone help me with my problem?
> Hi, I assume by "SPR_DECR meaning" you are referring to the
> decrementer
> value? This can be displayed by running "info registers" in the qemu
> monitor and the value is printed on the third line.
>
> e.g.
>
> (qemu) info registers
> NIP c00000000007d804 LR c00000000077cf24 CTR c00000000077d260 XER
> 0000000020000000 CPU#0
> MSR 800000000280b032 HID0 0000000000000000 HF 8000000002802030 iidx
> 1
> didx 1
> TB 00000043 186686705191 DECR 869676933
> ^^^^^^^^^^^^^^
> GPR00 0000000024002484 c000000000ea7b60 c000000000ea9400
> 0000000000000000
> GPR04 c000000000db8ce0 0000000000000000 0000000000000000
> 0000000000000000
> <snip>
> >
> >
> > Best regards!