[Qemu-devel] qemu/target-mips TODO

2007-01-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/21 03:13:58 Modified files: target-mips: TODO Log message: TLB address wraparound hopefully fixed now. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/TODO?cvsroot=q

[Qemu-devel] qemu/target-mips helper.c op_helper.c

2007-01-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/21 03:12:25 Modified files: target-mips: helper.c op_helper.c Log message: Bring TLB / PageSize handling in line with real hardware behaviour. CVSWeb URLs: http://cvs.savannah.gnu.org

Re: [Qemu-devel] threads using qemu

2007-01-20 Thread Daniel Jacobowitz
On Sat, Jan 20, 2007 at 05:44:30PM -, priya sridhar wrote: > Is there no other way to run threaded applications using an emulator > for ARM? system level emulation is possible? That works just fine. -- Daniel Jacobowitz CodeSourcery ___ Qemu-dev

[Qemu-devel] threads using qemu

2007-01-20 Thread priya sridhar
  Hi, Is there no other way to run threaded applications using an emulator for ARM? system level emulation is possible?___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] threads using qemu

2007-01-20 Thread priya sridhar
  Hi, Is there no other way to run threaded applications using an emulator for ARM? system level emulation is possible?___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu Makefile.target qemu-doc.texi vl.c vl.h ta...

2007-01-20 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/01/20 17:12:09 Modified files: . : Makefile.target qemu-doc.texi vl.c vl.h target-arm : helper.c Added files: . : arm-semi.c Removed files: linux-u

[Qemu-devel] qemu/tests Makefile

2007-01-20 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/01/20 16:52:55 Modified files: tests : Makefile Log message: Fix "make test2". CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tests/Makefile?cvsroot=qemu&r1=1.38&r2=1.39 _

Re: [Qemu-devel] pthreads with QEMU

2007-01-20 Thread Paul Brook
On Saturday 20 January 2007 13:32, priya sridhar wrote: > Hi all, > I am using QEMU to emulate ARM processor. HOST CPU is Pentium 4.Host OS is > Linux.I have created threads in my program using pthread libraries. When i > attempt to run the program in user level emulation, threads are created, > b

[Qemu-devel] pthreads with QEMU

2007-01-20 Thread priya sridhar
  Hi all, I am using QEMU to emulate ARM processor. HOST CPU is Pentium 4.Host OS is Linux.I have created threads in my program using pthread libraries. When i attempt to run the program in user level emulation, threads are created, but they just hang. can someone help me to find out how to co