From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gmyor-0001y7-NM for qemu-devel@nongnu.org; Wed, 22 Nov 2006 15:35:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gmyoo-0001xQ-Nt for qemu-devel@nongnu.org; Wed, 22 Nov 2006 15:35:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gmyoo-0001xN-JN for qemu-devel@nongnu.org; Wed, 22 Nov 2006 15:35:42 -0500 Received: from [66.249.82.236] (helo=wx-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gmyoo-0006TL-ME for qemu-devel@nongnu.org; Wed, 22 Nov 2006 15:35:42 -0500 Received: by wx-out-0506.google.com with SMTP id i30so523082wxd for ; Wed, 22 Nov 2006 12:35:41 -0800 (PST) Message-ID: <83a4d4ca0611221235u59674affs85bb0cca470d504d@mail.gmail.com> Date: Wed, 22 Nov 2006 21:35:40 +0100 From: "Eduardo Felipe" Subject: Re: [Qemu-devel] Problem with windows qemu port In-Reply-To: <000801c70d23$08868ac0$0464a8c0@athlon> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4c5e54ba0611201124t795014cbm3fd75b9291f0e928@mail.gmail.com> <000801c70d23$08868ac0$0464a8c0@athlon> 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 > > -monitor option is not supported. > The server variants of the command work for me on Windows, though. Try: -monitor tcp:127.0.0.1:9100,server or just -monitor tcp::9100,server to start qemu in server mode listening to port 9100. Then make your GUI connect to qemu, instead of the other way around. Regards, Eduardo Felipe