Re: [Qemu-devel] [PATCH] Check if we really are in userspace

2006-03-11 Thread Paul Brook
> Index: cpu-exec.c > === > RCS file: /sources/qemu/qemu/cpu-exec.c,v > retrieving revision 1.73 > diff -u -p -r1.73 cpu-exec.c > --- cpu-exec.c8 Feb 2006 22:43:39 - 1.73 > +++ cpu-exec.c16 Feb 2006 15:21:03 -

[Qemu-devel] [PATCH] Check if we really are in userspace

2006-02-16 Thread Thiemo Seufer
Hello All, this tests for MIPS if we are in userspace when handling a TLB fault. For some of the other architectures this may also be a bug, only ppc and x86 handle this so far. Thiemo Index: cpu-exec.c === RCS file: /sources/qemu