From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GmEkw-0004AJ-A9 for qemu-devel@nongnu.org; Mon, 20 Nov 2006 14:24:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GmEkq-00044J-7i for qemu-devel@nongnu.org; Mon, 20 Nov 2006 14:24:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmEkp-000440-VN for qemu-devel@nongnu.org; Mon, 20 Nov 2006 14:24:32 -0500 Received: from [64.233.182.189] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GmEkp-0005FV-6h for qemu-devel@nongnu.org; Mon, 20 Nov 2006 14:24:31 -0500 Received: by nf-out-0910.google.com with SMTP id c31so4226147nfb for ; Mon, 20 Nov 2006 11:24:29 -0800 (PST) Message-ID: <4c5e54ba0611201124t795014cbm3fd75b9291f0e928@mail.gmail.com> Date: Mon, 20 Nov 2006 20:24:29 +0100 From: "Eric Bellard" Sender: eric.bellard@gmail.com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_29154_1392755.1164050669237" Subject: [Qemu-devel] Problem with windows qemu port 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 ------=_Part_29154_1392755.1164050669237 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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? thanks by advance, eric ------=_Part_29154_1392755.1164050669237 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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?

thanks by advance,

eric
------=_Part_29154_1392755.1164050669237--