From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOJoT-0001CI-0P for qemu-devel@nongnu.org; Mon, 01 Sep 2014 01:06:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOJoN-0007OT-4w for qemu-devel@nongnu.org; Mon, 01 Sep 2014 01:05:56 -0400 Received: from mail-ob0-f172.google.com ([209.85.214.172]:52461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOJoN-0007Nm-0T for qemu-devel@nongnu.org; Mon, 01 Sep 2014 01:05:51 -0400 Received: by mail-ob0-f172.google.com with SMTP id wo20so3527063obc.17 for ; Sun, 31 Aug 2014 22:05:49 -0700 (PDT) Received: from [192.168.1.12] (cpe-72-182-51-248.austin.res.rr.com. [72.182.51.248]) by mx.google.com with ESMTPSA id om1sm7912094obb.9.2014.08.31.22.05.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 31 Aug 2014 22:05:49 -0700 (PDT) Message-ID: <5403FEA3.8050906@landley.net> Date: Mon, 01 Sep 2014 00:05:39 -0500 From: Rob Landley MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] bug (bisected): qemu-system-sh4 serial console, ctrl-C kills emulator List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org If you grab http://landley.net/aboriginal/bin/qemu-system-sh4.tar.bz2 extract it and ./run-emulator.sh (which is a fairly straightforward qemu-system-sh4 invocation on the included kernel image and squashfs root filesystem), older qemu versions would run it just fine, and ctrl-C would pass through to the shell. But current qemu, ctrl-C kills the emulator. I bisected this to commit 02c4bdf1d2ca, although that's between commit a9e8aeb3755b (which broke the sh4 pci bus) and b23ea25f5098 (which made it boot again), so you have to either revert the first or apply the second in order to test that the reverted commit fixes it. Rob