From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjHYe-0008VC-51 for qemu-devel@nongnu.org; Fri, 17 Jun 2005 10:10:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjHYY-0008T7-OE for qemu-devel@nongnu.org; Fri, 17 Jun 2005 10:10:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjHYV-0008O0-Vz for qemu-devel@nongnu.org; Fri, 17 Jun 2005 10:10:48 -0400 Received: from [194.251.242.241] (helo=fep16.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DjHS5-0006BX-8C for qemu-devel@nongnu.org; Fri, 17 Jun 2005 10:04:09 -0400 Received: from co.inet.fi ([80.220.124.133]) by fep16.inet.fi with ESMTP id <20050617140206.UZMH2488.fep16.inet.fi@co.inet.fi> for ; Fri, 17 Jun 2005 17:02:06 +0300 Message-ID: <42B2D7DE.9010106@co.inet.fi> Date: Fri, 17 Jun 2005 17:02:06 +0300 From: Tero Kaarlela MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: O/2 Warp 4 and eComStation References: <20050617133311.85995.qmail@web90205.mail.scd.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: 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 ecs user wrote: >> Tero Kaarlela wrote: >> Well you might start Qemu with option -d in_asm >> >> > >I do not see that "-d in_asm" option for running QEMU. > >Is "-d in_asm" a run option or is a compile of qemu >option. > From Qemu manual section 3.3 Invocation: `-d' Output log in /tmp/qemu.log Runnig option ie : qemu -m 64 -d in_asm -hda os2.img Tero Kaarlela