target-ppc: dump DAR and DSISR
authorAnton Blanchard <anton@samba.org>
Tue, 24 Dec 2013 01:17:24 +0000 (12:17 +1100)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:24 +0000 (03:06 +0100)
commitca480de66400c4fcaf59100b813e402f9edb08f7
treea769eefe71d186dbafddf050faac7f3b94ee432d
parent135a129a1cd047cc913e88c795eda859a0ebb81f
target-ppc: dump DAR and DSISR

The DAR and DSISR can be very useful when debugging issues, so add
them to ppc_cpu_dump_state. We had another bug in this area: all
of the v2.06 MMU types were missing.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c