From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CH8On-0000JM-Ns for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:12:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CH8On-0000Ix-09 for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:12:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CH8Ol-0000Iu-S7 for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:12:08 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CH8HX-0001Cq-2y for qemu-devel@nongnu.org; Mon, 11 Oct 2004 18:04:39 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CH8HW-0004Gb-00 for ; Tue, 12 Oct 2004 00:04:38 +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 ; Tue, 12 Oct 2004 00:04:38 +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 ; Tue, 12 Oct 2004 00:04:38 +0200 From: Ronald Date: Tue, 12 Oct 2004 00:04:34 +0200 Message-ID: References: <2ad73a041011105226e69892@mail.gmail.com> <2ad73a04101111341e9c93c8@mail.gmail.com> <2ad73a041011120617db6ca7@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: Re: 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 16:06:06 -0300, André Braga a écrit : > On Mon, 11 Oct 2004 20:51:07 +0200, Ronald wrote: >> For stdout I think the only way is to redirect output to a file, I know >> this work for text output like help(perhaps it depends on SDL >> redirection support). Windows has a something particular, a gui >> application don't have a console with stdio attached by default, I >> remember there was a patch to implement console support, kazu's qemu for >> windows used it. > > Hmm, that's what I meant by "SDL linking flag"... > > Maybe this is blocking -nographic? > > So I guess everything is there, except that I'll have to enable them > manually. Time to ressurrect my building environment on Windows... *sigh* > > Still, I don't think this is correct behavior. Not opening the initial > console causes QEMU on Windows not to: 1) display console output in case > of option misuse, or -h 2) support -nographic > > which is evil. > I don't know if qemu will works like this, but just to see I've build qemu.exe without the -mwindows flag (like indicated in the patch), qemu -h print the help on the dos prompt. > > cheers, > A.