Artifact [b11e667684]
Not logged in

Artifact b11e667684ca45dc9a81b63978baff2db808fa10:

Wiki page [QEMU monitor on unix domain socket] by admin on 2015-07-18 19:26:21.
D 2015-07-18T19:26:21.755
L QEMU\smonitor\son\sunix\sdomain\ssocket
N text/x-markdown
U admin
W 440
1.  QEMU handles "address already in use" error, and successifully rebinds to socket, which is left in the filesystem by previous invocation.

2.  Socket chardev should be created with nowait option, otherwise QEMU would wait until somebody connects to the socket before demonizing.

    Correct options:

        -chardev socket,server,nowait,path=/home/vitus/asta.monitor,id=monitor \
        -mon chardev=monitor,mode=readline \

Z e89326f824c03daa495ffed9bf2b3277