Re: [Qemu-devel] [PATCH 11/13] target/openrisc: Implement move to/from FPCSR

2019-08-26 Thread Stafford Horne
On Mon, Aug 26, 2019 at 05:07:43PM -0700, Richard Henderson wrote: > Signed-off-by: Richard Henderson Reviewed-by: Stafford Horne

[Qemu-devel] [PATCH 11/13] target/openrisc: Implement move to/from FPCSR

2019-08-26 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/openrisc/cpu.h| 2 ++ target/openrisc/cpu.c| 1 + target/openrisc/fpu_helper.c | 13 + target/openrisc/machine.c| 11 +++ target/openrisc/sys_helper.c | 18 -- 5 files changed, 39 insertions(+),