• M
    Use sendmsg() on QEMU monitor socket · 7d9576ed
    Mark McLoughlin 提交于
    Switch from using write() to using sendmsg() on QEMU's monitor socket
    so that we can add support for SCM_RIGHTS.
    
    * src/qemu_driver.c: add sendmsg() based qemudMonitorSendUnix() and use
      it when the monitor fd is a unix socket
    7d9576ed
qemu_driver.c 201.1 KB