]> git.proxmox.com Git - qemu.git/commit - gdbstub.c
sparc: Fix lazy flag calculation on interrupts, refactor
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 9 May 2010 20:19:04 +0000 (20:19 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 9 May 2010 20:19:04 +0000 (20:19 +0000)
commit5a834bb47c373e887de5210b7ceae96e1ef413f7
tree3bf1890704941ea4ff5c17bf964d43fee8d26e70
parent275ea26546466446cf2ed83a93aa50e94538c203
sparc: Fix lazy flag calculation on interrupts, refactor

Recalculate Sparc64 CPU flags on interrupts, otherwise some earlier
flags could be stored to pstate.

Refactor PSR/CCR/CWP handling: concentrate the actual
functions to op_helper.c.

Thanks to Igor Kovalenko for reporting.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
gdbstub.c
linux-user/signal.c
monitor.c
target-sparc/cpu.h
target-sparc/helper.c
target-sparc/machine.c
target-sparc/op_helper.c