Re: [Qemu-devel] [PATCH v5 09/73] ppc: convert to helper_cpu_halted_set

2018-12-15 Thread David Gibson
On Thu, Dec 13, 2018 at 12:03:49AM -0500, Emilio G. Cota wrote: > Cc: David Gibson > Cc: Alexander Graf > Cc: qemu-...@nongnu.org > Reviewed-by: Richard Henderson > Reviewed-by: Alex Bennée > Signed-off-by: Emilio G. Cota Acked-by: David Gibson > --- > target/ppc/translate.c | 6 ++ >

[Qemu-devel] [PATCH v5 09/73] ppc: convert to helper_cpu_halted_set

2018-12-12 Thread Emilio G. Cota
Cc: David Gibson Cc: Alexander Graf Cc: qemu-...@nongnu.org Reviewed-by: Richard Henderson Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota --- target/ppc/translate.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target/ppc/translate.c b/target/ppc/translate.