Re: [Qemu-devel] [PATCH, MIPS] Code translation improvement

2007-06-25 Thread Thiemo Seufer
Aurelien Jarno wrote: > Hi, > > The patch below makes a few improvement to the code translation, and fixes > a small bug: > > - The check for the bit ERL in CP0 Status register implies that the CPU > is in kernel mode, so there is no need to further check for user mode. Applied. > - Checking

[Qemu-devel] [PATCH, MIPS] Code translation improvement

2007-06-14 Thread Aurelien Jarno
Hi, The patch below makes a few improvement to the code translation, and fixes a small bug: - The check for the bit ERL in CP0 Status register implies that the CPU is in kernel mode, so there is no need to further check for user mode. - Checking for the bit UM in CP0 Status register is not eno