qemu/target-sparc
Igor Kovalenko b9369a384b sparc64 flush pending conditional evaluations before exposing cpu state
If translation block is interrupted by e.g. mmu exception
we need to compute conditional flags for inclusion into
saved cpu state. Otherwise after return from trap
conditional instructions would use stale psr/xcc data.

Signed-off-by: igor.v.kovalenko@gmail.com

--
Kind regards,
Igor V. Kovalenko
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-08-27 21:23:36 -05:00
..
cpu.h sparc64: trap handling corrections 2009-07-12 08:46:54 +00:00
exec.h sparc64: trap handling corrections 2009-07-12 08:46:54 +00:00
helper.c Fix most warnings (errors with -Werror) when debugging is enabled 2009-07-22 15:41:01 -05:00
helper.h Use dynamical computation for condition codes 2009-05-10 07:19:11 +00:00
machine.c Convert machine registration to use module init functions 2009-05-21 08:47:55 -05:00
op_helper.c Fix most warnings (errors with -Werror) when debugging is enabled 2009-07-22 15:41:01 -05:00
TODO Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
translate.c sparc64 flush pending conditional evaluations before exposing cpu state 2009-08-27 21:23:36 -05:00