• J
    qemu: Kill processes used for QMP caps probing · 0caccb58
    Jiri Denemark 提交于
    Since libvirt switched to QMP capabilities probing recently, it starts
    QEMU process used for this probing with -daemonize, which means
    virCommandAbort can no longer reach these processes. As a result of
    that, restarting libvirtd will leave several new QEMU processes behind.
    Let's use QEMU's -pidfile and use it to kill the process when QMP caps
    probing is done.
    0caccb58
qemu_capabilities.c 68.4 KB