• D
    Ensure that libvirtd shuts down if initialization fails · 92509413
    Daniel P. Berrange 提交于
    If the virStateInitialize call fails we must shutdown libvirtd
    since drivers will not be available. Just free'ing the virNetServer
    is not sufficient, we must send a SIGTERM to ourselves so that
    we interrupt the event loop and trigger a orderly shutdown
    
    * daemon/libvirtd.c: Kill ourselves if state init fails
    * src/rpc/virnetserver.c: Add some debugging to event loop
    92509413
virnetserver.c 19.6 KB