Update of "QEMU monitor on unix domain socket"
Not logged in
Overview

Artifact ID: b11e667684ca45dc9a81b63978baff2db808fa10
Page Name:QEMU monitor on unix domain socket
Date: 2015-07-18 19:26:21
Original User: admin
Mimetype:text/x-markdown
Next 57ad59d6f6594419b4eab43ce31fef71c318e553
Content
  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 \