]> git.proxmox.com Git - qemu.git/commit - target-ppc/translate_init.c
PPC: Extract SPR dump generation into its own function
authorAlexander Graf <agraf@suse.de>
Thu, 21 Jun 2012 11:39:48 +0000 (13:39 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:52 +0000 (01:04 +0200)
commit91f477fd9c1a6ff73d57a4352d78bd49b5180e30
treec492c655737bc8c153d2806bf27bf249080e7c7a
parentb81ccf8ae7f157e5b150243e27c2845c7c7b7256
PPC: Extract SPR dump generation into its own function

This patch moves the debug #ifdef'ed SPR trace generation into its
own function, so we can call it from multiple places.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c