9115dcd qemu: Introduce and use qemuDomainRemoveInactiveJob

Authored and Committed by mprivozn 6 years ago
    qemu: Introduce and use qemuDomainRemoveInactiveJob
    
    At some places we either already have synchronous job or we just
    released it. Also, some APIs might want to use this code without
    having to release their job. Anyway, the job acquire code is
    moved out to qemuDomainRemoveInactiveJob so that
    qemuDomainRemoveInactive does just what it promises.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    Reviewed-by: John Ferlan <jferlan@redhat.com>
    
        
file modified
+27 -8
file modified
+3 -0
file modified
+13 -13
file modified
+5 -5
file modified
+10 -6