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