Re: [Qemu-devel] [PATCH] target-ppc: Fix breakpoint registers for e300

2014-11-06 Thread Fabien Chouteau
On 11/06/2014 06:18 PM, Alexander Graf wrote: > > > On 06.11.14 17:23, Fabien Chouteau wrote: >> In the previous patch, the registers were added to init_proc_G2LE >> instead of init_proc_e300. >> >> Signed-off-by: Fabien Chouteau > > Thanks, applied to ppc-next (for 2.2). > Thank you,

Re: [Qemu-devel] [PATCH] target-ppc: Fix breakpoint registers for e300

2014-11-06 Thread Alexander Graf
On 06.11.14 17:23, Fabien Chouteau wrote: > In the previous patch, the registers were added to init_proc_G2LE > instead of init_proc_e300. > > Signed-off-by: Fabien Chouteau Thanks, applied to ppc-next (for 2.2). Alex

[Qemu-devel] [PATCH] target-ppc: Fix breakpoint registers for e300

2014-11-06 Thread Fabien Chouteau
In the previous patch, the registers were added to init_proc_G2LE instead of init_proc_e300. Signed-off-by: Fabien Chouteau --- target-ppc/translate_init.c | 52 +-- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/target-ppc/translate_ini