From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXO3X-0004In-6y for qemu-devel@nongnu.org; Tue, 30 Apr 2013 23:50:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXO3W-0000VP-7s for qemu-devel@nongnu.org; Tue, 30 Apr 2013 23:50:11 -0400 Received: from mail-ie0-x22a.google.com ([2607:f8b0:4001:c03::22a]:51440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXO3W-0000VJ-3M for qemu-devel@nongnu.org; Tue, 30 Apr 2013 23:50:10 -0400 Received: by mail-ie0-f170.google.com with SMTP id at1so1550406iec.15 for ; Tue, 30 Apr 2013 20:50:09 -0700 (PDT) Received: from driftwood (c-50-148-218-118.hsd1.mn.comcast.net. [50.148.218.118]) by mx.google.com with ESMTPSA id xf4sm26032413igb.8.2013.04.30.20.50.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Apr 2013 20:50:08 -0700 (PDT) Date: Tue, 30 Apr 2013 22:50:06 -0500 From: Rob Landley Message-Id: <1367380206.18069.196@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] sh4 serial still screwed up. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This issue here: http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg03870.html Still hits the 3.8 kernel by the way: wget http://landley.net/aboriginal/bin/system-image-sh4.tar.bz2 tar xvjf system-image-sh4.tar.bz2 cd system-image-sh4 ./run-emulator.sh Still tracking down a different problem in the 3.9 kernel for sh4... Rob=