]> git.proxmox.com Git - qemu.git/commit - monitor.c
ppc: Add CFAR, DAR and DSISR to the dictionary of printable registers
authorTom Musta <tommusta@gmail.com>
Wed, 25 Sep 2013 07:41:13 +0000 (17:41 +1000)
committerAlexander Graf <agraf@suse.de>
Fri, 25 Oct 2013 21:25:45 +0000 (23:25 +0200)
commit04f1f7842e18c4b5e50203cc5b207cafb7c62974
treefe5c3eeca65f02cc4a5ede8b88e1cb0283ef5174
parent16457e7f4a10125db06b84e5e843d9544552436e
ppc: Add CFAR, DAR and DSISR to the dictionary of printable registers

The CFAR, DAR and DSISR registers are currently missing from the
dictionary of registers that may be printed in the QEMU console.
These are interesting registers when debugging.  With this patch,
the following commands work properly:

     (qemu) print $cfar
     (qemu) print $dar
     (qemu) print $dsisr

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
monitor.c