66f319a qemu: hostdev: Introduce qemuHostdevUpdateActiveDomainDevices()

Authored and Committed by Andrea Bolognani 8 years ago
    qemu: hostdev: Introduce qemuHostdevUpdateActiveDomainDevices()
    
    This calls the PCI-, USB- and SCSI-specific functions just
    like qemuHostdev{Prepare,ReAttach}DomainDevices() already do,
    and was the missing piece for the qemuHostdev API to nicely
    mirror the virHostdev API.
    
    Update qemuProcessReconnect() to use the new function.
    
        
file modified
+18 -0
file modified
+2 -0
file modified
+1 -7