]> git.proxmox.com Git - qemu.git/commit
cpu: Move reset logging to CPUState
authorAndreas Färber <afaerber@suse.de>
Sun, 16 Jun 2013 05:49:48 +0000 (07:49 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 9 Jul 2013 19:33:04 +0000 (21:33 +0200)
commit91b1df8cf9e1ecaa8679c9ea8713d1e25c28e6c4
treea90bbd5d2d2d8a226cbd50c669c304745b6bd8a6
parent77710e7aec1e5ae0195cf6ebae6864e3ccb5693a
cpu: Move reset logging to CPUState

x86 was using additional CPU_DUMP_* flags, so make that configurable in
CPUClass::reset_dump_flags.

This adds reset logging for alpha, unicore32 and xtensa.

Acked-by: Michael Walle <michael@walle.cc> (for lm32)
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andreas Färber <afaerber@suse.de>
15 files changed:
include/qom/cpu.h
qom/cpu.c
target-arm/cpu.c
target-cris/cpu.c
target-i386/cpu.c
target-lm32/cpu.c
target-m68k/cpu.c
target-microblaze/cpu.c
target-mips/cpu.c
target-moxie/cpu.c
target-openrisc/cpu.c
target-ppc/translate_init.c
target-s390x/cpu.c
target-sh4/cpu.c
target-sparc/cpu.c