Re: [Qemu-devel] [PATCH 03/35] target/openrisc: use cpu_reset_interrupt

2018-09-19 Thread Philippe Mathieu-Daudé
On 9/17/18 6:30 PM, Emilio G. Cota wrote: > From: Paolo Bonzini > > It will be changed to an atomic operation soon. > > Cc: Stafford Horne > Signed-off-by: Paolo Bonzini > Signed-off-by: Emilio G. Cota Reviewed-by: Philippe Mathieu-Daudé > --- > target/openrisc/sys_helper.c | 2 +- > 1 fi

[Qemu-devel] [PATCH 03/35] target/openrisc: use cpu_reset_interrupt

2018-09-17 Thread Emilio G. Cota
From: Paolo Bonzini It will be changed to an atomic operation soon. Cc: Stafford Horne Signed-off-by: Paolo Bonzini Signed-off-by: Emilio G. Cota --- target/openrisc/sys_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/openrisc/sys_helper.c b/target/openris