Re: [Qemu-devel] [PATCH 2/2][SPARC] Fix TA0_Shutdown feature

2011-05-20 Thread Blue Swirl
On Wed, May 18, 2011 at 4:17 PM, Julien Grall wrote: > On Tue, May 17, 2011 at 9:57 PM, Blue Swirl wrote: >> On Tue, May 17, 2011 at 6:32 PM, Julien Grall wrote: >>> Fix TA0_SHUTDOWN feature >> >> But what would be the bug? > > We try to add RTEMS's support on leon platform for QEMU. RTEMS uses

Re: [Qemu-devel] [PATCH 2/2][SPARC] Fix TA0_Shutdown feature

2011-05-18 Thread Julien Grall
On Tue, May 17, 2011 at 9:57 PM, Blue Swirl wrote: > On Tue, May 17, 2011 at 6:32 PM, Julien Grall wrote: >> Fix TA0_SHUTDOWN feature > > But what would be the bug? We try to add RTEMS's support on leon platform for QEMU. RTEMS uses software trap 0 for various syscall. The current implementation

Re: [Qemu-devel] [PATCH 2/2][SPARC] Fix TA0_Shutdown feature

2011-05-17 Thread Blue Swirl
On Tue, May 17, 2011 at 6:32 PM, Julien Grall wrote: > Fix TA0_SHUTDOWN feature But what would be the bug? > Signed-off-by: Julien Grall > --- >  target-sparc/op_helper.c |   13 +++-- >  target-sparc/translate.c |    9 + >  2 files changed, 12 insertions(+), 10 deletions(-) > >

[Qemu-devel] [PATCH 2/2][SPARC] Fix TA0_Shutdown feature

2011-05-17 Thread Julien Grall
Fix TA0_SHUTDOWN feature Signed-off-by: Julien Grall --- target-sparc/op_helper.c | 13 +++-- target-sparc/translate.c |9 + 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index a6fabad..cb775f5 100644 --