From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdcQS-0003tV-5E for qemu-devel@nongnu.org; Thu, 22 Dec 2011 01:46:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdcQR-0004Fj-3U for qemu-devel@nongnu.org; Thu, 22 Dec 2011 01:46:48 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:34826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdcQQ-0004Ee-TF for qemu-devel@nongnu.org; Thu, 22 Dec 2011 01:46:47 -0500 Message-ID: <4EF2D218.8080401@weilnetz.de> Date: Thu, 22 Dec 2011 07:45:44 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1322947941-8521-1-git-send-email-sw@weilnetz.de> <4EEBD071.4040208@weilnetz.de> <4EEEF299.2040506@weilnetz.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: TeLeMan Cc: Blue Swirl , qemu-devel Am 22.12.2011 02:50, schrieb TeLeMan: > SDL-1.3 removed the stdio-redirect feature, so we should ignore it. > > Blue Swirl, can you revert this commit? I'd prefer to keep it. There are good reason why SDL applications are linked as Windows applications by default, so we should use this default. Yes, it's no perfect solution, but even for developers who want to see stdout and stderr, it works when you use a rxvt console or something equivalent. You said that you use a self-compiled SDL library. Then you can change your sdl-config or sdl.pc so that it sets the SDL linker options according to your needs. What about my proposal to create each system emulation in two variants (qemu-system-i386.exe, qemu-system-i386w.exe)? Do you think this might be a solution which fits everybody's needs? Regards, Stefan Weil