• D
    Don't catch SIGCHLD in libvirtd · 375ba36e
    Daniel P. Berrange 提交于
    libvirtd no longer deals with SIGCHLD in its signal handler
    since the QEMU driver switched to always daemonize processes.
    Thus remove the sigaction for it, to avoid warning log
    messages
    
    * daemon/libvirtd.c: Don't catch SIGCHLD
    375ba36e
libvirtd.c 95.1 KB