From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CH4kk-0008BW-Sk for qemu-devel@nongnu.org; Mon, 11 Oct 2004 14:18:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CH4kk-0008BE-7y for qemu-devel@nongnu.org; Mon, 11 Oct 2004 14:18:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CH4kk-0008B4-5H for qemu-devel@nongnu.org; Mon, 11 Oct 2004 14:18:34 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CH4dX-0007b7-AB for qemu-devel@nongnu.org; Mon, 11 Oct 2004 14:11:07 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CH4dW-0003Qo-00 for ; Mon, 11 Oct 2004 20:11:06 +0200 Received: from amarseille-206-1-28-73.w81-53.abo.wanadoo.fr ([81.53.204.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Oct 2004 20:11:06 +0200 Received: from daimon55 by amarseille-206-1-28-73.w81-53.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Oct 2004 20:11:06 +0200 From: Ronald Date: Mon, 11 Oct 2004 20:10:59 +0200 Message-ID: References: <2ad73a041011105226e69892@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: [BROKEN] Windows host: -redir flag, console output, -nographic Reply-To: daimon55@free.fr, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Le Mon, 11 Oct 2004 14:52:40 -0300, André Braga a écrit : > If I specify -user-net -redir tcp:6000::6001 (as per the example on the > documentation; just wanted to test whether Cygwin X11 would be much faster > than X11 under the emulator), QEMU refuses to start. > I don't use cygwin, sorry if it seems a dumb question. Are you launching X11 server before qemu? If tcp/6000 is already bound on host side, could this prevent qemu to start? > And since console output (command window) on Windows is broken for quite > some time now (since mid-August, I guess; does it have anything to do with > linking flags passed to SDL?), qemu -h or any other error messages simply > won't show up... > > Finally, because I was running an external X11 server, I tried the > -nographic flag, to no avail. > > Could anyone look those up?