]> git.proxmox.com Git - qemu.git/commit - exec.c
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Oct 2012 14:04:43 +0000 (15:04 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Oct 2012 14:04:43 +0000 (15:04 +0100)
commit6fd2a026fbf46ed5927a57e3e043a2039a0651d0
treeaeaab674498c6e1b6d10404da5d6371a2c5d6f74
parenta14c74928ba1fdaada515717f4d3c3fa3275d6f7
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic

Move the DUMP_FPU and DUMP_CCOP flags for cpu_dump_state() from being
x86-specific flags to being generic ones. This allows us to drop some
TARGET_I386 ifdefs in various places, and means that we can (potentially)
be more consistent across architectures about which monitor commands or
debug abort printouts include FPU register contents and info about
QEMU's condition-code optimisations.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
cpu-all.h
cpu-exec.c
cpus.c
exec.c
monitor.c
target-i386/cpu.c
target-i386/cpu.h
target-i386/helper.c
target-i386/seg_helper.c
target-i386/smm_helper.c