[Qemu-devel] BUG: qemu-sh4 - shar does logical not arithmetic right shift

2008-01-13 Thread Dave Denholm
t;= 1; RETURN(); } void OPPROTO op_shlr_Rn(void) { cond_t(env->gregs[PARAM1] & 1); env->gregs[PARAM1] >>= 1; RETURN(); } The behaviour is consistent with env->gregs[] being an array of unsigned ints, (I'm not familiar with qemu details...) and so to

[Qemu-devel] qemu user mode spins when stopped at a breakpoint

2006-11-03 Thread Dave Denholm
to check on system calls only ?), or arrange for a SIGIO to be delivered when data is recived on the socket. dd -- Dave Denholm <[EMAIL PROTECTED]> http://www.esmertec.com ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://li

[Qemu-devel] gdb support for qemu-mips (user mode)

2006-11-03 Thread Dave Denholm
a given ip address. dd -- Dave Denholm <[EMAIL PROTECTED]> http://www.esmertec.com --- linux-user/main.c.~1~ 2006-07-22 18:23:34.0 +0100 +++ linux-user/main.c 2006-10-25 11:14:30.752887950 +0100 @@ -1350,6 +1350,20 @@ case EXCP_INTERRUPT:

[Qemu-devel] qemu-mips on x86: stat() broken in 0.8.2

2006-10-15 Thread Dave Denholm
he-flush calls were required to discarded generated code, since that would make it possible to detect missed calls to cache-flush on programs with self-modifying code. But perhaps I have a different agenda from other users in this area ;-) diff below dd -- Dave Denholm <[EMAI