From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOTYp-0008JS-4A for qemu-devel@nongnu.org; Mon, 01 Sep 2014 11:30:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOTYi-0007uA-J8 for qemu-devel@nongnu.org; Mon, 01 Sep 2014 11:30:26 -0400 Received: from mail-oa0-f51.google.com ([209.85.219.51]:58695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOTYi-0007te-Es for qemu-devel@nongnu.org; Mon, 01 Sep 2014 11:30:20 -0400 Received: by mail-oa0-f51.google.com with SMTP id n16so3957256oag.10 for ; Mon, 01 Sep 2014 08:30:19 -0700 (PDT) Message-ID: <5404910A.2000600@landley.net> Date: Mon, 01 Sep 2014 10:30:18 -0500 From: Rob Landley MIME-Version: 1.0 References: <5403FEA3.8050906@landley.net> <5404292A.1060301@redhat.com> In-Reply-To: <5404292A.1060301@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [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: Paolo Bonzini , qemu-devel@nongnu.org On 09/01/14 03:07, Paolo Bonzini wrote: > Il 01/09/2014 07:05, Rob Landley ha scritto: >> 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. > > I get a 404 error, but this is most likely not sh4 specific---can you > just post here the command line? I just did (sorry, checked the mailing list folder and didn't see a reply, I forgot gmail filters out "duplicates" like being cc'd on the same message, because the gmail developers hate threading.) The correct URL is: http://landley.net/aboriginal/bin/system-image-sh4.tar.bz2 The command line is: qemu-system-sh4 -M r2d -nographic -no-reboot -kernel zImage -hda hda.sqf -append "root=/dev/sda rw init=/sbin/init.sh panic=1 PATH=/bin:/sbin console=ttySC1 noiotrap HOST=sh4" -monitor null -serial null -serial stdio And the email telling me to use that command line way back when was: http://lists.gnu.org/archive/html/qemu-devel/2009-02/msg00825.html More context: http://lists.gnu.org/archive/html/qemu-devel/2010-03/msg00976.html Sorry for the confusion, I _really_ need to stop sending these things after midnight... Rob