From 8b4af7052757965b9a03998f400955016b456431 Mon Sep 17 00:00:00 2001 From: ths Date: Mon, 7 May 2007 12:52:18 +0000 Subject: [PATCH] Update TODO. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2778 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/TODO | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/target-mips/TODO b/target-mips/TODO index defe49112c..f91b5c6c6a 100644 --- a/target-mips/TODO +++ b/target-mips/TODO @@ -7,10 +7,9 @@ General - Missing per-CPU instruction decoding, currently all implemented instructions are regarded as valid - Applications running on top of a emulated Linux segfault sometimes - when the Qemu FPU emulation is disabled. This is apparently a qemu - bug triggered by the Linux in-kernel FPU emulator. -- The Timesys Linux installer shell hangs for e.g. "read foo". Likewise, - telnet'ting in the installer fails and hangs the telnetd. + when the Qemu FPU emulation is disabled. Also gdb inside the emulated + system does not work. Both problems are caused by insufficient + handling of self-modifying code. MIPS64 ------