Re: [Qemu-devel] [PATCH] PPC: init_excp_7x0: fix hreset entry point.

2013-03-27 Thread Alexander Graf
On 27.03.2013, at 14:50, Fabien Chouteau wrote: > According to the PowePC 750 user's manual, the vector offset for system PowerPC? > reset (both /HRESET and /SRESET) is 0x00100. > > Signed-off-by: Fabien Chouteau > --- > target-ppc/translate_init.c |8 > 1 file changed, 4 insertio

[Qemu-devel] [PATCH] PPC: init_excp_7x0: fix hreset entry point.

2013-03-27 Thread Fabien Chouteau
According to the PowePC 750 user's manual, the vector offset for system reset (both /HRESET and /SRESET) is 0x00100. Signed-off-by: Fabien Chouteau --- target-ppc/translate_init.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target-ppc/translate_init.c b/target-

Re: [Qemu-devel] [PATCH] PPC: init_excp_7x0: fix hreset entry point.

2013-03-27 Thread Fabien Chouteau
On 03/27/2013 02:34 PM, Alexander Graf wrote: > > On 27.03.2013, at 14:32, Fabien Chouteau wrote: > >> From: gingold > > What is this? :) > Oups :) Tristan Gingold is a colleague of mine. I'll fix this. -- Fabien Chouteau

Re: [Qemu-devel] [PATCH] PPC: init_excp_7x0: fix hreset entry point.

2013-03-27 Thread Alexander Graf
On 27.03.2013, at 14:32, Fabien Chouteau wrote: > From: gingold What is this? :) Alex > > According to the PowePC 750 user's manual, the vector offset for system > reset (both /HRESET and /SRESET) is 0x00100. > > Signed-off-by: Fabien Chouteau > --- > target-ppc/translate_init.c |8 ++

[Qemu-devel] [PATCH] PPC: init_excp_7x0: fix hreset entry point.

2013-03-27 Thread Fabien Chouteau
From: gingold According to the PowePC 750 user's manual, the vector offset for system reset (both /HRESET and /SRESET) is 0x00100. Signed-off-by: Fabien Chouteau --- target-ppc/translate_init.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target-ppc/translate_

[Qemu-devel] [PATCH] ppc: init_excp_7x0: fix hreset entry point.

2011-02-15 Thread Tristan Gingold
From: gingold According to the PowePC 750 user's manual, the vector offset for system reset (both /HRESET and /SRESET) is 0x00100. Signed-off-by: Tristan Gingold --- target-ppc/translate_init.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-ppc/translate_init.