Re: [Qemu-devel] [PATCH 04/17] target-openrisc: Keep SR_F in a separate variable

2015-09-03 Thread Bastian Koppelmann
On 09/03/2015 02:17 AM, Richard Henderson wrote: This avoids having to keep merging and extracting the flag from SR. Signed-off-by: Richard Henderson --- target-openrisc/cpu.h | 15 +- target-openrisc/gdbstub.c | 4 +- target-openrisc/interrupt.c| 2 +-

[Qemu-devel] [PATCH 04/17] target-openrisc: Keep SR_F in a separate variable

2015-09-02 Thread Richard Henderson
This avoids having to keep merging and extracting the flag from SR. Signed-off-by: Richard Henderson --- target-openrisc/cpu.h | 15 +- target-openrisc/gdbstub.c | 4 +- target-openrisc/interrupt.c| 2 +- target-openrisc/interrupt_helper.c | 2 +- target-open