From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40533 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdrCo-0003O4-0w for qemu-devel@nongnu.org; Fri, 14 Jan 2011 16:30:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pdr5c-0008Kk-GS for qemu-devel@nongnu.org; Fri, 14 Jan 2011 16:21:45 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:62734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pdr5c-0008KX-5a for qemu-devel@nongnu.org; Fri, 14 Jan 2011 16:21:44 -0500 Message-ID: <4D30BE65.5050503@mail.berlios.de> Date: Fri, 14 Jan 2011 22:21:41 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] SPARC emulations References: <4D308E66.5020800@loskot.net> <4D30BB9B.7090407@loskot.net> In-Reply-To: <4D30BB9B.7090407@loskot.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mateusz Loskot Cc: qemu-devel@nongnu.org, Artyom Tarasenko Am 14.01.2011 22:09, schrieb Mateusz Loskot: > On 14/01/11 19:40, Artyom Tarasenko wrote: > >> On Fri, Jan 14, 2011 at 6:56 PM, Mateusz Loskot wrote: >> >>> I use QEMU to emulate SPARC for NetBSD. >>> By default, it uses SUNW/SPARCStation-5. >>> As far as I know, it is also possible to switch to SPARCStation-10. >>> How can I find what other SPARCs are supported, if any? >>> >> man qemu, the option >> -M ? >> is described there. >> > I know this option and tried it with one of 0.13 binaries on Windows, > but apparently it prints nothing. > > Best regards, > Look for stdout.txt and stderr.txt in the directory where your QEMU executable is located. Most versions of QEMU for Windows send their output to these two files (this is a feature of SDL_main). Regards, Stefan Weil