* [Qemu-devel] Problem with windows qemu port
@ 2006-11-20 19:24 Eric Bellard
2006-11-21 4:10 ` Kazu
0 siblings, 1 reply; 4+ messages in thread
From: Eric Bellard @ 2006-11-20 19:24 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 543 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 734 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Problem with windows qemu port
2006-11-20 19:24 [Qemu-devel] Problem with windows qemu port Eric Bellard
@ 2006-11-21 4:10 ` Kazu
2006-11-22 20:35 ` Eduardo Felipe
0 siblings, 1 reply; 4+ messages in thread
From: Kazu @ 2006-11-21 4:10 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Problem with windows qemu port
2006-11-21 4:10 ` Kazu
@ 2006-11-22 20:35 ` Eduardo Felipe
0 siblings, 0 replies; 4+ messages in thread
From: Eduardo Felipe @ 2006-11-22 20:35 UTC (permalink / raw)
To: qemu-devel
>
> -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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Problem with windows qemu port
@ 2006-11-20 22:13 Eric Bellard
0 siblings, 0 replies; 4+ messages in thread
From: Eric Bellard @ 2006-11-20 22:13 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 544 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1056 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-11-22 20:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20 19:24 [Qemu-devel] Problem with windows qemu port Eric Bellard
2006-11-21 4:10 ` Kazu
2006-11-22 20:35 ` Eduardo Felipe
-- strict thread matches above, loose matches on Subject: below --
2006-11-20 22:13 Eric Bellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).