From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nqzg5-0001pf-7w for qemu-devel@nongnu.org; Sun, 14 Mar 2010 22:05:09 -0400 Received: from [199.232.76.173] (port=42170 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nqzg4-0001pX-TC for qemu-devel@nongnu.org; Sun, 14 Mar 2010 22:05:08 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nqzg3-0008TG-P3 for qemu-devel@nongnu.org; Sun, 14 Mar 2010 22:05:08 -0400 Received: from mail2.shareable.org ([80.68.89.115]:34485) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nqzg3-0008TA-GY for qemu-devel@nongnu.org; Sun, 14 Mar 2010 22:05:07 -0400 Date: Mon, 15 Mar 2010 02:04:58 +0000 From: Jamie Lokier Subject: Re: [Qemu-devel] qemu-system-sh4 broken again. Message-ID: <20100315020458.GN6491@shareable.org> References: <201003130151.36065.rob@landley.net> <20100313102647.GA26216@hall.aurel32.net> <201003131511.03651.rob@landley.net> <201003131711.44849.rob@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201003131711.44849.rob@landley.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: Shin-ichiro KAWASAKI , qemu-devel@nongnu.org, Aurelien Jarno Rob Landley wrote: > I found out that "-serial stdio" is apparently trying to open /dev/stdio, > which Ubuntu 9.04 hasn't got. If I say -serial /dev/tty it works from the > command line (but not in scripts). I don't think any Linux systems have /dev/stdio. /dev/stdin, /dev/stdout, /dev/stderr, yes - and Ubuntu does have those. -- Jamie