Re: [Qemu-devel] [PATCH for-1.5] ppc: do not register IABR SPR twice for 603e

2013-06-18 Thread Alexander Graf
On 11.05.2013, at 21:03, Hervé Poussineau wrote: > IABR SPR is already registered in gen_spr_603(), called from init_proc_603E(). > > Signed-off-by: Hervé Poussineau Thanks, applied to ppc-next. Sorry for the long delay - I was on vacation :) Alex > --- > target-ppc/translate_init.c |5

Re: [Qemu-devel] [PATCH for-1.5] ppc: do not register IABR SPR twice for 603e

2013-06-15 Thread Andreas Färber
Am 11.05.2013 21:03, schrieb Hervé Poussineau: > IABR SPR is already registered in gen_spr_603(), called from init_proc_603E(). > > Signed-off-by: Hervé Poussineau Confirmed, Reviewed-by: Andreas Färber Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Haw

Re: [Qemu-devel] [PATCH for-1.5] ppc: do not register IABR SPR twice for 603e

2013-05-20 Thread Hervé Poussineau
Ping. This should be IMO committed to stable, as it fixes a crash with qemu-system-ppc -M prep -cpu 603e Hervé Hervé Poussineau a écrit : IABR SPR is already registered in gen_spr_603(), called from init_proc_603E(). Signed-off-by: Hervé Poussineau --- target-ppc/translate_init.c |5 --

[Qemu-devel] [PATCH for-1.5] ppc: do not register IABR SPR twice for 603e

2013-05-11 Thread Hervé Poussineau
IABR SPR is already registered in gen_spr_603(), called from init_proc_603E(). Signed-off-by: Hervé Poussineau --- target-ppc/translate_init.c |5 - 1 file changed, 5 deletions(-) diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c index 6feb62a..248d3e0 100644 --- a/