• E
    qemu: don't leave shutdown inhibited on attach failure · 93e59975
    Eric Blake 提交于
    While debugging a failure of 'virsh qemu-attach', I noticed that
    we were leaking the count of active domains on failure.  This
    means that a libvirtd session that is supposed to quit after
    active domains disappear will hang around forever.
    
    * src/qemu/qemu_process.c (qemuProcessAttach): Undo count of
    active domains on failure.
    Signed-off-by: NEric Blake <eblake@redhat.com>
    93e59975
qemu_process.c 145.2 KB