From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSrZI-000689-Mm for qemu-devel@nongnu.org; Thu, 07 Jan 2010 07:34:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSrZE-00067B-Re for qemu-devel@nongnu.org; Thu, 07 Jan 2010 07:34:24 -0500 Received: from [199.232.76.173] (port=35312 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSrZE-000678-LM for qemu-devel@nongnu.org; Thu, 07 Jan 2010 07:34:20 -0500 Received: from qw-out-1920.google.com ([74.125.92.148]:21846) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSrZE-0007zM-6w for qemu-devel@nongnu.org; Thu, 07 Jan 2010 07:34:20 -0500 Received: by qw-out-1920.google.com with SMTP id 5so2996351qwc.4 for ; Thu, 07 Jan 2010 04:34:19 -0800 (PST) Message-ID: <4B45D4C5.4090807@codemonkey.ws> Date: Thu, 07 Jan 2010 06:34:13 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] -serial stdio broken References: <20100107115505.GA18269@amd.home.annexia.org> In-Reply-To: <20100107115505.GA18269@amd.home.annexia.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: Blue Swirl , Gerd Hoffmann , qemu-devel On 01/07/2010 05:55 AM, Richard W.M. Jones wrote: > On Sun, Dec 13, 2009 at 08:24:54AM +0000, Blue Swirl wrote: > >> I guess e1c09175bc00dd8dfb2ad1b26e1858dcdc109b59 or >> 998bbd74b9d813b14a3a3b5009a5d5a48c7dce51 broke -serial stdio for all >> targets: >> qemu -serial stdio -monitor stdio >> chardev: opening backend "stdio" failed >> qemu: could not open serial device 'stdio': No such file or directory >> > -serial stdio on its own is broken for me (qemu from git). The error > is a little bit different, so I don't think this is the same bug: > > chardev: opening backend "stdio" failed > qemu: could not open serial device 'stdio': Invalid argument > > The full command line is: > > $qemudir/x86_64-softmmu/qemu-system-x86_64 \ > -L $qemudir/pc-bios \ > -drive file=/tmp/test.img,cache=off,if=ide \ > -m 500 \ > -no-reboot \ > -nographic \ > -serial stdio \ > This is redundant. -nographic implies -serial stdio. Regards, Anthony Liguori