Re: [Qemu-devel] SPARC user mode multithread

2010-04-19 Thread Gabriel Southern
Hi, I noticed that this patch never got applied, but I'm not sure if it works. It seems like it works for forks, but not for pthreads. I tried applying it to the current git head and it seems to change the behavior from dumping the registers to dying silently for code with pthreads, but does wor

Re: [Qemu-devel] SPARC user mode multithread

2009-11-09 Thread David Munday
nday" Cc: qemu-devel@nongnu.org Sent: Sunday, November 8, 2009 11:28:21 AM GMT -08:00 US/Canada Pacific Subject: Re: [Qemu-devel] SPARC user mode multithread On Fri, Nov 6, 2009 at 9:10 PM, David Munday wrote: > Hi, > Sorry forgot attachment! I have attached it to this email now. I als

Re: [Qemu-devel] SPARC user mode multithread

2009-11-08 Thread Blue Swirl
On Fri, Nov 6, 2009 at 9:10 PM, David Munday wrote: > Hi, > Sorry forgot attachment! I have attached it to this email now. I also noticed > that the last line should assign the pid to the child, but I didn't see where > I can find that info and pass it into the cpu_clone_regs function. Could yo

Re: [Qemu-devel] SPARC user mode multithread

2009-11-05 Thread David Munday
turn value = 0 per process32.c in kernel for sparc} } Thanks, David - Original Message - From: "Blue Swirl" To: "David Munday" Cc: qemu-devel@nongnu.org Sent: Tuesday, November 3, 2009 12:41:04 PM GMT -08:00 US/Canada Pacific Subject: Re: [Qemu-devel] SPARC user

Re: [Qemu-devel] SPARC user mode multithread

2009-11-03 Thread Blue Swirl
On Tue, Nov 3, 2009 at 10:03 PM, David Munday wrote: > Hello, > I am trying to run the blackscholes program from the PARSEC2.1 benchmark > suite in QEMU SPARC user mode. > In this case I am trying to run with just 2 threads. Unfortunately, when I > try to run the program it hangs with the follow

[Qemu-devel] SPARC user mode multithread

2009-11-03 Thread David Munday
Hello, I am trying to run the blackscholes program from the PARSEC2.1 benchmark suite in QEMU SPARC user mode. In this case I am trying to run with just 2 threads. Unfortunately, when I try to run the program it hangs with the following prints: HELPME: /mada/users/cromom/ESESC_PROJECT/esesc/emul