From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GmMy2-0001V1-38 for qemu-devel@nongnu.org; Mon, 20 Nov 2006 23:10:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GmMy1-0001S0-1Q for qemu-devel@nongnu.org; Mon, 20 Nov 2006 23:10:41 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmMy0-0001Rp-El for qemu-devel@nongnu.org; Mon, 20 Nov 2006 23:10:40 -0500 Received: from [211.5.2.77] (helo=nm01omta017.dion.ne.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1GmMxz-0002uQ-MS for qemu-devel@nongnu.org; Mon, 20 Nov 2006 23:10:40 -0500 Message-ID: <000801c70d23$08868ac0$0464a8c0@athlon> From: "Kazu" References: <4c5e54ba0611201124t795014cbm3fd75b9291f0e928@mail.gmail.com> Subject: Re: [Qemu-devel] Problem with windows qemu port Date: Tue, 21 Nov 2006 13:10:51 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" 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 Sent: Tuesday, November 21, 2006 4:24 AM Eric Bellard wrote: >Hi, >I'm writing a gui for qemu and I got some problem with the win32 port. >I'm using the option -monitor tcp:xxxx:x to pilot qemu from my gui. >it works fine under linux but it doesn't work at all under windows, qemu >doesn't launch. I got the following error: >E:\dev\eqemu\qemu-0.8.2-windows\qemu.exe -monitor >tcp:192.168.1.100:9100 -snapshot E:\dev\eqemu\freedos.dsk > >qemu: could not open monitor device 'tcp: 192.168.1.100:9100' > >It doesn't work either with 127.0.0.1 or 0.0.0.0 ip address. > >Does someone have a clue? -monitor option is not supported. Regards, Kazu