Re: [Qemu-devel] [PATCH 04/35] target/ppc: 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: David Gibson > Cc: Alexander Graf > Cc: qemu-...@nongnu.org > Signed-off-by: Paolo Bonzini > Signed-off-by: Emilio G. Cota Reviewed-by: Philippe Mathieu-Daudé > ---

Re: [Qemu-devel] [PATCH 04/35] target/ppc: use cpu_reset_interrupt

2018-09-17 Thread David Gibson
On Mon, Sep 17, 2018 at 12:30:32PM -0400, Emilio G. Cota wrote: > From: Paolo Bonzini > > It will be changed to an atomic operation soon. > > Cc: David Gibson > Cc: Alexander Graf > Cc: qemu-...@nongnu.org > Signed-off-by: Paolo Bonzini > Signed-off-by: Emilio G. Cota Acked-by: David Gibson

[Qemu-devel] [PATCH 04/35] target/ppc: use cpu_reset_interrupt

2018-09-17 Thread Emilio G. Cota
From: Paolo Bonzini It will be changed to an atomic operation soon. Cc: David Gibson Cc: Alexander Graf Cc: qemu-...@nongnu.org Signed-off-by: Paolo Bonzini Signed-off-by: Emilio G. Cota --- target/ppc/excp_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/