On Sat, Mar 9, 2013 at 4:18 PM, Kashyap Chamarthy <kashyap...@gmail.com> wrote:
> Heya,
>
> After building qemu, I tried to invoke QMP by via telnet:
>
> Build:
> ==========
>  #./configure --target-list=x86_64-softmmu --disable-werror
> --enable-debug ; make -j5
> ==========
>
> Invoke QMP:
> ==========
> kashyap@qemu$ ./x86_64-softmmu/qemu-system-x86_64 --enable-kvm -smp 2
> -m 2048 /export/images/el6box1.qcow2 -qmp tcp:localhost:4444,server
> --monitor stdio
> QEMU waiting for connection on: tcp:127.0.0.1:4444,server
> Failed to start VNC server on `localhost:0,to=99': error parsing to= argument
> kashyap@qemu$
> ==========
>
> The moment I tried to connect via telnet from a different terminal, it
> fails this way:
> ==========
> kashyap@~$ telnet localhost 4444
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> Connection closed by foreign host.
> kashyap@~$
> ==========
>
> Any hints ?  I'm sure this worked for few weeks ago.


I don't see this problem with a fresh checkout.  Not sure what went
wrong w/ my existing tree.

Thanks Amit.

/kashyap

Reply via email to