I have a little problem. I'm using ppc-softmmu target in QEMU and I need to print SPR_DECR(defines in qemu/target-ppc/cpu.h as 0x016) in QEMU Monitor Could anybody help?
Thanks.
I have a little problem. I'm using ppc-softmmu target in QEMU and I need to print SPR_DECR(defines in qemu/target-ppc/cpu.h as 0x016) in QEMU Monitor Could anybody help?
Thanks.
In the monitor session, you can get the full register dump with:
On a test VM, this gives me:
- see the
DECR
value there. Note that the value is decimal, not hex.Or, to only print the single decrementer register value: